cve/2024/CVE-2024-58020.md
2025-09-29 21:09:30 +02:00

2.0 KiB

CVE-2024-58020

Description

In the Linux kernel, the following vulnerability has been resolved:HID: multitouch: Add NULL check in mt_input_configureddevm_kasprintf() can return a NULL pointer on failure,but thisreturned value in mt_input_configured() is not checked.Add NULL check in mt_input_configured(), to handle kernel NULLpointer dereference error.

POC

Reference

No PoCs from references.

Github