CVE-2025-37891
Published: May 19, 2025
Modified: May 11, 2026
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 0b5288f5fe63eab687c14e5940b9e0d532b129f2 - < ce4f77bef276e7d2eb7ab03a5d08bcbaa40710ecaffected 0b5288f5fe63eab687c14e5940b9e0d532b129f2 - < 226beac5605afbb33f8782148d188b64396145a4affected 0b5288f5fe63eab687c14e5940b9e0d532b129f2 - < 42ef48dd4ebb082a1a90b5c3feeda2e68a9e32feaffected 0b5288f5fe63eab687c14e5940b9e0d532b129f2 - < 56f1f30e6795b890463d9b20b11e576adf5a2f77 |
Linux | Linux | affected 6.5unaffected 0 - < 6.5unaffected 6.6.90 - <= 6.6.*unaffected 6.12.28 - <= 6.12.*unaffected 6.14.6 - <= 6.14.*+1 more versions |
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now