Back to overview

CVE-2026-64324

Description
In the Linux kernel, the following vulnerability has been resolved: udf: validate free block extents against the partition length udf_free_blocks() checks the logical block number and count against the partition length, but drops the extent offset from that final bound. A crafted extent can pass the guard while logicalBlockNum + offset + count points past the partition, which later indexes past the space bitmap array. A single ftruncate(2) on a file backed by such an extent reliably panics the kernel. This is a local availability issue. On desktop systems where UDisks/polkit allows the active user to mount removable UDF media without CAP_SYS_ADMIN, an unprivileged local user can supply the crafted filesystem and trigger the panic by truncating a writable file on it. Systems that require root or CAP_SYS_ADMIN to mount the image have a higher prerequisite. No confidentiality or integrity impact is claimed: the reproduced primitive is an out-of-bounds read of a bitmap pointer slot followed by a kernel panic. Use the already computed logicalBlockNum + offset + count value for the partition length check. Also make load_block_bitmap() reject an out-of-range block group before indexing s_block_bitmap[], so corrupted callers cannot walk past the flexible array.

Metadata

CVE ID
CVE-2026-64324
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 15:36 UTC
Published
2026-07-25 08:49 UTC
Last updated
2026-07-25 08:49 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 934f815345c09c290a9b9a9cfdddc203ec2117e8 < fdd6229d2ae9914c1f25d1041db0f4f312a4fa76, 22cc7323f090646c8cfb5939e6f15bdc2ed3fd27 < b54aee5652fcd7c23a0904a4623ec462c3edc70c, 7c4fa9ebfce69619d132fe703dc2e2cf62a13723 < 12af328d2ee8d68e81ba612246d0b54b22d23e1f, 5cc9745e2ea11aef7d5c9a42bc36f6cd3e1b4cc3 < fb49099206c5c57af28a157249fa7bcb5518f99e …
Linux Linux 6.11, 0 < 6.11, 5.10.261 ≤ 5.10.*, 5.15.212 ≤ 5.15.* …
Back to overview