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

Published Aug 15, 2026 EPSS 0.20% (10th pctl)

Overview

CVE-2026-72205 is a known-severity vulnerability. It was published on August 15, 2026.

Technical Description

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

ntfs: free volume-wide resources on fill_super failure

ntfs_fill_super()'s err_out_now path frees only the volume struct via

kfree(vol), leaving several vol-owned allocations behind on every mount

failure:

- vol->nls_map, loaded by ntfs_init_fs_context() via

load_nls_default() (or replaced by an explicit nls= option in

ntfs_parse_param()), is never unload_nls()'d.

- vol->volume_label, allocated by load_system_files() through

ntfs_ucstonls() once the $Volume name attribute has been parsed, is

not released by load_system_files()'s own error labels nor by the

fill_super() inline cleanup that only runs on d_make_root()

failure. Any later failure inside load_system_files() leaks it.

- vol->lcn_empty_bits_per_page was kvfree()'d in

unl_upcase_iput_tmp_ino_err_out_now without clearing the pointer,

so it could not be folded into a single common cleanup.

Because the failure paths nev

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

CVE-2026-72205 is a known-severity vulnerability. It was published on August 15, 2026.

How severe is CVE-2026-72205?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

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

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

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