CVE-2026-64289
Received Received - Intake

Buffer Overflow in Linux Kernel iommufd

Vulnerability report for CVE-2026-64289, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-25

Last updated on: 2026-07-25

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: iommufd: Set upper bounds on cache invalidation entry_num and entry_len iommufd_hwpt_invalidate() takes a user-controlled entry_num and entry_len, each bounded only by U32_MAX. An entry_len beyond the kernel's struct size makes the copy helper verify the extra bytes are zero, scanning that excess in one uninterruptible pass; a multi-gigabyte value over zeroed user memory trips the soft-lockup watchdog. A large entry_num is the other half, driving the backend invalidation loop with no reschedule. The VT-d nested handler, for one, copies each entry and flushes caches per iteration, pinning the CPU on a non-preemptible kernel. Cap both in the ioctl. entry_len is held under PAGE_SIZE, above any request struct, and entry_num under 1 << 19, the order of a hardware invalidation queue and well beyond any real batch, bounding the per-call loop length.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-25
Last Modified
2026-07-25
Generated
2026-07-25
AI Q&A
2026-07-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves improper bounds checking in the iommufd subsystem. The function iommufd_hwpt_invalidate() accepts user-controlled entry_num and entry_len values that are only limited by U32_MAX. Large values can cause excessive CPU usage, leading to soft-lockup conditions. The issue arises because entry_len beyond the kernel's struct size triggers a scan of excess bytes, and large entry_num drives a non-preemptible loop.

Detection Guidance

This vulnerability is specific to the Linux kernel's iommufd subsystem and requires kernel-level access to detect. No direct network detection commands are available. Monitor kernel logs for soft-lockup warnings or CPU stalls during iommufd operations. Check for excessive CPU usage in kernel threads handling iommufd tasks.

Impact Analysis

This vulnerability can cause system instability by triggering soft-lockup watchdogs, leading to unresponsive systems or forced reboots. It may also result in denial-of-service conditions where the affected system becomes unresponsive due to excessive CPU usage in kernel space.

Mitigation Strategies

Update the Linux kernel to a patched version that includes the fix for CVE-2026-64289. If immediate patching is not possible, restrict access to iommufd functionality via kernel module blacklisting or system call restrictions until the update is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64289. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart