Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2024-56555

7.8 · HIGH
Published Dec 27, 2024 linux CWE-125 EPSS 0.21% (11th pctl)

Overview

CVE-2024-56555 is a high-severity vulnerability affecting linux linux_kernel. It was published on December 27, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

binder: fix OOB in binder_add_freeze_work()

In binder_add_freeze_work() we iterate over the proc->nodes with the

proc->inner_lock held. However, this lock is temporarily dropped to

acquire the node->lock first (lock nesting order). This can race with

binder_deferred_release() which removes the nodes from the proc->nodes

rbtree and adds them into binder_dead_nodes list. This leads to a broken

iteration in binder_add_freeze_work() as rb_next() will use data from

binder_dead_nodes, triggering an out-of-bounds access:

==================================================================

BUG: KASAN: global-out-of-bounds in rb_next+0xfc/0x124

Read of size 8 at addr ffffcb84285f7170 by task freeze/660

CPU: 8 UID: 0 PID: 660 Comm: freeze Not tainted 6.11.0-07343-ga727812a8d45 #18

Hardware name: linux,dummy-virt (DT)

Call trace:

rb_next+0xfc/0x124

binder_add_freeze_work+0x344/0x534

binder_ioctl+0x1e70/0x25

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.12, < 6.12.4 Affected

Frequently Asked Questions

What is CVE-2024-56555?

CVE-2024-56555 is a high-severity vulnerability affecting linux linux_kernel. It was published on December 27, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2024-56555?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2024-56555?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2024-56555?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-56555 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.