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

7.8 · HIGH
Published Feb 22, 2024 linux CWE-665 EPSS 0.24% (15th pctl)

Overview

CVE-2023-52452 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 22, 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 accesses to uninit stack slots

Privileged programs are supposed to be able to read uninitialized stack

memory (ever since 6715df8d5) but, before this patch, these accesses

were permitted inconsistently. In particular, accesses were permitted

above state->allocated_stack, but not below it. In other words, if the

stack was already "large enough", the access was permitted, but

otherwise the access was rejected instead of being allowed to "grow the

stack". This undesired rejection was happening in two places:

- in check_stack_slot_within_bounds()

- in check_stack_range_initialized()

This patch arranges for these accesses to be permitted. A bunch of tests

that were relying on the old rejection had to change; all of them were

changed to add also run unprivileged, in which case the old behavior

persists. One tests couldn't be updated - global_func16 - because it

can't run unprivileged for other reasons.

This patch

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.12, < 6.6.14 Affected

Frequently Asked Questions

What is CVE-2023-52452?

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

How severe is CVE-2023-52452?

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

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

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