CVE-2026-72162
Last modified
CVE-2026-72162 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix UBSAN array-index-out-of-bounds in ocfs2_sum_rightmost_rec [BUG] On-disk corruption setting l_next_free_rec to 0 in an inode's embedded extent list triggers a UBSAN panic on the next write to that file. [CAUSE] ocfs2_sum_rightmost_rec() computes i = le16_to_cpu(el->l_next_free_rec) - 1 and accesses el->l_recs[i] without validating i. When l_next_free_rec is 0, i becomes -1; when l_next_free_rec exceeds l_count, i falls past the end of the array. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix UBSAN array-index-out-of-bounds in ocfs2_sum_rightmost_rec [BUG] On-disk corruption setting l_next_free_rec to 0 in an inode's embedded extent list triggers a UBSAN panic on the next write to that file. [CAUSE] ocfs2_sum_rightmost_rec() computes i = le16_to_cpu(el->l_next_free_rec) - 1 and accesses el->l_recs[i] without validating i. When l_next_free_rec is 0, i becomes -1; when l_next_free_rec exceeds l_count, i falls past the end of the array. Either case violates the __counted_by_le(l_count) annotation on l_recs[] and triggers UBSAN. [FIX] Validate the inode's embedded extent list when the inode is read, in ocfs2_validate_inode_block(): l_count must be non-zero and no larger than the inode block can hold, and l_next_free_rec must not exceed l_count. A corrupt list is rejected at read time, before the b-tree code can index l_recs[] out of bounds.
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 | >= dcd0538ff4e854fa9d7f4630b359ca8fdb5cb5a8, < 671889c553ea55e2da6a4f3b15f4c0fa40f2f0d1; >= dcd0538ff4e854fa9d7f4630b359ca8fdb5cb5a8, < 858aa4965ffa8c0d4bb5dd835ac4f1c9a1dcab85; >= dcd0538ff4e854fa9d7f4630b359ca8fdb5cb5a8, < 452a8467be8143747292218212671deeb186d2ae |
| Linux | Linux | 2.6.22 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72162?
How severe is CVE-2026-72162?
How do I fix CVE-2026-72162?
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-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-72160In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72161In the Linux kernel, the following vulnerability has been re…
- 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…
- CVE-2026-72167In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72168In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72162?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
