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-56702

5.5 · MEDIUM
Published Dec 28, 2024 linux CWE-476 EPSS 0.21% (12th pctl)

Overview

CVE-2024-56702 is a medium-severity vulnerability affecting linux linux_kernel. It was published on December 28, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

bpf: Mark raw_tp arguments with PTR_MAYBE_NULL

Arguments to a raw tracepoint are tagged as trusted, which carries the

semantics that the pointer will be non-NULL. However, in certain cases,

a raw tracepoint argument may end up being NULL. More context about this

issue is available in [0].

Thus, there is a discrepancy between the reality, that raw_tp arguments

can actually be NULL, and the verifier's knowledge, that they are never

NULL, causing explicit NULL checks to be deleted, and accesses to such

pointers potentially crashing the kernel.

To fix this, mark raw_tp arguments as PTR_MAYBE_NULL, and then special

case the dereference and pointer arithmetic to permit it, and allow

passing them into helpers/kfuncs; these exceptions are made for raw_tp

programs only. Ensure that we don't do this when ref_obj_id > 0, as in

that case this is an acquired object and doesn't need such adjustment.

The reason we do mask_raw_t

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.2, < 6.11.11 Affected

Frequently Asked Questions

What is CVE-2024-56702?

CVE-2024-56702 is a medium-severity vulnerability affecting linux linux_kernel. It was published on December 28, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-56702?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-56702?

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-56702?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-56702 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.