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

drm/virtio: bound EDID block reads to the response buffer

virtio_get_edid_block() validates the read offset only against the
device-supplied resp->size field, never against the fixed-size resp->edid
array. The EDID block index is driven by the device-supplied extension
count, so a malicious virtio-gpu backend can advertise a large size
together with a high block count and read far past the array into adjacent
kernel memory, which is then surfaced in the parsed EDID (an out-of-bounds
read / info leak).

Also reject any read whose end exceeds the size of the edid array.
Conforming EDID responses stay within the array and are unaffected.
Published: 2026-08-10
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Virtio_get_edid_block validates the read offset only against the device-supplied response size, not against the fixed-size response edid array. A malicious virtio-gpu backend can advertise a large size together with a high block count, causing reads far past the array into adjacent kernel memory. The data read is surfaced in the parsed EDID, resulting in an out-of-bounds read that leaks sensitive kernel memory.

Affected Systems

Linux kernel implementations that include the virtio-gpu driver are potentially affected. No specific vendor or version list is provided in the source data. All current Linux kernel releases prior to the commit that fixed the issue may be vulnerable. Users should verify whether their kernel contains the virtio-gpu driver and whether the patch has been applied.

Risk and Exploitability

The vulnerability is an information disclosure flaw with no known exploitation of further privileges. EPSS is not available and the issue is not listed in the CISA KEV catalog, indicating limited active exploitation at this time. The likely attack vector involves a malicious virtio-gpu backend, which may be controlled by an attacker with access to the host virtualization infrastructure. Because the flaw is confined to kernel memory read boundaries, multiple privilege levels would be required to achieve a successful read, and the vulnerability is not remotely exploitable over the network without additional components. The absence of a CVSS score and exploit reports suggests the risk is moderate, but it remains advisable to apply a patch or upgrade the kernel promptly to eliminate the data-leak potential.

Generated by OpenCVE AI on August 10, 2026 at 14:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update your Linux kernel to a version that includes the fix for virtio-gpu EDID bounds checking.
  • If an upgrade is not immediately possible, disable the virtio-gpu driver or remove support for virtio-gpu devices until a patched kernel is available.
  • Monitor system logs and kernel memory for anomalous read patterns, and use security tools to detect potential information-leak attempts.

Generated by OpenCVE AI on August 10, 2026 at 14:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/virtio: bound EDID block reads to the response buffer virtio_get_edid_block() validates the read offset only against the device-supplied resp->size field, never against the fixed-size resp->edid array. The EDID block index is driven by the device-supplied extension count, so a malicious virtio-gpu backend can advertise a large size together with a high block count and read far past the array into adjacent kernel memory, which is then surfaced in the parsed EDID (an out-of-bounds read / info leak). Also reject any read whose end exceeds the size of the edid array. Conforming EDID responses stay within the array and are unaffected.
Title drm/virtio: bound EDID block reads to the response buffer
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-10T12:01:24.835Z

Reserved: 2026-07-30T09:28:09.377Z

Link: CVE-2026-68255

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T19:15:17Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer