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

7.8 · HIGH
Published Feb 22, 2024 linux CWE-416 EPSS 0.25% (16th pctl)

Overview

CVE-2023-52447 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: Defer the free of inner map when necessary

When updating or deleting an inner map in map array or map htab, the map

may still be accessed by non-sleepable program or sleepable program.

However bpf_map_fd_put_ptr() decreases the ref-counter of the inner map

directly through bpf_map_put(), if the ref-counter is the last one

(which is true for most cases), the inner map will be freed by

ops->map_free() in a kworker. But for now, most .map_free() callbacks

don't use synchronize_rcu() or its variants to wait for the elapse of a

RCU grace period, so after the invocation of ops->map_free completes,

the bpf program which is accessing the inner map may incur

use-after-free problem.

Fix the free of inner map by invoking bpf_map_free_deferred() after both

one RCU grace period and one tasks trace RCU grace period if the inner

map has been removed from the outer map before. The deferment is

accomplished by using call_rcu()

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.9.0, < 5.10.214 Affected

Frequently Asked Questions

What is CVE-2023-52447?

CVE-2023-52447 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-52447?

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

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

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