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

7.8 · HIGH
Published Jul 29, 2024 linux EPSS 0.23% (13th pctl)

Overview

CVE-2024-42072 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 29, 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:

bpf: Fix may_goto with negative offset.

Zac's syzbot crafted a bpf prog that exposed two bugs in may_goto.

The 1st bug is the way may_goto is patched. When offset is negative

it should be patched differently.

The 2nd bug is in the verifier:

when current state may_goto_depth is equal to visited state may_goto_depth

it means there is an actual infinite loop. It's not correct to prune

exploration of the program at this point.

Note, that this check doesn't limit the program to only one may_goto insn,

since 2nd and any further may_goto will increment may_goto_depth only

in the queued state pushed for future exploration. The current state

will have may_goto_depth == 0 regardless of number of may_goto insns

and the verifier has to explore the program until bpf_exit.

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.9, < 6.9.8 Affected

Frequently Asked Questions

What is CVE-2024-42072?

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

How severe is CVE-2024-42072?

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

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

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