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

7.8 · HIGH
Published Jul 27, 2026 EPSS 0.14% (3th pctl)

Overview

CVE-2026-64533 is a high-severity vulnerability. It was published on July 27, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, 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: validate lcns_follow in log_replay conversion

log_replay() converts DIR_PAGE_ENTRY_32 records into DIR_PAGE_ENTRY

records when replaying version 0 restart tables.

During this conversion, the memmove() length is derived directly from

the on-disk lcns_follow field:

memmove(&dp->vcn, &dp0->vcn_low,

2 * sizeof(u64) +

le32_to_cpu(dp->lcns_follow) * sizeof(u64));

check_rstbl() validates restart table structure, but does not constrain

per-entry lcns_follow values relative to the entry size. A malformed

filesystem image can provide an oversized lcns_follow value, causing

the conversion memmove() to access memory beyond the bounds of the

allocated restart table buffer.

The same field is later used to bound iteration over page_lcns[],

so validating lcns_follow during conversion also prevents downstream

out-of-bounds access from the same malformed metadata.

Compute the maximum valid lcns_follow from the al

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

CVE-2026-64533 is a high-severity vulnerability. It was published on July 27, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-64533?

This vulnerability has a CVSS 3.1 base score of 7.8, 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-64533?

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

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