CVE-2024-56556

CVSS 3.1 Score 7 of 10 (high)

Details

Published Dec 27, 2024
Updated: Feb 10, 2025
CWE ID 416
CWE ID 362

Summary

CVE-2024-56556 is a kernel vulnerability in Linux that affects the binder subsystem. In the function binder_add_freeze_work(), a race condition occurs when the proc->inner_lock is dropped to acquire the node->lock, allowing binder_node_release() to free a node before it is fully released. This results in a use-after-free error, as demonstrated in the call trace and kernel message provided. The issue has been resolved by taking a temporary reference on the node before releasing the proc->inner_lock, ensuring the node remains alive during use.

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