Skip to main content

Linux Kernel CVE-2026-53241

| EUVDEUVD-2026-39192 MEDIUM
2026-06-25 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-jcg9-m46h-g922
5.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
6.1 MEDIUM

Local access with low privilege required; C:L added over vendor C:N to reflect kernel stack overread potential for information disclosure per 'Information Disclosure' tag.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N
SUSE
MEDIUM
qualitative
Red Hat
5.5 MEDIUM
qualitative

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jul 07, 2026 - 22:38 vuln.today
CVSS changed
Jul 07, 2026 - 22:37 NVD
5.5 (MEDIUM)
Patch available
Jun 25, 2026 - 10:32 EUVD
CVE Published
Jun 25, 2026 - 09:16 cve.org
UNKNOWN (no severity yet)
CVE Published
Jun 25, 2026 - 09:16 nvd
MEDIUM 5.5

DescriptionNVD

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.

AnalysisAI

Stack overread in the Linux kernel ALSA MIDI sequencer dummy client (snd_seq_dummy) allows a local low-privileged user to crash the kernel or potentially leak kernel stack contents by sending a crafted Universal MIDI Packet (UMP) event. The dummy port copies incoming events into a legacy-sized stack temporary, but when the UMP flag remains set the delivery path calls snd_seq_event_packet_size() and copies a larger UMP-sized packet from that undersized allocation, reading past the stack buffer end. No public exploit has been identified and EPSS is 0.18% (7th percentile), placing this firmly in routine-patch rather than emergency-response territory.

Technical ContextAI

The ALSA (Advanced Linux Sound Architecture) sequencer subsystem includes a dummy sequencer client (snd_seq_dummy) that forwards events by copying an incoming struct snd_seq_event into a stack-allocated temporary, rewriting the source and destination routing fields, and dispatching to subscribers. The root cause is a size mismatch between the legacy struct snd_seq_event and the newer struct snd_seq_ump_event (Universal MIDI Packet support added upstream): the dummy client allocates only legacy-sized stack storage, but when a UMP event arrives the UMP flag is preserved in the copy. The subscriber delivery path subsequently calls snd_seq_event_packet_size() on that stack object, receives the larger UMP packet size, and copies that many bytes from the undersized stack allocation - a classic out-of-bounds stack read (analogous to CWE-125). CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* covers all affected stable branches. The fix, introduced at multiple stable-tree commits, switches to the existing union __snd_seq_event storage and copies the full packet size reported for the incoming event before rewriting routing fields, preserving UMP payload integrity without breaking legacy event handling.

RemediationAI

Upgrade to a patched stable kernel: Linux 6.12.94, 6.18.36, or 7.0.13 as confirmed by EUVD-2026-39192, or apply the upstream fix commits directly (links above) for out-of-tree builds. For systems that cannot be immediately patched, unload or blacklist the snd_seq_dummy kernel module (run 'modprobe -r snd_seq_dummy' and add 'blacklist snd_seq_dummy' to /etc/modprobe.d/blacklist.conf); this disables MIDI sequencer loopback and dummy port functionality, which is acceptable on non-audio servers. As a lighter compensating control, restrict access to the ALSA sequencer device (/dev/snd/seq) to only trusted users by tightening the 'audio' group membership, reducing the pool of local users who can send events to the dummy port. No vendor security advisory URL beyond the kernel stable tree commits and NVD entry (https://nvd.nist.gov/vuln/detail/CVE-2026-53241) was provided in the source data.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
Image SLES15-SP7-Azure-3P Image SLES15-SP7-Azure-Basic Image SLES15-SP7-Azure-Standard Image SLES15-SP7-HPC-Azure Affected
Image SLES15-SP7-BYOS-Azure Image SLES15-SP7-BYOS-GCE Image SLES15-SP7-CHOST-BYOS-Aliyun Image SLES15-SP7-CHOST-BYOS-Azure Image SLES15-SP7-CHOST-BYOS-EC2 Image SLES15-SP7-CHOST-BYOS-GCE Image SLES15-SP7-CHOST-BYOS-GDC Image SLES15-SP7-CHOST-BYOS-SAP-CCloud Image SLES15-SP7-EC2 Image SLES15-SP7-EC2-ECS-HVM Image SLES15-SP7-GCE Image SLES15-SP7-HPC-BYOS-Azure Image SLES15-SP7-HPC-BYOS-EC2 Image SLES15-SP7-HPC-BYOS-GCE Image SLES15-SP7-Hardened-BYOS-Azure Image SLES15-SP7-Hardened-BYOS-EC2 Image SLES15-SP7-Hardened-BYOS-GCE Image SLES15-SP7-SAPCAL-Azure Image SLES15-SP7-SAPCAL-EC2 Image SLES15-SP7-SAPCAL-GCE Affected
Image SLES15-SP7-SAP-Azure Image SLES15-SP7-SAP-Azure-3P Image SLES15-SP7-SAP-BYOS-Azure Image SLES15-SP7-SAP-BYOS-EC2 Image SLES15-SP7-SAP-BYOS-GCE Image SLES15-SP7-SAP-EC2 Image SLES15-SP7-SAP-GCE Image SLES15-SP7-SAP-Hardened-Azure Image SLES15-SP7-SAP-Hardened-BYOS-Azure Image SLES15-SP7-SAP-Hardened-BYOS-EC2 Image SLES15-SP7-SAP-Hardened-BYOS-GCE Image SLES15-SP7-SAP-Hardened-GCE Affected
SUSE Linux Enterprise Desktop 15 SP7 Fixed
SUSE Linux Enterprise High Availability Extension 15 SP7 Fixed

Share

CVE-2026-53241 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy