5.5

CVE-2024-58020

HID: multitouch: Add NULL check in mt_input_configured

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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version >= 4.14.326 < 4.15
LinuxLinux Kernel Version >= 4.19.295 < 4.20
LinuxLinux Kernel Version >= 5.4.257 < 5.5
LinuxLinux Kernel Version >= 5.10.195 < 5.11
LinuxLinux Kernel Version >= 5.15.132 < 5.16
LinuxLinux Kernel Version >= 6.1.53 < 6.1.129
LinuxLinux Kernel Version >= 6.4.16 < 6.5
LinuxLinux Kernel Version >= 6.5.3 < 6.6.79
LinuxLinux Kernel Version >= 6.7 < 6.12.16
LinuxLinux Kernel Version >= 6.13 < 6.13.4
LinuxLinux Kernel Version6.14 Updaterc1
LinuxLinux Kernel Version6.14 Updaterc2
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.02% 0.062
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 5.5 1.8 3.6
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CWE-476 NULL Pointer Dereference

The product dereferences a pointer that it expects to be valid but is NULL.