PT-2026-43939 · Linux · Linux

Published

2026-05-27

·

Updated

2026-05-27

·

CVE-2026-46072

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
ntfs3: add buffer boundary checks to run unpack()
run unpack() checks run buf < run last at the top of the while loop but then reads size size and offset size bytes via run unpack s64() without verifying they fit within the remaining buffer. A crafted NTFS image with truncated run data in an MFT attribute triggers an OOB heap read of up to 15 bytes when the filesystem is mounted.
Add boundary checks before each run unpack s64() call to ensure the declared field size does not exceed the remaining buffer.
Found by fuzzing with a source-patched harness (LibAFL + QEMU).

Related Identifiers

CVE-2026-46072

Affected Products

Linux