public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: santosh shilimkar <santosh.shilimkar@oracle.com>
To: Quentin Casasnovas <quentin.casasnovas@oracle.com>,
	lkml <linux-kernel@vger.kernel.org>
Cc: Vegard Nossum <vegard.nossum@oracle.com>,
	Sasha Levin <sasha.levin@oracle.com>,
	Chien Yen <chien.yen@oracle.com>,
	"David S. Miller" <davem@davemloft.net>
Subject: Re: [PATCH] RDS: fix race condition when sending a message on unbound socket.
Date: Fri, 16 Oct 2015 10:47:49 -0700	[thread overview]
Message-ID: <56213845.6020900@oracle.com> (raw)
In-Reply-To: <1445008302-14169-1-git-send-email-quentin.casasnovas@oracle.com>

On 10/16/2015 8:11 AM, Quentin Casasnovas wrote:
> Sasha's found a NULL pointer dereference in the RDS connection code when
> sending a message to an apparently unbound socket.  The problem is caused
> by the code checking if the socket is bound in rds_sendmsg(), which checks
> the rs_bound_addr field without taking a lock on the socket.  This opens a
> race where rs_bound_addr is temporarily set but where the transport is not
> in rds_bind(), leading to a NULL pointer dereference when trying to
> dereference 'trans' in __rds_conn_create().
>
> Vegard wrote a reproducer for this issue, so kindly ask him to share if
> you're interested.
>
> I cannot reproduce the NULL pointer dereference using Vegard's reproducer
> with this patch, whereas I could without.
>
> Complete earlier incomplete fix to CVE-2015-6937:
>
>    74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
>
> Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
> Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
> Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
> Cc: Vegard Nossum <vegard.nossum@oracle.com>
> Cc: Sasha Levin <sasha.levin@oracle.com>
> Cc: Chien Yen <chien.yen@oracle.com>
> Cc: Santosh Shilimkar <santosh.shilimkar@oracle.com>
> Cc: David S. Miller <davem@davemloft.net>
> Cc: stable@vger.kernel.org
> ---
Looks right. Am glad that we got deference issue as well as
the bind race fixed with it. Mail sent to Vegard for his test
case which I would like to add to my tests. Thanks for the fix.

FWIW,
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>


  reply	other threads:[~2015-10-16 17:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-16 15:11 [PATCH] RDS: fix race condition when sending a message on unbound socket Quentin Casasnovas
2015-10-16 17:47 ` santosh shilimkar [this message]
2015-11-03 11:25   ` Quentin Casasnovas
2015-11-03 16:27     ` santosh shilimkar
2015-11-24 18:25     ` Ben Hutchings
2015-11-24 18:43       ` santosh shilimkar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56213845.6020900@oracle.com \
    --to=santosh.shilimkar@oracle.com \
    --cc=chien.yen@oracle.com \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=quentin.casasnovas@oracle.com \
    --cc=sasha.levin@oracle.com \
    --cc=vegard.nossum@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox