CVE-2025-37891

Advisory lineage Upstream: 0 Downstream: 40
Analyzed
Published: 19 May 2025, 07:19
Last modified:11 May 2026, 21:17

Vulnerability Summary

Overall Risk (default)
medium
31/100
CVSS Score
7.8 HIGH
v3.1 (nvd)
EPSS Score
0.07% LOW
0% probability +0.05%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

19 May 2025, 07:19
Published
Vulnerability first disclosed
11 May 2026, 21:17
Last Modified
Vulnerability information updated

Description

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.

CVSS Metrics

  • v3.1HIGHScore: 7.8CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS Trends

Current EPSS score: 0.07% Percentile: 21%

Techniques & Countermeasures

  • CWE-120Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

    The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer.

Affected Systems

  • linuxlinux

    ≥ 0b5288f5fe63eab687c14e5940b9e0d532b129f2, < ce4f77bef276e7d2eb7ab03a5d08bcbaa40710ec | ≥ 0b5288f5fe63eab687c14e5940b9e0d532b129f2, < 226beac5605afbb33f8782148d188b64396145a4 | ≥ 0b5288f5fe63eab687c14e5940b9e0d532b129f2, < 42ef48dd4ebb082a1a90b5c3feeda2e68a9e32fe | ≥ 0b5288f5fe63eab687c14e5940b9e0d532b129f2, < 56f1f30e6795b890463d9b20b11e576adf5a2f77 | 6.5

  • linuxlinux_kernel

    ≥ 6.5, < 6.6.90 | ≥ 6.7, < 6.12.28 | ≥ 6.13, < 6.14.6 | 6.15:rc1 | 6.15:rc2 | 6.15:rc3 | 6.15:rc4

References (4)