CVE-2026-53241
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
25/06/2026
Last modified:
07/07/2026
Description
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.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.10 (including) | 6.12.94 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.36 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.13 (excluding) |
| 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:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



