CVE-2026-46062

Severity CVSS v4.0:
Pending analysis
Type:
CWE-190 Integer Overflow or Wraparound
Publication date:
27/05/2026
Last modified:
16/06/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ntfs3: fix integer overflow in run_unpack() volume boundary check<br /> <br /> The volume boundary check `lcn + len &gt; sbi-&gt;used.bitmap.nbits` uses raw<br /> addition which can wrap around for large lcn and len values, bypassing<br /> the validation. Use check_add_overflow() as is already done for the<br /> adjacent prev_lcn + dlcn and vcn64 + len checks added by commit<br /> 3ac37e100385 ("ntfs3: Fix integer overflow in run_unpack()").<br /> <br /> Found by fuzzing with a source-patched harness (LibAFL + QEMU).

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.15 (including) 5.15.209 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.16 (including) 6.1.175 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.2 (including) 6.6.140 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.7 (including) 6.12.86 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.13 (including) 6.18.27 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.19 (including) 7.0.4 (excluding)