PT-2026-43929 · Linux · Linux
Published
2026-05-27
·
Updated
2026-05-27
·
CVE-2026-46062
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H |
In the Linux kernel, the following vulnerability has been resolved:
ntfs3: fix integer overflow in run unpack() volume boundary check
The volume boundary check
lcn + len > sbi->used.bitmap.nbits uses raw
addition which can wrap around for large lcn and len values, bypassing
the validation. Use check add overflow() as is already done for the
adjacent prev lcn + dlcn and vcn64 + len checks added by commit
3ac37e100385 ("ntfs3: Fix integer overflow in run unpack()").Found by fuzzing with a source-patched harness (LibAFL + QEMU).
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux