From: Todd Kjos <tkjos@google.com> To: Greg KH <gregkh@linuxfoundation.org> Cc: "Todd Kjos" <tkjos@android.com>, "Arve Hjønnevåg" <arve@android.com>, "open list:ANDROID DRIVERS" <devel@driverdev.osuosl.org>, LKML <linux-kernel@vger.kernel.org>, "Martijn Coenen" <maco@google.com>, "Joel Fernandes (Google)" <joel@joelfernandes.org>, "Android Kernel Team" <kernel-team@android.com> Subject: Re: [PATCH] binder: fix possible UAF when freeing buffer Date: Thu, 13 Jun 2019 08:43:59 -0700 [thread overview] Message-ID: <CAHRSSEwqg9dOddrPE1dUBwOqTbkR+tvzS41hQSpJD4o-f9YX4w@mail.gmail.com> (raw) In-Reply-To: <20190613054136.GA19717@kroah.com> On Wed, Jun 12, 2019 at 10:41 PM Greg KH <gregkh@linuxfoundation.org> wrote: > > On Wed, Jun 12, 2019 at 01:29:27PM -0700, Todd Kjos wrote: > > There is a race between the binder driver cleaning > > up a completed transaction via binder_free_transaction() > > and a user calling binder_ioctl(BC_FREE_BUFFER) to > > release a buffer. It doesn't matter which is first but > > they need to be protected against running concurrently > > which can result in a UAF. > > > > Signed-off-by: Todd Kjos <tkjos@google.com> > > --- > > drivers/android/binder.c | 16 ++++++++++++++-- > > 1 file changed, 14 insertions(+), 2 deletions(-) > > Does this also need to go to the stable kernels? This patch won't apply cleanly to stable kernels so I'll submit a new patch directly to stable@ (4.14, 4.19) once this one lands. > > thanks, > > greg k-h
prev parent reply other threads:[~2019-06-13 15:44 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-06-12 20:29 Todd Kjos 2019-06-13 5:41 ` Greg KH 2019-06-13 15:43 ` Todd Kjos [this message]
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=CAHRSSEwqg9dOddrPE1dUBwOqTbkR+tvzS41hQSpJD4o-f9YX4w@mail.gmail.com \ --to=tkjos@google.com \ --cc=arve@android.com \ --cc=devel@driverdev.osuosl.org \ --cc=gregkh@linuxfoundation.org \ --cc=joel@joelfernandes.org \ --cc=kernel-team@android.com \ --cc=linux-kernel@vger.kernel.org \ --cc=maco@google.com \ --cc=tkjos@android.com \ --subject='Re: [PATCH] binder: fix possible UAF when freeing buffer' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).