From: santosh shilimkar <santosh.shilimkar@oracle.com>
To: Quentin Casasnovas <quentin.casasnovas@oracle.com>
Cc: lkml <linux-kernel@vger.kernel.org>,
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: Tue, 3 Nov 2015 08:27:30 -0800 [thread overview]
Message-ID: <5638E072.2090104@oracle.com> (raw)
In-Reply-To: <20151103112545.GD921@chrystal.uk.oracle.com>
On 11/3/2015 3:25 AM, Quentin Casasnovas wrote:
> On Fri, Oct 16, 2015 at 10:47:49AM -0700, santosh shilimkar wrote:
>> 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")
>>>
>
> For reference, this has been assigned CVE-2015-7990 on the oss-sec thread:
>
> http://seclists.org/oss-sec/2015/q4/179
>
New CVE number than the older one. Thanks for the note.
Regards,
Santosh
next prev parent reply other threads:[~2015-11-03 16:27 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
2015-11-03 11:25 ` Quentin Casasnovas
2015-11-03 16:27 ` santosh shilimkar [this message]
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=5638E072.2090104@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.