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

5.5 · MEDIUM
Published May 21, 2024 linux EPSS 0.25% (16th pctl)

Overview

CVE-2023-52828 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 21, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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: Detect IP == ksym.end as part of BPF program

Now that bpf_throw kfunc is the first such call instruction that has

noreturn semantics within the verifier, this also kicks in dead code

elimination in unprecedented ways. For one, any instruction following

a bpf_throw call will never be marked as seen. Moreover, if a callchain

ends up throwing, any instructions after the call instruction to the

eventually throwing subprog in callers will also never be marked as

seen.

The tempting way to fix this would be to emit extra 'int3' instructions

which bump the jited_len of a program, and ensure that during runtime

when a program throws, we can discover its boundaries even if the call

instruction to bpf_throw (or to subprogs that always throw) is emitted

as the final instruction in the program.

An example of such a program would be this:

do_something():

...

r0 = 0

exit

foo():

r1 = 0

call bpf_throw

r0 = 0

exit

bar

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 >= 0, < 5.10.202 Affected

Frequently Asked Questions

What is CVE-2023-52828?

CVE-2023-52828 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 21, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-52828?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-52828?

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

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