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

8.4 · HIGH
Published Aug 15, 2026 EPSS 0.15% (5th pctl)

Overview

CVE-2026-72478 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: add bounds check to run_get_highest_vcn()

run_get_highest_vcn() parses a packed NTFS mapping-pairs buffer without

any length bound, relying solely on a 0x00 terminator to stop. A

crafted $LogFile UpdateMappingPairs record whose embedded attribute

contains mapping-pairs runs without a terminator causes the function to

read past the slab allocation, triggering a KASAN slab-out-of-bounds

read on mount.

The sibling function run_unpack() received an analogous bounds-check in

commit b62567bca474 ("ntfs3: add buffer boundary checks to run_unpack()"),

but run_get_highest_vcn() was missed.

Take a run_buf_size parameter and reject any run header whose payload

would extend past the buffer end, mirroring the pattern used by

run_unpack(). The caller in fslog.c passes the remaining attribute

bytes after the mapping-pairs offset.

KASAN report (on mainline v7.1 merge window HEAD):

BUG: KASAN: slab-out-of-bounds in

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

CVE-2026-72478 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-72478?

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

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

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