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-2023-53024

7.1 · HIGH
Published Mar 27, 2025 linux EPSS 0.20% (10th pctl)

Overview

CVE-2023-53024 is a high-severity vulnerability affecting linux linux_kernel. It was published on March 27, 2025 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, 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 pointer-leak due to insufficient speculative store bypass mitigation

To mitigate Spectre v4, 2039f26f3aca ("bpf: Fix leakage due to

insufficient speculative store bypass mitigation") inserts lfence

instructions after 1) initializing a stack slot and 2) spilling a

pointer to the stack.

However, this does not cover cases where a stack slot is first

initialized with a pointer (subject to sanitization) but then

overwritten with a scalar (not subject to sanitization because

the slot was already initialized). In this case, the second write

may be subject to speculative store bypass (SSB) creating a

speculative pointer-as-scalar type confusion. This allows the

program to subsequently leak the numerical pointer value using,

for example, a branch-based cache side channel.

To fix this, also sanitize scalars if they write a stack slot

that previously contained a pointer. Assuming that pointer-spills

are only generate

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 >= 4.19.207, < 4.19.272 Affected

Frequently Asked Questions

What is CVE-2023-53024?

CVE-2023-53024 is a high-severity vulnerability affecting linux linux_kernel. It was published on March 27, 2025 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2023-53024?

This vulnerability has a CVSS 3.1 base score of 7.1, 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-2023-53024?

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-2023-53024?

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