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-72202

7.5 · HIGH
Published Aug 15, 2026 EPSS 0.47% (39th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

ntfs: avoid heap allocation for free-cluster readahead state

get_nr_free_clusters() allocates a temporary file_ra_state before it

publishes the precomputed free cluster count, sets NVolFreeClusterKnown(),

and wakes vol->free_waitq. If that allocation fails, the worker returns

without setting the flag or waking waiters, so callers waiting for the free

count can block indefinitely.

The readahead state is only used synchronously while scanning the bitmap.

Keep it on the stack and pass it by address to the readahead helper. This

eliminates the early allocation failure path instead of adding a special

case that publishes a conservative count and wakes the waitqueue.

Zero-initialize the on-stack state because file_ra_state_init() only sets

ra_pages and prev_pos.

Apply the same treatment to __get_nr_free_mft_records(), which scans the

MFT bitmap with the same short-lived readahead state.

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-72202?

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

How severe is CVE-2026-72202?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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-72202?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72202 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.