PT-2026-43858 · Linux · Linux

Published

2026-05-27

·

Updated

2026-05-27

·

CVE-2026-45991

CVSS v3.1

7.8

High

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
In the Linux kernel, the following vulnerability has been resolved:
udf: fix partition descriptor append bookkeeping
Mounting a crafted UDF image with repeated partition descriptors can trigger a heap out-of-bounds write in part descs loc[].
handle partition descriptor() deduplicates entries by partition number, but appended slots never record partnum. As a result duplicate Partition Descriptors are appended repeatedly and num part descs keeps growing.
Once the table is full, the growth path still sizes the allocation from partnum even though inserts are indexed by num part descs. If partnum is already aligned to PART DESC ALLOC STEP, ALIGN(partnum, step) can keep the old capacity and the next append writes past the end of the table.
Store partnum in the appended slot and size growth from the next append count so deduplication and capacity tracking follow the same model.

Fix

Related Identifiers

CVE-2026-45991

Affected Products

Linux