HOMEVULNERABILITIESCVE-2026-53241
NONE

CVE-2026-53241

Published: June 25, 2026· Updated: Jun 30, 2026

EPSS:0.18%probability of exploitation in 30 daysPercentile:7.2th

Official Description

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.

NVD Source

Technical Analysis

CVE-2026-53241 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (4)

Quick Facts

CVE IDCVE-2026-53241
SeverityNONE
CISA KEVNo
EPSS (30d)0.18%
PublishedJun 25, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-53241 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.