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-2025-38502

7.8 · HIGH
Published Aug 16, 2025 linux CWE-125 EPSS 0.16% (6th pctl)

Overview

CVE-2025-38502 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 16, 2025 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 oob access in cgroup local storage

Lonial reported that an out-of-bounds access in cgroup local storage

can be crafted via tail calls. Given two programs each utilizing a

cgroup local storage with a different value size, and one program

doing a tail call into the other. The verifier will validate each of

the indivial programs just fine. However, in the runtime context

the bpf_cg_run_ctx holds an bpf_prog_array_item which contains the

BPF program as well as any cgroup local storage flavor the program

uses. Helpers such as bpf_get_local_storage() pick this up from the

runtime context:

ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx);

storage = ctx->prog_item->cgroup_storage[stype];

if (stype == BPF_CGROUP_STORAGE_SHARED)

ptr = &READ_ONCE(storage->buf)->data[0];

else

ptr = this_cpu_ptr(storage->percpu_buf);

For the second program which was called from the originally attach

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, < 5.15.192 Affected
siemens simatic_cn_4100_firmware >= 0, < 5.0 Affected

Frequently Asked Questions

What is CVE-2025-38502?

CVE-2025-38502 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 16, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2025-38502?

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-2025-38502?

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-2025-38502?

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