AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72206

UNKNOWN · CVSS N/A

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

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's NTFS file system implementation, specifically in the handling of index blocks within INDX blocks. By failing to strictly validate the geometry of INDEX_HEADER, this flaw could potentially lead to data corruption or system instability. Linux system administrators and developers utilizing NTFS on their systems should prioritize applying the relevant patches to mitigate any associated risks.

CVE
CVE-2026-72206
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 block header more strictly Modify ntfs_index_block_inconsisent() to perform stricter validation of INDEX_HEADER geometry in INDX blocks, and update ntfs_lookup_inode_by_name() to use that function to validate INDX blocks.