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

7.8 · HIGH
Published Dec 4, 2024 linux EPSS 0.22% (13th pctl)

Overview

CVE-2024-53125 is a high-severity vulnerability affecting linux linux_kernel. It was published on December 4, 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: sync_linked_regs() must preserve subreg_def

Range propagation must not affect subreg_def marks, otherwise the

following example is rewritten by verifier incorrectly when

BPF_F_TEST_RND_HI32 flag is set:

0: call bpf_ktime_get_ns call bpf_ktime_get_ns

1: r0 &= 0x7fffffff after verifier r0 &= 0x7fffffff

2: w1 = w0 rewrites w1 = w0

3: if w0 < 10 goto +0 --------------> r11 = 0x2f5674a6 (r)

4: r1 >>= 32 r11 <<= 32 (r)

5: r0 = r1 r1 |= r11 (r)

6: exit; if w0 < 0xa goto pc+0

r1 >>= 32

r0 = r1

exit

(or zero extension of w1 at (2) is missing for architectures that

require zero extension for upper reg

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 >= 5.10, < 5.10.232 Affected

Frequently Asked Questions

What is CVE-2024-53125?

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

How severe is CVE-2024-53125?

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

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

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