Bug 2360260 (CVE-2025-22073) - CVE-2025-22073 kernel: spufs: fix a leak on spufs_new_file() failure
Summary: CVE-2025-22073 kernel: spufs: fix a leak on spufs_new_file() failure
Keywords:
Status: NEW
Alias: CVE-2025-22073
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-04-16 15:05 UTC by OSIDB Bzimport
Modified: 2025-04-17 09:30 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-04-16 15:05:13 UTC
In the Linux kernel, the following vulnerability has been resolved:

spufs: fix a leak on spufs_new_file() failure

It's called from spufs_fill_dir(), and caller of that will do
spufs_rmdir() in case of failure.  That does remove everything
we'd managed to create, but... the problem dentry is still
negative.  IOW, it needs to be explicitly dropped.

Comment 1 Avinash Hanwate 2025-04-17 09:14:48 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025041611-CVE-2025-22073-4f4b@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.