In the Linux kernel, the following vulnerability has been resolved:
HID: multitouch: Add NULL check in mt_input_configured
devm_kasprintf() can return a NULL pointer on failure,but this
returned value in mt_input_configured() is not checked.
Add NULL check in mt_input_configured(), to handle kernel NULL
pointer dereference error.
References
Configurations
Configuration 1 (hide)
|
History
13 Mar 2025, 13:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
06 Mar 2025, 12:21
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux linux Kernel
Linux |
|
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:*:*:*:*:*:*:*:* |
|
CWE | CWE-476 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
References | () https://git.kernel.org/stable/c/4e7113f591163d99adc7cbcd7295030c8c5d3fc7 - Patch | |
References | () https://git.kernel.org/stable/c/62f8bf06262b6fc55c58f4c5256140f1382f3b01 - Patch | |
References | () https://git.kernel.org/stable/c/97c09cc2e72769edb6994b531edcfa313b96bade - Patch | |
References | () https://git.kernel.org/stable/c/9b8e2220d3a052a690b1d1b23019673e612494c5 - Patch | |
References | () https://git.kernel.org/stable/c/aa879ef6d3acf96fa2c7122d0632061d4ea58d48 - Patch | |
Summary |
|
27 Feb 2025, 03:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-02-27 03:15
Updated : 2025-03-13 13:15
NVD link : CVE-2024-58020
Mitre link : CVE-2024-58020
CVE.ORG link : CVE-2024-58020
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference