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

drm/connector/hdmi: Fix out of bounds memory read

A helper function was copying a given audio infoframe into the
connector's copy but using the size of the destination (a generic
target, sized to accept many different data blocks) not the source (a
very specific type of data block). Thus, it was copying 60 bytes of
data from a 28 byte allocation.

Fix that by using the source size instead, together with a build bug
on the source size actually being smaller than the destination.

I hit this running KUnit tests under KASAN (while debugging something
else entirely). In the real world, it seems unlikely to cause an
actual problem. It is a read not a write so it can't corrupt any
memory. However, it could potentially fall off the end of a page and
cause an accvio bug.
Published: 2026-09-03
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel DRM HDMI module had a flaw where an audio infoframe intended for the connector was copied into a generic destination buffer using the size of the destination instead of the source. This caused the function to read up to 60 bytes from only a 28‑byte allocation, resulting in a buffer over‑read. The vulnerability does not corrupt memory, but it can read unintended data and may trigger a crash or kernel panic if the out‑of‑bounds read falls off a page boundary. The weakness aligns with a classic buffer over‑read (CWE‑119).

Affected Systems

All Linux kernel builds that include the buggy DRM HDMI audio infoframe copying code before the patch commit. Vendors shipping kernel versions that have not incorporated this fix are affected.

Risk and Exploitability

The CVSS score is 7.1, and the EPSS score is <1%. Because the flaw resides in a kernel driver that processes data from an HDMI source, it would require a malicious or specially crafted HDMI audio payload or physical access to trigger. The impact is limited to information disclosure and possible denial of service. The vulnerability is not in the CISA KEV catalog, and no widespread exploitation has been reported.

Generated by OpenCVE AI on September 4, 2026 at 06:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the DRM HDMI patch from commit 9ecf8ba763d0ff…
  • Rebuild or reinstall your kernel ensuring the patched DRM HDMI source code is included
  • If an immediate kernel upgrade is infeasible, disable HDMI audio input or remove the DRM HDMI connector module to prevent the out‑of‑bounds read from being exercised

Generated by OpenCVE AI on September 4, 2026 at 06:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 06:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Fri, 04 Sep 2026 05:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Thu, 03 Sep 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/connector/hdmi: Fix out of bounds memory read A helper function was copying a given audio infoframe into the connector's copy but using the size of the destination (a generic target, sized to accept many different data blocks) not the source (a very specific type of data block). Thus, it was copying 60 bytes of data from a 28 byte allocation. Fix that by using the source size instead, together with a build bug on the source size actually being smaller than the destination. I hit this running KUnit tests under KASAN (while debugging something else entirely). In the real world, it seems unlikely to cause an actual problem. It is a read not a write so it can't corrupt any memory. However, it could potentially fall off the end of a page and cause an accvio bug.
Title drm/connector/hdmi: Fix out of bounds memory read
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-09-04T04:58:29.179Z

Reserved: 2026-08-26T14:34:25.790Z

Link: CVE-2026-80749

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-03T13:06:14.520

Modified: 2026-09-04T05:17:14.877

Link: CVE-2026-80749

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T06:30:14Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer