Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-72199

ntfs: validate resident index root values on lookup
Back to all
CVE

CVE-2026-72199

ntfs: validate resident index root values on lookup

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

ntfs: validate resident index root values on lookup

Resident $INDEX_ROOT values carry index header fields that callers

consume after lookup. Some callers already validate parts of the layout

before walking entries, but those checks are scattered and do not cover

all root header invariants, such as entries_offset alignment and lower

bound, indexlength, and allocatedsize consistency.

The resident root resize paths now keep these header fields consistent

while the value size changes: ntfsirtruncate() lowers

index.allocated_size before shrinking the resident value, and

ntfsirreparent() grows the resident value before publishing a larger

root header. Lookup-time validation can therefore cover these invariants

without tripping over the driver's own resize paths.

Add $INDEX_ROOT to the minimum resident value size table and validate the

resident index header fields before returning the attribute from lookup.

Require 8-byte aligned index header fields, a sane entries_offset, an

indexlength within allocatedsize, allocated_size within the resident

value, and enough entry space for at least an index entry header.

The shared validator already rejects non-resident records for

resident-only attribute types, including $INDEX_ROOT.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.8
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://git.kernel.org/stable/c/bfb01dd319b6b4c3e79756de7b75ccf0b9a0a247, https://git.kernel.org/stable/c/fcf5bf0e8570798970e3ae8c95d04765ba2c5b97, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72199.json, https://nvd.nist.gov/vuln/detail/CVE-2026-72199, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Severity

9.8

CVSS Score
0
10

Basic Information

Base CVSS
9.8
EPSS Probability
0.00516%
EPSS Percentile
0.41719%
Introduced Version
0a8ac0c1fa0b99a5b29002bc7f232ed7eafddef0,7.1.0,0
Fix Available
fcf5bf0e8570798970e3ae8c95d04765ba2c5b97,7.1.5

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading