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

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

Overview

CVE-2026-64432 is a high-severity vulnerability. It was published on July 25, 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 Dirty Page Table capacity in log_replay copy_lcns

In the analysis pass of $LogFile journal replay, log_replay() copies

LCNs from each action log record into an existing Dirty Page Table

(DPT) entry without bounding the destination index. A crafted NTFS

image with DPT entry lcns_follow=1 and an action log record with

lcns_follow=2 produces a kernel slab out-of-bounds write at mount

time:

BUG: KASAN: slab-out-of-bounds in log_replay+0x654c/0xdb60

Write of size 8 at addr ffff8880095e1040 by task mount

Two attacker-controlled fields can drive j+i past the allocated

page_lcns[] array:

1. dp->lcns_follow (capacity) can be smaller than lrh->lcns_follow.

2. lrh->target_vcn may be smaller than dp->vcn, making the u64

subtraction wrap to a huge size_t.

Validate target VCN delta and per-record LCN count against the

DPT entry capacity, bail via the existing out: cleanup label with

-EINVAL.

Th

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

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

How severe is CVE-2026-64432?

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

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

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