CVE-2026-72379
Last modified
CVE-2026-72379 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: fs: refuse O_TMPFILE creation with an unmapped fsuid or fsgid vfs_tmpfile() never checked that the caller's fsuid and fsgid map into the filesystem. On an idmapped mount whose idmapping does not cover the caller's fs{u,g}id, the ->tmpfile() instance initializes the new inode through inode_init_owner(), where mapped_fsuid()/mapped_fsgid() return INVALID_UID/INVALID_GID, and the tmpfile ends up owned by (uid_t)-1. Every other creation path already refuses this: may_o_create() (O_CREAT) and may_create_dentry() (mkdir, mknod, symlink, link) bail out with -EOVERFLOW via fsuidgid_has_mapping() precisely so that an object cannot be created with an owner the filesystem cannot represent. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: fs: refuse O_TMPFILE creation with an unmapped fsuid or fsgid vfs_tmpfile() never checked that the caller's fsuid and fsgid map into the filesystem. On an idmapped mount whose idmapping does not cover the caller's fs{u,g}id, the ->tmpfile() instance initializes the new inode through inode_init_owner(), where mapped_fsuid()/mapped_fsgid() return INVALID_UID/INVALID_GID, and the tmpfile ends up owned by (uid_t)-1. Every other creation path already refuses this: may_o_create() (O_CREAT) and may_create_dentry() (mkdir, mknod, symlink, link) bail out with -EOVERFLOW via fsuidgid_has_mapping() precisely so that an object cannot be created with an owner the filesystem cannot represent. An O_TMPFILE is no exception: it is created I_LINKABLE and linkat(2) can splice it into the namespace afterwards, so the same guarantee must hold. Add the missing fsuidgid_has_mapping() check to vfs_tmpfile(). On a non-idmapped mount the caller's fs{u,g}id always map in the superblock's user namespace, so this is a no-op there and only takes effect on an idmapped mount that does not map the caller. It applies to every filesystem that sets FS_ALLOW_IDMAP and implements ->tmpfile() (tmpfs, ext4, btrfs, xfs, f2fs, ...), and to overlayfs, whose upper-layer tmpfile creation funnels through vfs_tmpfile() via backing_tmpfile_open().
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8e5389132ab429604c1a2459b52f0c849a71cc61, < bac8fb0d60254846f3b56957435dcd870ae12948; >= 8e5389132ab429604c1a2459b52f0c849a71cc61, < 503d0568a525b168d9aa5ca046ec72fc5477df84; >= 8e5389132ab429604c1a2459b52f0c849a71cc61, < a2038514e69371eb493083a6a897ed20fcbb8acb; >= 8e5389132ab429604c1a2459b52f0c849a71cc61, < 47e434da476b5a8bcd1e6e52ab03c5ee7764ee78; >= 8e5389132ab429604c1a2459b52f0c849a71cc61, < 539dce1144651f7976fa418e618b0b574bf15eeb |
| Linux | Linux | 5.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72379?
How severe is CVE-2026-72379?
How do I fix CVE-2026-72379?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72373In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72374In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72375In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72376In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72377In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72378In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-7238A flaw has been found in code-projects Online Music Site 1.0…4.7
- CVE-2026-72380In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72381In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72382In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72383In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72384In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72379?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
