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

7.5 · HIGH
Published Aug 16, 2025 linux CWE-362 EPSS 0.26% (17th pctl)

Overview

CVE-2025-38524 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.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

rxrpc: Fix recv-recv race of completed call

If a call receives an event (such as incoming data), the call gets placed

on the socket's queue and a thread in recvmsg can be awakened to go and

process it. Once the thread has picked up the call off of the queue,

further events will cause it to be requeued, and once the socket lock is

dropped (recvmsg uses call->user_mutex to allow the socket to be used in

parallel), a second thread can come in and its recvmsg can pop the call off

the socket queue again.

In such a case, the first thread will be receiving stuff from the call and

the second thread will be blocked on call->user_mutex. The first thread

can, at this point, process both the event that it picked call for and the

event that the second thread picked the call for and may see the call

terminate - in which case the call will be "released", decoupling the call

from the user call ID assigned to it (RXRPC_USER_CALL_I

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.9, < 6.6.100 Affected

Frequently Asked Questions

What is CVE-2025-38524?

CVE-2025-38524 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.5 (HIGH).

How severe is CVE-2025-38524?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2025-38524?

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

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