KernelScan.io

HIGH

ntfs3 RunUnpack Overflow

CVE-2026-46062

CVSS 7.8 / 10.0 NVD

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

KernelScan AI6.0MEDIUM

01

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

02

Engine v0.2.0

Risk summary

An integer overflow in NTFS3 filesystem's run_unpack() function allows malicious filesystem images to bypass volume boundary checks. This can lead to out-of-bounds memory access and potential filesystem corruption or kernel crashes when mounting crafted NTFS volumes.

Affectedfs/ntfs3/run.c (ntfs3 filesystem)

Vulnerability analysis

The vulnerability occurs in the NTFS3 filesystem's run_unpack() function where a volume boundary check uses raw integer addition (lcn + len) that can wrap around for large values, bypassing validation. The fix replaces this with check_add_overflow() to safely detect overflow conditions before performing the boundary check. This requires local access and typically root privileges to mount malicious NTFS filesystems, making it a local privilege-dependent attack.

03

BranchFixed inPatch commit
5.155.15.209424858f9a048
6.16.1.175e73cd5aed6b1
6.126.12.8660dab3e2931f
6.186.18.27f1af27cec07a
6.66.6.140a954061b334e
7.07.0.46175d09c23be
mainline7.1-rc1984a415f0195