CVE-2026-74343
Last modified
CVE-2026-74343 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: kernfs: fix xattr race condition with multiple superblocks Multiple superblocks with different namespaces can share the same kernfs_node when kernfs_test_super() finds a matching root but different namespace. This means multiple inodes from different superblocks can reference the same kernfs_node->iattr->xattrs structure. The VFS layer only holds per-inode locks during xattr operations, which is insufficient to serialize concurrent xattr modifications on the shared kernfs_node. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: kernfs: fix xattr race condition with multiple superblocks Multiple superblocks with different namespaces can share the same kernfs_node when kernfs_test_super() finds a matching root but different namespace. This means multiple inodes from different superblocks can reference the same kernfs_node->iattr->xattrs structure. The VFS layer only holds per-inode locks during xattr operations, which is insufficient to serialize concurrent xattr modifications on the shared kernfs_node. This can lead to race conditions in simple_xattr_set() where the lookup->replace/remove sequence is not atomic with respect to operations from other superblocks. Fix this by protecting xattr operations with the existing hashed kernfs_locks->open_file_mutex[] array, which is already used to protect per-node open file data. The hashed mutex array provides scalable per-node serialization (scaled by CPU count, up to 1024 locks on 32+ CPU systems) with zero memory overhead. Changes: - Rename open_file_mutex[] to node_mutex[] to reflect dual purpose - Add kernfs_node_lock_ptr() and kernfs_node_lock() helpers - Protect simple_xattr_set() calls in kernfs_xattr_set() and kernfs_vfs_user_xattr_set() with the hashed mutex - Update file.c to use new helpers via compatibility wrappers - Update documentation to explain the extended lock usage
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b32c4a213698ab351b44da2fd1b2a5976c7fa033, < bf53db51359939755084d08156684ed649489592; >= b32c4a213698ab351b44da2fd1b2a5976c7fa033, < 6a07814ff643b5c8e1353d8c6229f52fde205cde |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74343?
How severe is CVE-2026-74343?
How do I fix CVE-2026-74343?
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-74337In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74338In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74339In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74340In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-74341In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74342In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74344In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74345In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74346In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74347In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74348In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74349In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2026-74343?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
