5.5
CVE-2024-58020
- EPSS 0.09%
- Veröffentlicht 27.02.2025 03:15:12
- Zuletzt bearbeitet 03.11.2025 20:16:58
- Quelle 416baaa9-dc9f-4396-8d5f-8c081f
- CVE-Watchlists
- Unerledigt
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)
Linux ≫ Linux Kernel Version >= 4.14.326 < 4.15
Linux ≫ Linux Kernel Version >= 4.19.295 < 4.20
Linux ≫ Linux Kernel Version >= 5.4.257 < 5.5
Linux ≫ Linux Kernel Version >= 5.10.195 < 5.11
Linux ≫ Linux Kernel Version >= 5.15.132 < 5.16
Linux ≫ Linux Kernel Version >= 6.1.53 < 6.1.129
Linux ≫ Linux Kernel Version >= 6.4.16 < 6.5
Linux ≫ Linux Kernel Version >= 6.5.3 < 6.6.79
Linux ≫ Linux Kernel Version >= 6.7 < 6.12.16
Linux ≫ Linux Kernel Version >= 6.13 < 6.13.4
Linux ≫ Linux Kernel Version6.14 Updaterc1
Linux ≫ Linux Kernel Version6.14 Updaterc2
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.09% | 0.251 |
| 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.