In the Linux kernel, the following vulnerability has been resolved: udf: validate VAT header length against the VAT inode size udf_load_vat() takes… (CVE-2026-64323)
In the Linux kernel, the following vulnerability has been resolved: udf: validate VAT header length against the VAT inode size udf_load_vat() takes the virtual partition's start offset straight from the on-disk VAT 2.0 header without checking it against the VAT inode size: map->s_type_specific.s_virtual.s_start_offset = le16_to_cpu(vat20->lengthHeader); map->s_type_specific.s_virtual.s_num_entries = (sbi->s_vat_inode->i_size - map->s_type_specific.s_virtual.s_start_offset) >> 2; lengthHeader is a fully attacker-controlled 16-bit value. If it exceeds the VAT inode size, the s_num_entries subtraction underflows to a huge count, which defeats the "block > s_num_entries" bound in udf_get_pblock_virt15(); and on the ICB-inline path that function reads ((__le32 *)(iinfo->i_data + s_start_offset))[block] so a large s_start_offset indexes past the inode's in-ICB data. Mounting a crafted UDF image with a virtual (VAT) partition then triggers an out-of-bounds read. Reject a VAT whose header length does not leave room for at least one entry within the VAT inode.
AI Analysis
Technical Summary
The Linux kernel's udf_load_vat() function reads the virtual partition's start offset directly from the on-disk VAT 2.0 header without validating it against the VAT inode size. The lengthHeader field, which is attacker-controlled, can exceed the VAT inode size, causing an underflow in the calculation of s_num_entries. This underflow allows s_num_entries to become a large value, bypassing bounds checks in udf_get_pblock_virt15(), leading to an out-of-bounds read from inode data. The vulnerability is triggered by mounting a maliciously crafted UDF image with a virtual partition. The fix involves validating the VAT header length to ensure it leaves space for at least one entry within the VAT inode.
Potential Impact
An attacker can cause an out-of-bounds read in kernel memory by mounting a specially crafted UDF image with a virtual partition. This could potentially lead to information disclosure or kernel instability. There is no indication of known exploits in the wild.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. The vulnerability description states it has been resolved by rejecting VAT headers with invalid length, indicating a fix is available or planned. Until an official fix is applied, avoid mounting untrusted UDF images with virtual partitions.
In the Linux kernel, the following vulnerability has been resolved: udf: validate VAT header length against the VAT inode size udf_load_vat() takes… (CVE-2026-64323)
Description
In the Linux kernel, the following vulnerability has been resolved: udf: validate VAT header length against the VAT inode size udf_load_vat() takes the virtual partition's start offset straight from the on-disk VAT 2.0 header without checking it against the VAT inode size: map->s_type_specific.s_virtual.s_start_offset = le16_to_cpu(vat20->lengthHeader); map->s_type_specific.s_virtual.s_num_entries = (sbi->s_vat_inode->i_size - map->s_type_specific.s_virtual.s_start_offset) >> 2; lengthHeader is a fully attacker-controlled 16-bit value. If it exceeds the VAT inode size, the s_num_entries subtraction underflows to a huge count, which defeats the "block > s_num_entries" bound in udf_get_pblock_virt15(); and on the ICB-inline path that function reads ((__le32 *)(iinfo->i_data + s_start_offset))[block] so a large s_start_offset indexes past the inode's in-ICB data. Mounting a crafted UDF image with a virtual (VAT) partition then triggers an out-of-bounds read. Reject a VAT whose header length does not leave room for at least one entry within the VAT inode.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Linux kernel's udf_load_vat() function reads the virtual partition's start offset directly from the on-disk VAT 2.0 header without validating it against the VAT inode size. The lengthHeader field, which is attacker-controlled, can exceed the VAT inode size, causing an underflow in the calculation of s_num_entries. This underflow allows s_num_entries to become a large value, bypassing bounds checks in udf_get_pblock_virt15(), leading to an out-of-bounds read from inode data. The vulnerability is triggered by mounting a maliciously crafted UDF image with a virtual partition. The fix involves validating the VAT header length to ensure it leaves space for at least one entry within the VAT inode.
Potential Impact
An attacker can cause an out-of-bounds read in kernel memory by mounting a specially crafted UDF image with a virtual partition. This could potentially lead to information disclosure or kernel instability. There is no indication of known exploits in the wild.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. The vulnerability description states it has been resolved by rejecting VAT headers with invalid length, indicating a fix is available or planned. Until an official fix is applied, avoid mounting untrusted UDF images with virtual partitions.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-rjqr-92w7-gfg4
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-64323"]
- Ecosystems
- []
- Database Specific Severity
- null
- Cvss Version
- null
Threat ID: 6a65420d9c2644c7f80856a0
Added to database: 07/25/2026, 23:09:01 UTC
Last enriched: 07/25/2026, 23:34:15 UTC
Last updated: 09/07/2026, 10:52:10 UTC
Views: 39
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.