SEPTEMBER 13, 2026
Live Feed
Back to database
Case File

CVE-2026-89610

CRITICAL · CVSS 9.8 EPSS 0.55%

Source: NVD + CISA KEV + EPSS · Published 2026-09-11 · Last synced 2026-09-13

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's handling of NTFS file systems, specifically in the mapping pairs decoder, which fails to verify that the run length does not exceed the volume boundary. An attacker could exploit this flaw using a crafted NTFS image, potentially leading to memory corruption and privilege escalation. Linux system administrators and developers working with NTFS file systems should prioritize addressing this issue to mitigate the risk of exploitation.

CVE
CVE-2026-89610
Severity
CRITICAL
CVSS
9.8
EPSS
0.55%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: ntfs: verify run length exceeding volume boundary The mapping pairs decoder validates that the starting LCN is within the volume but does not check if the run extends beyond the volume boundary. A malformed NTFS image with a crafted mapping pairs array could cause the kernel to access memory beyond the volume boundary, potentially leading to memory corruption and privilege escalation. Add validation to ensure lcn + length stays within nr_clusters.