Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-72196

8.4 · HIGH
Published Aug 15, 2026 EPSS 0.18% (8th pctl)

Overview

CVE-2026-72196 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 8.4 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.4, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

fs/ntfs3: bound copy_lcns dp->page_lcns[] index in analysis pass

In log_replay()'s analysis pass, after find_dp() returns a

valid DIR_PAGE_ENTRY for the (target_attr, target_vcn) tuple,

the copy_lcns block walks lrh->lcns_follow further entries:

t16 = le16_to_cpu(lrh->lcns_follow);

for (i = 0; i < t16; i++) {

size_t j = (size_t)(le64_to_cpu(lrh->target_vcn) -

le64_to_cpu(dp->vcn));

dp->page_lcns[j + i] = lrh->page_lcns[i];

}

find_dp() only validates that target_vcn falls within

[dp->vcn, dp->vcn + dp->lcns_follow), i.e., that the FIRST

cluster is covered. The walk through the further entries is

not bounded against dp->lcns_follow. For a malformed LRH

where target_vcn = dp->vcn + dp->lcns_follow - 1 and

lrh->lcns_follow > 1, the i > 0 writes overflow the dp's

allocated page_lcns[] array.

Add the missing j + lrh->lcns_follow <= dp->lcns_follow guard.

Reproduced under UML+KASA

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-72196?

CVE-2026-72196 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 8.4 (HIGH).

How severe is CVE-2026-72196?

This vulnerability has a CVSS 3.1 base score of 8.4, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-72196?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-72196?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72196 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.