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.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw allows a kernel memory region that is not page aligned to be mapped into user space, causing the kernel to expose protected information. The root cause is that bounce pages allocated for the VDUSE interface are not zeroed before being exposed to user processes, so residual kernel data can be read. This is a pure information‑leak vulnerability that can reveal sensitive internals of the operating system.

Affected Systems

All Linux kernel deployments are potentially affected, as the issue resides in core kernel code. No specific version list is provided, so any release built against the unpatched kernel source may suffer. Administrators should review their distribution’s patch status and verify whether the VDUSE path is enabled.

Risk and Exploitability

The CVSS score is 5.5, indicating a moderate risk. The EPSS score is < 1%, suggesting a low probability of exploitation. The vulnerability is not listed in the CISA KEV catalog. Exploitability requires local or trusted access to trigger the VDUSE path and map the bounce pages; if the kernel is not configured to zero those pages, an attacker could read sensitive kernel memory, resulting in confidentiality loss. Because the information leakage is limited to those bounce pages, the impact is confined to kernel data, but it remains a significant vulnerability for any system that exposes VDUSE to untrusted users.

Generated by OpenCVE AI on August 17, 2026 at 16:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the VDUSE zeroing patch (see the referenced kernel commits).
  • If an immediate kernel update is not possible, configure the kernel to allocate bounce pages with the __GFP_ZERO flag as a temporary workaround. This will clear the pages before user‑space exposure.
  • Verify that no untrusted user processes can map kernel bounce buffers and use memory‑leak detection tools to monitor for accidental exposure.

Generated by OpenCVE AI on August 17, 2026 at 16:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Sun, 23 Aug 2026 13:15:00 +0000


Mon, 17 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-908
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Sat, 15 Aug 2026 10:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
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.
Title VDUSE: avoid leaking information to userspace
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-23T12:47:13.473Z

Reserved: 2026-08-09T03:40:39.918Z

Link: CVE-2026-72305

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:03.217

Modified: 2026-08-23T13:16:43.227

Link: CVE-2026-72305

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72305 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T16:45:04Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-908

    Use of Uninitialized Resource