Description
In the Linux kernel, the following vulnerability has been resolved:

ntfs: harden runlist realloc size calculations

Add a shared helper to safely convert runlist element counts to byte sizes
using overflow checks, and use it in both ntfs_rl_realloc() and
ntfs_rl_realloc_nofail().
Published: 2026-08-15
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s NTFS filesystem contains an integer overflow bug in the memory allocation for runlist elements, which describe the layout of clusters on an NTFS volume. In ntfs_rl_realloc() and ntfs_rl_realloc_nofail(), a runlist element count is converted to a byte size without checking for overflow, allowing an attacker to cause an underestimated allocation size. The resulting kernel memory corruption can be used to gain elevated privileges on the local system.

Affected Systems

All Linux kernel releases that include the vulnerable NTFS runlist reallocation code are affected. The CVE does not specify a particular kernel version, so any system running an unpatched kernel capable of reading or mounting NTFS volumes may be impacted.

Risk and Exploitability

The CVSS score of 9.8 marks the flaw as critical, but an EPSS score of less than 1 % indicates a very low probability of exploitation and the vulnerability is not listed in CISA’s KEV catalog. The flaw involves a simple integer overflow in kernel memory allocation; therefore, it could be exploited if an attacker can deliver a crafted NTFS volume that triggers the reallocation routine, though the exact attack vector is inferred from the description of the affected code.

Generated by OpenCVE AI on August 17, 2026 at 12:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑supplied kernel update that fixes the runlist size overflow bug.
  • Reboot the system to load the updated kernel.
  • Temporarily restrict or remediate mounting NTFS volumes on untrusted devices until the update is applied.

Generated by OpenCVE AI on August 17, 2026 at 12:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 00:15:00 +0000


Mon, 17 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-190

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 15 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ntfs: harden runlist realloc size calculations Add a shared helper to safely convert runlist element counts to byte sizes using overflow checks, and use it in both ntfs_rl_realloc() and ntfs_rl_realloc_nofail().
Title ntfs: harden runlist realloc size calculations
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-08-17T05:48:49.705Z

Reserved: 2026-08-15T05:44:03.917Z

Link: CVE-2026-74570

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T13:18:02.637

Modified: 2026-08-17T06:19:55.317

Link: CVE-2026-74570

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74570 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T12:45:03Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound