CVE-2026-80749

Source
https://cve.org/CVERecord?id=CVE-2026-80749
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80749.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80749
Downstream
Published
2026-09-03T08:26:30.140Z
Modified
2026-09-05T03:48:19.439952754Z
Severity
  • 7.1 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H CVSS Calculator
Summary
drm/connector/hdmi: Fix out of bounds memory read
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80749.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
f378b77227bc4732922c57f92be89438bb1018a1
Fixed
d9f7454c185c0c7f0973e11d62ad6c06862c324c
Fixed
e5b527804a1ea4f70e139179d3062cf5de8c06ab
Fixed
f72bb95732bc5ca87b50c52c8f087ba501950809
Fixed
9ecf8ba763d0ffe0673538eb4bf7806f20455d19

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80749.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.11.0
Fixed
6.12.105
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.46
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.10

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80749.json"