CVE-2026-80749
Received Received - Intake

Memory Read Out-of-Bounds in Linux Kernel HDMI Connector

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

Publication date: 2026-09-03

Last updated on: 2026-09-03

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-03
Last Modified
2026-09-03
Generated
2026-09-03
AI Q&A
2026-09-03
EPSS Evaluated
N/A
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 is a vulnerability in the Linux kernel where a helper function incorrectly copies an audio infoframe into a connector's buffer. It uses the destination size (60 bytes) instead of the source size (28 bytes), causing an out-of-bounds memory read. The issue was detected using KASAN during KUnit tests but is unlikely to cause real-world problems as it only reads memory and cannot corrupt it.

Detection Guidance

This vulnerability is specific to the Linux kernel's DRM subsystem and involves an out-of-bounds memory read in HDMI audio infoframe handling. Detection requires checking kernel logs for KASAN or similar memory error reports, or verifying if your kernel version includes the fix. No direct network detection commands are applicable.

Impact Analysis

In practice, the impact is likely minimal. Since it only reads memory and cannot corrupt it, it may not directly affect users. However, in rare cases, it could cause an access violation if the read falls off the end of a memory page.

Mitigation Strategies

Update your Linux kernel to a version that includes the fix for this vulnerability. Monitor kernel security advisories and apply patches promptly. No additional mitigation steps are required beyond standard kernel updates.

Chat Assistant

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

EPSS Chart