Description
In the Linux kernel, the following vulnerability has been resolved:

ALSA: ump: do not touch legacy_rmidi before it exists

snd_ump_parse_endpoint() sets ump->parsed on every exit, including
error, before the caller attaches the legacy rawmidi device.
ump_handle_ep_name_msg() then treats parsed as "legacy_rmidi is live"
and calls ump_legacy_set_rawmidi_name(), which snprintf()s into
ump->legacy_rmidi->name. If a UMP packet arrives in that window
(IRQ path from snd_ump_receive), legacy_rmidi is still NULL
(KASAN null-ptr-deref in snprintf).

Guard the legacy helpers. parsed only means endpoint info was
parsed, not that legacy_rmidi exists.
Published: 2026-09-25
Score: n/a
EPSS: n/a
KEV: No
Impact: Denial of Service
Action: Update Kernel
AI Analysis

Impact

The bug manifests when the ALSA ump subsystem parses an endpoint, marks it as parsed, and prematurely attempts to configure a legacy rawmidi device that has not yet been attached. A UMP packet arriving during this window causes a kernel null pointer dereference in snprintf, triggering a kernel oops and a system crash. This results in a denial of service for the affected host.

Affected Systems

The vulnerability is present in the Linux kernel ALSA ump component. The CVE data identifies the vendor as Linux and the product as the Linux kernel. Specific affected kernel versions are not listed in the data; however, any kernel revision that uses the ALSA ump subsystem before the patch detailed in the provided references is susceptible.

Risk and Exploitability

The CVSS score is not provided, and no EPSS score is available, so the exact severity cannot be quantified. The vulnerability is not listed in the CISA KEV catalog. The attack likely requires the presence of the ALSA ump driver and the ability to deliver a crafted UMP packet, which may be achievable from user space via ALSA interfaces, implying a local or potentially elevated privilege attack. Given the lack of remote exploitation evidence, the risk is primarily a local denial‑of‑service.

Generated by OpenCVE AI on September 25, 2026 at 16:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel update that incorporates the ALSA ump null‑pointer dereference fix (commit 1c8e01792adf9187 and related commits).
  • If an update is not immediately possible, unload or blacklist the ALSA ump driver and disable UMP support to prevent the crash.
  • Verify that no legacy rawmidi devices are attached to the system and avoid using UMP endpoints until the kernel is patched.

Generated by OpenCVE AI on September 25, 2026 at 16:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Fri, 25 Sep 2026 10:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ALSA: ump: do not touch legacy_rmidi before it exists snd_ump_parse_endpoint() sets ump->parsed on every exit, including error, before the caller attaches the legacy rawmidi device. ump_handle_ep_name_msg() then treats parsed as "legacy_rmidi is live" and calls ump_legacy_set_rawmidi_name(), which snprintf()s into ump->legacy_rmidi->name. If a UMP packet arrives in that window (IRQ path from snd_ump_receive), legacy_rmidi is still NULL (KASAN null-ptr-deref in snprintf). Guard the legacy helpers. parsed only means endpoint info was parsed, not that legacy_rmidi exists.
Title ALSA: ump: do not touch legacy_rmidi before it exists
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-25T10:24:21.086Z

Reserved: 2026-09-25T10:19:56.075Z

Link: CVE-2026-98086

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T11:17:38.200

Modified: 2026-09-25T11:17:38.200

Link: CVE-2026-98086

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T16:15:16Z

Weaknesses