From: Kees Cook <kees@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
Alexander Viro <viro@zeniv.linux.org.uk>,
Christian Brauner <brauner@kernel.org>,
Damien Le Moal <dlemoal@kernel.org>,
Eric Biederman <ebiederm@xmission.com>,
Greg Ungerer <gerg@linux-m68k.org>, Kees Cook <kees@kernel.org>,
Marco Vanotti <mvanotti@google.com>,
Stefan O'Rear <sorear@fastmail.com>
Subject: [GIT PULL] execve fixes for v6.11-rc4
Date: Tue, 13 Aug 2024 13:27:44 -0700 [thread overview]
Message-ID: <202408131327.15CD984B5@keescook> (raw)
Hi Linus,
Please pull these execve fixes for v6.11-rc4.
Thanks!
-Kees
The following changes since commit de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed:
Linux 6.11-rc2 (2024-08-04 13:50:53 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/execve-v6.11-rc4
for you to fetch changes up to f50733b45d865f91db90919f8311e2127ce5a0cb:
exec: Fix ToCToU between perm check and set-uid/gid usage (2024-08-13 13:24:29 -0700)
----------------------------------------------------------------
execve fixes for v6.11-rc4
- binfmt_flat: Fix corruption when not offsetting data start
- exec: Fix ToCToU between perm check and set-uid/gid usage
----------------------------------------------------------------
Kees Cook (2):
binfmt_flat: Fix corruption when not offsetting data start
exec: Fix ToCToU between perm check and set-uid/gid usage
fs/binfmt_flat.c | 4 +++-
fs/exec.c | 8 +++++++-
2 files changed, 10 insertions(+), 2 deletions(-)
--
Kees Cook
next reply other threads:[~2024-08-13 20:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-13 20:27 Kees Cook [this message]
2024-08-13 23:16 ` [GIT PULL] execve fixes for v6.11-rc4 pr-tracker-bot
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=202408131327.15CD984B5@keescook \
--to=kees@kernel.org \
--cc=brauner@kernel.org \
--cc=dlemoal@kernel.org \
--cc=ebiederm@xmission.com \
--cc=gerg@linux-m68k.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mvanotti@google.com \
--cc=sorear@fastmail.com \
--cc=torvalds@linux-foundation.org \
--cc=viro@zeniv.linux.org.uk \
/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.