CVE-2026-53241
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
25/06/2026
Última modificación:
07/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ALSA: seq: dummy: fix UMP event stack overread<br />
<br />
The dummy sequencer port forwards events by copying an incoming<br />
struct snd_seq_event into a stack temporary, rewriting source and<br />
destination, and dispatching the temporary to subscribers. That legacy<br />
event storage is smaller than struct snd_seq_ump_event.<br />
<br />
When a UMP event reaches the dummy client, the copy leaves the UMP flag<br />
set but only provides legacy-sized stack storage. The subscriber<br />
delivery path then uses snd_seq_event_packet_size() and copies a<br />
UMP-sized packet from that stack object, reading past the end of the<br />
temporary.<br />
<br />
Use the existing union __snd_seq_event storage and copy the packet size<br />
reported for the incoming event before rewriting the common routing<br />
fields. This preserves the full UMP packet for UMP events while keeping<br />
legacy event handling unchanged.
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.10 (incluyendo) | 6.12.94 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.36 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.13 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



