PT-2026-52336 · Linux · Linux

Published

2026-06-25

·

Updated

2026-06-25

·

CVE-2026-53241

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
ALSA: seq: dummy: fix UMP event stack overread
The dummy sequencer port forwards events by copying an incoming struct snd seq event into a stack temporary, rewriting source and destination, and dispatching the temporary to subscribers. That legacy event storage is smaller than struct snd seq ump event.
When a UMP event reaches the dummy client, the copy leaves the UMP flag set but only provides legacy-sized stack storage. The subscriber delivery path then uses snd seq event packet size() and copies a UMP-sized packet from that stack object, reading past the end of the temporary.
Use the existing union snd seq event storage and copy the packet size reported for the incoming event before rewriting the common routing fields. This preserves the full UMP packet for UMP events while keeping legacy event handling unchanged.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-53241

Affected Products

Linux