CVE 7.8 HIGH

ntfs3: fix integer overflow in run_unpack() volume boundary check_CVE-2026-46062

7.8 / 10
HIGH
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Description

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).

Basic Information

ID CVE-2026-46062
Source Linux
Published May 27, 2026 at 12:57
Modified May 30, 2026 at 10:47

Affected Product

Vendor Linux
Product Linux
Version 82cae269cfa953032fbb8980a7d554d60fb00b17
Affected Versions Linux Linux 82cae269cfa953032fbb8980a7d554d60fb00b17
Linux Linux 82cae269cfa953032fbb8980a7d554d60fb00b17
Linux Linux 82cae269cfa953032fbb8980a7d554d60fb00b17
Linux Linux 82cae269cfa953032fbb8980a7d554d60fb00b17
Linux Linux 82cae269cfa953032fbb8980a7d554d60fb00b17
Linux Linux 5.15

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.