AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72201

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability in the Linux kernel affects the NTFS file system, specifically during the reading of index entries from disk. By failing to validate these entries immediately, there is a risk of missing critical checks during subsequent operations like lookup and readdir, potentially leading to data integrity issues. Organizations utilizing Linux systems with NTFS support should prioritize addressing this vulnerability to ensure the reliability and security of their file operations.

CVE
CVE-2026-72201
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate index entries on reading Validate index entries immediately after reading an index root or index block from disk. This eliminates repeated checks in lookup and readdir, and reduce the risk of missing checks in those paths.