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).
References
Configurations
Configuration 1 (hide)
|
History
16 Jun 2026, 01:19
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux linux Kernel
Linux |
|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CWE | CWE-190 | |
| References | () https://git.kernel.org/stable/c/424858f9a048057bb8f834bfe03d18f5e477e747 - Patch | |
| References | () https://git.kernel.org/stable/c/60dab3e2931f3d792438a77a6cb0cb731c43300b - Patch | |
| References | () https://git.kernel.org/stable/c/6175d09c23bec4b60860ee9a0170308ff4b56e10 - Patch | |
| References | () https://git.kernel.org/stable/c/984a415f019536ea2d24de9010744e5302a9a948 - Patch | |
| References | () https://git.kernel.org/stable/c/a954061b334ec67c79ae9d0cadd83fa521396487 - Patch | |
| References | () https://git.kernel.org/stable/c/e73cd5aed6b15e55c1c47577bdb473b5e88d6a69 - Patch | |
| References | () https://git.kernel.org/stable/c/f1af27cec07a9fd0847166bdb23c99e86b05bfdc - Patch |
01 Jun 2026, 17:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
30 May 2026, 11:17
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
27 May 2026, 14:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-27 14:17
Updated : 2026-06-17 10:53
NVD link : CVE-2026-46062
Mitre link : CVE-2026-46062
CVE.ORG link : CVE-2026-46062
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-190
Integer Overflow or Wraparound
