In the Linux kernel, the following vulnerability has been resolved:
ALSA: ump: Fix buffer overflow at UMP SysEx message conversion
The conversion function from MIDI 1.0 to UMP packet contains an
internal buffer to keep the incoming MIDI bytes, and its size is 4, as
it was supposed to be the max size for a MIDI1 UMP packet data.
However, the implementation overlooked that SysEx is handled in a
different format, and it can be up to 6 bytes, as found in
do_convert_to_ump(). It leads eventually to a buffer overflow, and
may corrupt the memory when a longer SysEx message is received.
The fix is simply to extend the buffer size to 6 to fit with the SysEx
UMP message.
Security readout for executives and security teams
Plain-English summary
A flaw in the Linux kernel’s ALSA MIDI handling can overwrite memory when converting longer MIDI System Exclusive messages. A local user with low privileges could potentially crash the system or compromise confidentiality and integrity. The supplied assessment scores it 7.8 (High), but the sources do not report active exploitation.
Executive priority
Treat this as a high-priority kernel update for exposed multi-user or MIDI-processing systems, especially where untrusted local users exist. It is not presented as an internet-remote vulnerability, and active exploitation is unconfirmed. Use normal emergency-change judgment based on local-user access, ALSA UMP usage, and distribution guidance.
Technical view
The MIDI 1.0-to-UMP conversion stored incoming bytes in a four-byte internal buffer, while SysEx UMP data can require six bytes. Processing a longer SysEx message could therefore corrupt kernel memory. The cited Linux stable fixes enlarge the buffer to six bytes. The CVSS vector indicates local access, low complexity, low privileges, no user interaction, and high impacts.
Likely exposure
Exposure is most relevant to Linux systems where a low-privileged local user can reach the affected ALSA UMP MIDI conversion path. Systems without that pathway in use may have lower practical exposure. The supplied affected-version data is not sufficiently clear for reliable range interpretation, so confirm status through kernel or distribution advisories and fix-commit inclusion.
Exploitation context
The supplied CVSS vector describes a local, low-complexity attack requiring low privileges and no user interaction. Successful exploitation could affect confidentiality, integrity, and availability. CVE-2025-37891 is not identified as a CISA KEV entry in the bundle, and none of the cited sources establishes active exploitation or a public exploit.
Researcher notes
The root cause is a size mismatch between a four-byte conversion buffer and SysEx UMP data of up to six bytes. The fix increases the buffer to six bytes. The source bundle supplies four stable-tree commits but does not clearly map each commit to an exact corrected release range; validate backports by commit or vendor advisory.
Mitigation direction
Update to a vendor-supported kernel containing the applicable cited stable fix.
Check the Linux distribution’s advisory for corrected package versions and required reboot guidance.
Prioritize multi-user systems offering untrusted users access to ALSA MIDI or UMP functionality.
If updating is delayed, consult vendor guidance for supported temporary exposure-reduction measures.
Validation and detection
Inventory running kernel versions on systems providing ALSA MIDI or UMP functionality.
Confirm whether the running kernel contains the applicable cited fix commit or vendor backport.
Verify the corrected kernel is running after installation, including after any required reboot.
Review distribution advisories because the supplied affected-version list has ambiguous boundaries.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-37891 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
5Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.