PatchSiren cyber security CVE debrief
CVE-2026-89525 Linux CVE debrief
A vulnerability in the Linux kernel's UDF (Universal Disk Format) implementation has been addressed. The issue arises from the handling of VAT (Virtual Allocation Table) indexes in the `udf_get_pblock_virt15()` function. Specifically, the function previously only rejected indexes greater than `s_num_entries`, which represents the number of entries in the VAT array. However, this allows an attacker to craft a UDF image that requests index `s_num_entries`, potentially leading to a slab-out-of-bounds read. The fix changes the check to reject block numbers greater than or equal to `s_num_entries`, treating the count as an exclusive upper bound.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-11
Who should care
Linux kernel maintainers, Linux distribution maintainers, and users of Linux systems that utilize UDF filesystems should assess exposure and prioritize verification of UDF implementation integrity.
Why it matters
A vulnerability in the Linux kernel's UDF implementation has been addressed. Linux kernel maintainers and users should assess exposure and prioritize verification of UDF implementation integrity.
- Potential slab-out-of-bounds read in the Linux kernel's UDF implementation.
- Verification of UDF implementation integrity is necessary to prevent potential issues.
- Monitoring kernel logs for slab-out-of-bounds read attempts may be required.
Technical summary
The Linux kernel's UDF implementation has a vulnerability in the `udf_get_pblock_virt15()` function. The function did not properly handle VAT indexes, allowing for a potential slab-out-of-bounds read. The fix changes the bounds check to treat `s_num_entries` as an exclusive upper bound. Linux kernel maintainers and users should assess exposure and prioritize verification of UDF implementation integrity. A crafted UDF image can request index `s_num_entries`, potentially leading to a slab-out-of-bounds read. The CVE record and associated source references provide details on the vulnerability and its fix.
Defensive priority
Linux kernel maintainers and users should assess exposure and prioritize verification of UDF implementation integrity.
Recommended defensive actions
- Review and apply the provided kernel patches to ensure UDF implementation integrity.
- Verify UDF usage and configuration in Linux kernel deployments.
- Monitor for potential slab-out-of-bounds read attempts in kernel logs.
- Perform a thorough review of UDF implementation integrity.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The CVE record and associated source references provide details on the vulnerability and its fix. However, the corpus does not establish versions, exploitation, impact, or remediation beyond the provided technical details.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89525 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89525
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89525 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89525
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/1bd7947f1463c21edafa256d0fbec5b99215e2b6
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/9193368408d792cec2057628d87862140fb1ce1c
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b95c33a4e743874f1b0a45bf2aaa4da553552bd1
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/cac0cb07f29ccfb373fd4a36c81e908ef3ce608c
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.