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

5.5 · MEDIUM
Published Jul 25, 2026 linux CWE-401

Overview

CVE-2026-64292 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 25, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

iommufd: Move vevent memory allocation outside spinlock

The veventq memory allocation happens inside the spinlock. Given its depth

is decided by the user space, this leaves a vulnerability, where userspace

can allocate large queues to exhaust atomic memory reserves.

Move the allocation outside the spinlock and use GFP_NOWAIT, which can fail

fast under memory pressure without dipping into the GFP_ATOMIC reserves or

direct-reclaiming from the threaded IRQ handler. On allocation failure,

queue the lost_events_header (so userspace learns of the drop) and return

-ENOMEM so the caller learns of the kernel-side memory pressure.

This is intentionally distinct from the queue-overflow path, which also

queues the lost_events_header but returns 0: a full queue is an expected

userspace-pacing condition rather than a kernel error.

A subsequent change will cap the upper bound of the veventq_depth.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.15, < 6.18.40 Affected

Frequently Asked Questions

What is CVE-2026-64292?

CVE-2026-64292 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 25, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-64292?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-64292?

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