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

7.8 · HIGH
Published Jul 3, 2025 linux CWE-401 EPSS 0.18% (8th pctl)

Overview

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

net_sched: sch_sfq: fix a potential crash on gso_skb handling

SFQ has an assumption of always being able to queue at least one packet.

However, after the blamed commit, sch->q.len can be inflated by packets

in sch->gso_skb, and an enqueue() on an empty SFQ qdisc can be followed

by an immediate drop.

Fix sfq_drop() to properly clear q->tail in this situation.

ip netns add lb

ip link add dev to-lb type veth peer name in-lb netns lb

ethtool -K to-lb tso off # force qdisc to requeue gso_skb

ip netns exec lb ethtool -K in-lb gro on # enable NAPI

ip link set dev to-lb up

ip -netns lb link set dev in-lb up

ip addr add dev to-lb 192.168.20.1/24

ip -netns lb addr add dev in-lb 192.168.20.2/24

tc qdisc replace dev to-lb root sfq limit 100

ip netns exec lb netserver

netperf -H 192.168.20.2 -l 100 &

netperf -H 192.168.20.2 -l 100 &

netperf -H 192.168.20.2 -l 100 &

netperf -H 192.168.20.2 -l 100 &

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 >= 4.16, < 5.4.295 Affected

Frequently Asked Questions

What is CVE-2025-38115?

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

How severe is CVE-2025-38115?

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

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

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