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

Published Jul 25, 2026 EPSS 0.18% (7th pctl)

Overview

CVE-2026-64514 is a known-severity vulnerability. It was published on July 25, 2026.

Technical Description

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

userfaultfd: gate must_wait writability check on pte_present()

userfaultfd_must_wait() and userfaultfd_huge_must_wait() read the PTE

without taking the page table lock and then apply pte_write() /

huge_pte_write() to it. Those accessors decode bits from the present

encoding only; on a swap or migration entry they read the offset bits that

happen to share the same position and return an undefined result.

The intent of the check is "is this fault still WP-blocked?". A

non-marker swap entry means the page is in transit -- the userfault

context the original fault delivered against is no longer the same, and

the swap-in or migration completion path will re-deliver a fresh fault if

userspace still needs to handle it. Worst case under the current code the

garbage write bit says "wait", and the thread stays asleep until a

UFFDIO_WAKE that may never arrive.

Gate the writability check on pte_present() so the lockless re-c

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

CVE-2026-64514 is a known-severity vulnerability. It was published on July 25, 2026.

How severe is CVE-2026-64514?

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

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

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