CVE-2024-56634

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Dec 27, 2024
Updated: Jan 8, 2025
CWE ID 476

Summary

CVE-2024-56634 is a newly identified vulnerability in the Linux kernel. This issue lies in the gpio subsystem's grgpio driver, specifically in the grgpio_probe function. devm_kasprintf() is utilized in this function to allocate memory, but it can return a NULL pointer upon failure. However, the returned value is not checked for NULL, potentially leading to a kernel pointer dereference error. This vulnerability has been resolved with the addition of a NULL check in grgpio_probe to prevent such errors.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share