CVE-2026-72305
Received Received - Intake

VDUSE Kernel Information Leak via Bounce Pages

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

Publication date: 2026-08-15

Last updated on: 2026-08-23

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: VDUSE: avoid leaking information to userspace The bounceing is not necessarily page aligned, so current VDUSE can leak kernel information through mapping bounce pages to userspace. Allocate bounce pages with __GFP_ZERO to avoid leaking information to userspace.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-23
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
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 VDUSE (vDPA Device in Userspace) potentially leaking kernel memory information to userspace. The issue occurs because bounce pages used for data transfer are not page-aligned, allowing uninitialized or sensitive kernel data to be exposed when mapped to userspace. The fix allocates these bounce pages with __GFP_ZERO to ensure they are zeroed out before use.

Detection Guidance

This vulnerability involves kernel memory leaks in VDUSE bounce pages. Detection requires checking kernel logs for memory corruption or unauthorized access patterns. Use commands like dmesg | grep -i vduse or journalctl -k | grep -i vduse to inspect kernel logs for VDUSE-related errors. Ensure your kernel version is updated to a patched release.

Impact Analysis

If exploited, this vulnerability could allow an attacker with local access to read sensitive kernel memory, potentially exposing passwords, encryption keys, or other confidential data. This could lead to further system compromise or information disclosure. Systems using VDUSE with unpatched kernels are at risk.

Compliance Impact

This vulnerability could impact compliance with GDPR and HIPAA by enabling unauthorized access to sensitive data, violating confidentiality requirements. Organizations must patch affected systems to prevent data breaches that could result in regulatory penalties or legal consequences.

Mitigation Strategies

Update the Linux kernel to a patched version that includes the fix for this VDUSE vulnerability. Ensure the kernel version is at least the one released after 2026-08-15.

Chat Assistant

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

EPSS Chart