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

7.8 · HIGH
Published Aug 19, 2025 linux CWE-674 EPSS 0.17% (7th pctl)

Overview

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

eventpoll: Fix semi-unbounded recursion

Ensure that epoll instances can never form a graph deeper than

EP_MAX_NESTS+1 links.

Currently, ep_loop_check_proc() ensures that the graph is loop-free and

does some recursion depth checks, but those recursion depth checks don't

limit the depth of the resulting tree for two reasons:

- They don't look upwards in the tree.

- If there are multiple downwards paths of different lengths, only one of

the paths is actually considered for the depth check since commit

28d82dc1c4ed ("epoll: limit paths").

Essentially, the current recursion depth check in ep_loop_check_proc() just

serves to prevent it from recursing too deeply while checking for loops.

A more thorough check is done in reverse_path_check() after the new graph

edge has already been created; this checks, among other things, that no

paths going upwards from any non-epoll file with a length of more than 5

edges exi

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 >= 2.6.32.30, < 2.6.33 Affected

Frequently Asked Questions

What is CVE-2025-38614?

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

How severe is CVE-2025-38614?

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

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

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