In the Linux kernel, the following vulnerability has been resolved:
ALSA: usx2y: Don't call free_pages_exact() with NULL address
Unlike some other functions, we can't pass NULL pointer to
free_pages_exact(). Add a proper NULL check for avoiding possible
Oops.
References
Configurations
Configuration 1 (hide)
|
History
24 Dec 2024, 16:15
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux linux Kernel
Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
References | () https://git.kernel.org/stable/c/7d7f30cf182e55023fa8fde4c084b2d37c6be69d - Patch | |
References | () https://git.kernel.org/stable/c/82e5ee742fdd8874fe996181b87fafe1eb5f1196 - Patch | |
References | () https://git.kernel.org/stable/c/88262229b778f4f7a896da828d966f94dcb35d19 - Patch | |
References | () https://git.kernel.org/stable/c/bee295f5e03510252d18b25cc1d26230256eb87a - Patch | |
References | () https://git.kernel.org/stable/c/cae0cf651adccee2c3f376e78f30fbd788d0829f - Patch | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CWE | CWE-476 |
Information
Published : 2024-05-21 15:15
Updated : 2024-12-24 16:15
NVD link : CVE-2021-47332
Mitre link : CVE-2021-47332
CVE.ORG link : CVE-2021-47332
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference