In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Mar 4, 2024
to the GitHub Advisory Database
•
Updated Apr 8, 2025
Description
Published by the National Vulnerability Database
Mar 4, 2024
Published to the GitHub Advisory Database
Mar 4, 2024
Last updated
Apr 8, 2025
In the Linux kernel, the following vulnerability has been resolved:
ALSA: rawmidi - fix the uninitalized user_pversion
The user_pversion was uninitialized for the user space file structure
in the open function, because the file private structure use
kmalloc for the allocation.
The kernel ALSA sequencer code clears the file structure, so no additional
fixes are required.
BugLink: alsa-project/alsa-lib#178
References