AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72204

UNKNOWN · CVSS N/A

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

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the NTFS file system, specifically related to the validation of the $INDEX_ROOT header. This flaw could lead to inconsistent checks for directory inodes and named index inodes, potentially compromising file system integrity. Linux administrators and security teams should prioritize this issue to ensure the robustness of their systems against potential exploitation.

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

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: ntfs: centalize $INDEX_ROOT header validation Add a dedicated helper to perform stricter validation of $INDEX_ROOT and use it for both directory inodes and named index inodes. This keeps the root size and header geometry checks consistent across both read paths.