In the Linux kernel, the following vulnerability has been resolved:
HID: winwing: Add NULL check in winwing_init_led()
devm_kasprintf() can return a NULL pointer on failure,but this
returned value in winwing_init_led() is not checked.
Add NULL check in winwing_init_led(), to handle kernel NULL
pointer dereference error.
References
Configurations
Configuration 1 (hide)
|
History
06 Mar 2025, 12:21
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
References | () https://git.kernel.org/stable/c/4001f6f79183b8868d80dd2036dfb4ea3d325e8f - Patch | |
References | () https://git.kernel.org/stable/c/45ab5166a82d038c898985b0ad43ead69c1f9573 - Patch | |
References | () https://git.kernel.org/stable/c/b99dbdee8a89c44d03ae9830ab19f31e124a3f32 - Patch | |
Summary |
|
|
CWE | CWE-476 | |
CPE | cpe:2.3:o:linux:linux_kernel:6.14:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.14:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
First Time |
Linux linux Kernel
Linux |
27 Feb 2025, 03:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-02-27 03:15
Updated : 2025-03-06 12:21
NVD link : CVE-2024-58021
Mitre link : CVE-2024-58021
CVE.ORG link : CVE-2024-58021
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference