From: Fan Wu <wufan@kernel.org>
To: linux-security-module@vger.kernel.org
Cc: paul@paul-moore.com, linux-kernel@vger.kernel.org
Subject: [PATCH 0/2] ipe: fix two use-after-frees
Date: Tue, 22 Sep 2026 20:13:47 -0700 [thread overview]
Message-ID: <20260923031349.1216431-1-wufan@kernel.org> (raw)
This series fixes two use-after-free bugs in IPE, both found by a recent
AI-assisted code scan.
The first one is in the policy load audit path, where a concurrent
delete can free the policy while it is being audited. The second one is
in the dm-verity root hash path, where ->preresume can free a digest
that policy evaluation is still using.
Fan Wu (2):
ipe: fix use-after-free when auditing a newly loaded policy
ipe: protect the dm-verity root hash with RCU
security/ipe/eval.c | 12 ++++++++----
security/ipe/eval.h | 2 +-
security/ipe/fs.c | 8 +++-----
security/ipe/hooks.c | 22 +++++++++++++++++-----
security/ipe/policy_fs.c | 3 +++
5 files changed, 32 insertions(+), 15 deletions(-)
base-commit: 93f51579e7df248780214094418f205253383cc5
--
2.55.0
next reply other threads:[~2026-09-23 3:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-23 3:13 Fan Wu [this message]
2026-09-23 3:13 ` [PATCH 1/2] ipe: fix use-after-free when auditing a newly loaded policy Fan Wu
2026-09-23 3:13 ` [PATCH 2/2] ipe: protect the dm-verity root hash with RCU Fan Wu
2026-09-23 3:37 ` [PATCH 0/2] ipe: fix two use-after-frees Fan Wu
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=20260923031349.1216431-1-wufan@kernel.org \
--to=wufan@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=paul@paul-moore.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
all inboxes | Powered by JetHome®