CVE-2026-72160
Last modified
CVE-2026-72160 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject dinodes with non-canonical i_mode type Patch series "ocfs2: harden inode validators against forged metadata", v2. This series adds three structural checks to OCFS2 dinode validation so malformed on-disk fields are rejected before ocfs2_populate_inode() copies them into the in-core inode. The checks cover: - i_mode values whose type bits do not name a canonical POSIX file type; - non-device dinodes whose id1.dev1.i_rdev field is non-zero; and - non-inline dinodes that claim non-zero i_size while i_clusters is zero, covering directories unconditionally and regular files on non-sparse volumes. The normal read path reports these through ocfs2_error(), matching the existing suballoc-slot, inline-data, chain-list, and refcount checks. The online filecheck path uses the same structural predicates but keeps its own reporting contract, returning OCFS2_FILECHECK_ERR_INVALIDINO instead of calling ocfs2_error(). This patch (of 3): ocfs2_validate_inode_block() currently accepts any non-zero i_mode value. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject dinodes with non-canonical i_mode type Patch series "ocfs2: harden inode validators against forged metadata", v2. This series adds three structural checks to OCFS2 dinode validation so malformed on-disk fields are rejected before ocfs2_populate_inode() copies them into the in-core inode. The checks cover: - i_mode values whose type bits do not name a canonical POSIX file type; - non-device dinodes whose id1.dev1.i_rdev field is non-zero; and - non-inline dinodes that claim non-zero i_size while i_clusters is zero, covering directories unconditionally and regular files on non-sparse volumes. The normal read path reports these through ocfs2_error(), matching the existing suballoc-slot, inline-data, chain-list, and refcount checks. The online filecheck path uses the same structural predicates but keeps its own reporting contract, returning OCFS2_FILECHECK_ERR_INVALIDINO instead of calling ocfs2_error(). This patch (of 3): ocfs2_validate_inode_block() currently accepts any non-zero i_mode value. ocfs2_populate_inode() then copies that mode verbatim into inode->i_mode and dispatches on i_mode & S_IFMT to the file/dir/symlink/special_file iops; an unrecognised type falls through to ocfs2_special_file_iops and init_special_inode(). Reject dinodes whose type bits do not name one of the seven canonical POSIX file types. Use fs_umode_to_ftype(), the same generic file-type conversion helper OCFS2 already uses for directory entries, so the accepted inode type set matches the kernel file-type vocabulary instead of open-coding a local switch. Apply the same structural check to the online filecheck read path. filecheck keeps its own error namespace, so it reports malformed i_mode through the filecheck logger and OCFS2_FILECHECK_ERR_INVALIDINO instead of calling ocfs2_error(), but it must not allow a malformed dinode to proceed into ocfs2_populate_inode().
Metrics
CVSS:3.1/AV:N/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 | >= b657c95c11088d77fc1bfc9c84d940f778bf9d12, < 2e3aac33988ef4e4170141db8e995693ea38357c; >= b657c95c11088d77fc1bfc9c84d940f778bf9d12, < fb024ea29f6cb1f01745e5f2e31646f3acb9aa6f; >= b657c95c11088d77fc1bfc9c84d940f778bf9d12, < 157d31ef45038d89cd19620105e082d43c8e41e0; >= b657c95c11088d77fc1bfc9c84d940f778bf9d12, < a5b555bcabbb0aff8745ad181768eaf9d964c1ee; >= b657c95c11088d77fc1bfc9c84d940f778bf9d12, < 82afe13558354390d8a592a5334d5f4fd72c0e5c; >= b657c95c11088d77fc1bfc9c84d940f778bf9d12, < 4db3b6a2a8ecf2a89d26a4090ace4072c6fad050; >= b657c95c11088d77fc1bfc9c84d940f778bf9d12, < b858f2d57cfc9d57ce61b86051d603dc0ebccd40; >= b657c95c11088d77fc1bfc9c84d940f778bf9d12, < 5366a017099c6a3c443be908a05f26fd72af12a1 |
| Linux | Linux | 2.6.29 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72160?
How severe is CVE-2026-72160?
How do I fix CVE-2026-72160?
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-72155In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72156In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72157In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72158In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72159In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7216A weakness has been identified in donchelo processing-claude…7.3
- CVE-2026-72161In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72162In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72163In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72164In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72165In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72166In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72160?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
