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: https://github.com/alsa-project/alsa-lib/issues/178
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-03-04 18:15
Updated : 2025-04-08 15:03
NVD link : CVE-2021-47096
Mitre link : CVE-2021-47096
CVE.ORG link : CVE-2021-47096
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-908
Use of Uninitialized Resource
