CVE-2026-89525
Last modified
CVE-2026-89525 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: udf: reject VAT indexes equal to the entry count UDF 1.50 virtual partition mapping uses the VAT as an array of physical block mappings. s_num_entries stores the number of entries in that array, not the highest valid index. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: udf: reject VAT indexes equal to the entry count UDF 1.50 virtual partition mapping uses the VAT as an array of physical block mappings. s_num_entries stores the number of entries in that array, not the highest valid index. The valid VAT indexes are therefore below s_num_entries. udf_get_pblock_virt15() currently rejects only indexes greater than s_num_entries. A crafted image can request index s_num_entries, pass the bounds check, and make the kernel read one entry past the allocated VAT table. Change the check to reject block >= s_num_entries, so the count is handled as an exclusive upper bound. A crafted UDF image reproduced this on origin/master commit 0e35b9b6ec0ffcc5e23cbdec09f5c622ad532b53 with a KASAN slab-out-of-bounds report in udf_get_pblock_virt15(). Trail of Bits has a reproducer that triggers kernel panic demonstrating the bug, and can share it if needed.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < f64e01a90326bb85a3cc8aa0199931dc2f15b589; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 8a8c1c42a34349a0626d910abbad5a29136446b7; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 19f36c6453cd88fe6d60ef36ab1f1cad8ddf4ce4; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < b77b83f5529a26d084d64ece98abd6f0cc86e053; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 9193368408d792cec2057628d87862140fb1ce1c; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < b95c33a4e743874f1b0a45bf2aaa4da553552bd1; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 1bd7947f1463c21edafa256d0fbec5b99215e2b6; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < cac0cb07f29ccfb373fd4a36c81e908ef3ce608c |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89525?
How severe is CVE-2026-89525?
How do I fix CVE-2026-89525?
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-8952Privilege escalation in the Application Update component. Th…8.8
- CVE-2026-89520In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89521In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-89522In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89523In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89524In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-89526In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89527In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89528In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89529In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8953Sandbox escape due to use-after-free in the Disability Acces…9.6
- CVE-2026-89530In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-89525?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
