CVE-2026-68277
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
10/08/2026
Última modificación:
17/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/dp/mst: fix OOB reads on 2-byte fields in sideband reply parsers<br />
<br />
Three sideband reply parsers read 16-bit fields as:<br />
<br />
val = (raw->msg[idx] curlen,<br />
raw->msg[idx+1] reads one byte past the received message data into<br />
the following struct fields (curchunk_len, curchunk_idx, curlen).<br />
<br />
Affected functions:<br />
- drm_dp_sideband_parse_enum_path_resources_ack()<br />
full_payload_bw_number and avail_payload_bw_number fields<br />
- drm_dp_sideband_parse_allocate_payload_ack()<br />
allocated_pbn field<br />
- drm_dp_sideband_parse_query_payload_ack()<br />
allocated_pbn field<br />
<br />
Fix by using a single combined check (idx + 2 > curlen) before each<br />
2-byte read. Since the check is strictly tighter than idx > curlen,<br />
no separate step is needed.<br />
<br />
[added fixes tag]
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/0bcd7675c69a2462a8531fcd9e4d096e9c7ec5df
- https://git.kernel.org/stable/c/68a624416d1dd481b3e5b7ea0e8a070a9b8a2c73
- https://git.kernel.org/stable/c/6b89ba3dba2f583626fb693e47e951ffb8bf591f
- https://git.kernel.org/stable/c/bdf0508b1e6785d4a8982c637e97e68d60b47d7b
- https://git.kernel.org/stable/c/d5c70523cafa26ad2c7a37b612849abe2683baa8



