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: 7.7 High
EPSS: < 1% Very Low
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 edid array. A malicious virtio‑gpu backend can advertise a large size together with a high block count, forcing the driver to read far past the end of the array into adjacent kernel memory. The leaked data is then surfaced as part of the parsed EDID, resulting in an out‑of-bounds read that reveals kernel memory contents. This vulnerability qualifies as an information‑disclosure flaw.

Affected Systems

Linux kernel implementations that include the virtio‑gpu driver are potentially affected. The CVE does not list specific vendor or version numbers; any kernel prior to the commit that introduced the bounds‑checking fix 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 CVSS score of 7.7 indicates a high risk. The EPSS score of < 1% suggests that exploitation is currently unlikely. The flaw is not listed in the CISA KEV catalog, so no known active exploitation has been reported. An attacker who controls a malicious virtio‑gpu backend can read beyond the intended EDID buffer into adjacent kernel memory, potentially exposing sensitive data. The exploit requires the attacker to be able to operate a backend in an environment where the virtio‑gpu driver is active, such as a virtual machine hosted by the attacker; it does not provide elevation of privilege or remote code execution on its own.

Generated by OpenCVE AI on August 14, 2026 at 02:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes the virtio‑gpu EDID bounds‑checking fix.
  • If an immediate update is not available, disable the virtio‑gpu driver or remove support for virtio‑gpu devices until the patch is applied.
  • Monitor kernel logs and system activity for signs of out‑of‑bounds reads or unexpected EDID data; use intrusion detection tools to flag anomalous memory access.

Generated by OpenCVE AI on August 14, 2026 at 02:19 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


Wed, 19 Aug 2026 16:45:00 +0000


Fri, 14 Aug 2026 01:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Thu, 13 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

cvssV3_1

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


Wed, 12 Aug 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


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-23T12:46:13.247Z

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

Link: CVE-2026-68255

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:14.113

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

Link: CVE-2026-68255

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T12:01:24Z

Links: CVE-2026-68255 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T02:30:17Z

Weaknesses