Out-of-bounds write in Linux kernel - CVE-2026-64322

 

Out-of-bounds write in Linux kernel - CVE-2026-64322

Published: July 27, 2026


Vulnerability identifier: #VU139660
CSH Severity: Low
CVSS v4: 8.4 [CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-64322
CWE-ID: CWE-787
Exploitation vector: Local access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a local user to disclose sensitive information and corrupt memory.

The vulnerability exists due to out-of-bounds read and out-of-bounds write in udf sparing table handling in fs/udf/super.c when parsing a crafted UDF image. A local user can mount or otherwise trigger processing of a specially crafted UDF image to disclose sensitive information and corrupt memory.

The issue is caused by validating reallocationTableLen as a byte count even though it is later used as an entry count for sparingEntry array access.


Affected software

Linux kernel

How to mitigate CVE-2026-64322

Install security update from vendor's repository.

Linux kernel - update to 7.0 rc3

External References

Related Security Bulletins