CVE-2026-68278

Source
https://cve.org/CVERecord?id=CVE-2026-68278
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68278.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68278
Downstream
Published
2026-08-10T12:01:54.285Z
Modified
2026-08-12T04:18:47.491968102Z
Summary
drm/dp/mst: fix buffer overflows in sideband chunk accumulation
Details

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

drm/dp/mst: fix buffer overflows in sideband chunk accumulation

drmdpsidebandappendpayload() has three related bugs when processing device-provided sideband reply data:

  1. Zero-length curchunklen underflow: msglen is a 6-bit field taken directly from the DP sideband header. If a device sends msglen=0, curchunklen is set to zero. The condition (curchunkidx >= curchunklen) is immediately true, and curchunklen-1 wraps to 255 (u8 underflow). drmdpmsgdata_crc4() reads 255 bytes from chunk[48], then memcpy() writes 255 bytes into msg[], both far out of bounds.

  2. chunk[48] overflow: curchunklen can reach 63 (6-bit field). chunk[] is only 48 bytes. Multi-iteration payload assembly appends 16-byte blocks until curchunkidx reaches curchunk_len, writing up to 15 bytes past the end of chunk[] into msg[].

  3. msg[256] overflow: each chunk contributes (curchunklen-1) bytes to msg[]. No check ensures curlen + (curchunklen-1) stays within msg[256], so the memcpy can spill into adjacent struct fields.

All three are reachable from any DP MST device that can forge sideband reply messages on a physical connection.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68278.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
ad7f8a1f9ced7f049f9b66d588723f243a7034cd
Fixed
53937a2787d29c7a460e984dc4f20ff6ac91dc65
Fixed
ef0dbcc200c3389f1f781ab181932a97e54b51af
Fixed
1e5827839ad0ceb0079d1560c321fa3656b54f21
Fixed
a6366b551079c79bf7bdbadd74c97358bcfe2d58
Fixed
55bd5e685bda455b9b50c835f8c8442d52a344a3

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.17.0
Fixed
6.6.148
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.101
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

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