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

7.8 · HIGH
Published Jul 10, 2025 linux EPSS 0.14% (3th pctl)

Overview

CVE-2025-38339 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 10, 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:

powerpc/bpf: fix JIT code size calculation of bpf trampoline

arch_bpf_trampoline_size() provides JIT size of the BPF trampoline

before the buffer for JIT'ing it is allocated. The total number of

instructions emitted for BPF trampoline JIT code depends on where

the final image is located. So, the size arrived at with the dummy

pass in arch_bpf_trampoline_size() can vary from the actual size

needed in arch_prepare_bpf_trampoline(). When the instructions

accounted in arch_bpf_trampoline_size() is less than the number of

instructions emitted during the actual JIT compile of the trampoline,

the below warning is produced:

WARNING: CPU: 8 PID: 204190 at arch/powerpc/net/bpf_jit_comp.c:981 __arch_prepare_bpf_trampoline.isra.0+0xd2c/0xdcc

which is:

/* Make sure the trampoline generation logic doesn't overflow */

if (image && WARN_ON_ONCE(&image[ctx->idx] >

(u32 *)rw_image_end - BPF_INSN_SAFETY)) {

So, during

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 >= 6.13, < 6.15.4 Affected

Frequently Asked Questions

What is CVE-2025-38339?

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

How severe is CVE-2025-38339?

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

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

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