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).
Published: 2026-05-27
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the run_unpack() function of the NTFS driver contains an integer overflow in the volume boundary check, where raw addition of large LCN and length values can wrap around. This flaw bypasses the intended validation and may allow an attacker to read or write data beyond the allocated buffer. The resulting memory corruption could compromise kernel confidentiality and integrity, and might lead to arbitrary code execution within the privileged kernel context, though these outcomes are not explicitly documented in the description.

Affected Systems

All Linux kernel versions are potentially affected as the vulnerability resides in the core ntfs3 file‑system driver. No specific product or version is excluded by the available information.

Risk and Exploitability

The EPSS score of <1% indicates a very low but non‑zero probability of exploitation, and the vulnerability is not listed in CISA’s KEV catalog. The CVSS score of 7.8 reflects a high severity, indicating significant impact if successfully exploited. The likely attack vector is local, requiring an attacker to orchestrate the kernel into reading a maliciously crafted NTFS volume. No public exploit is documented, but the kernel context and absence of mitigation mean the risk remains moderate to high for systems that permit untrusted NTFS volumes to be mounted.

Generated by OpenCVE AI on May 30, 2026 at 14:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that includes the patch for ntfs3 run_unpack integer overflow
  • If an update is not immediately possible, disable the ntfs3 module (e.g., by running `modprobe -r ntfs3` or blacklisting the module) to eliminate the vulnerable code path
  • Restrict NTFS volume mounting to trusted users only, or remove automatic mounting of untrusted NTFS filesystems to reduce the attack surface

Generated by OpenCVE AI on May 30, 2026 at 14:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 01 Jun 2026 17:00:00 +0000


Sat, 30 May 2026 13:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-680

Sat, 30 May 2026 11:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}


Thu, 28 May 2026 00:15:00 +0000


Wed, 27 May 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-190
CWE-680

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
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).
Title ntfs3: fix integer overflow in run_unpack() volume boundary check
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-14T17:51:32.292Z

Reserved: 2026-05-13T15:03:33.095Z

Link: CVE-2026-46062

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-27T14:17:26.063

Modified: 2026-06-16T01:19:11.727

Link: CVE-2026-46062

cve-icon Redhat

Severity :

Publid Date: 2026-05-27T00:00:00Z

Links: CVE-2026-46062 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-30T14:45:25Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound