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

7.5 · HIGH
Published Apr 1, 2025 linux CWE-362 EPSS 0.38% (31th pctl)

Overview

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

mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addr

If multiple connection requests attempt to create an implicit mptcp

endpoint in parallel, more than one caller may end up in

mptcp_pm_nl_append_new_local_addr because none found the address in

local_addr_list during their call to mptcp_pm_nl_get_local_id. In this

case, the concurrent new_local_addr calls may delete the address entry

created by the previous caller. These deletes use synchronize_rcu, but

this is not permitted in some of the contexts where this function may be

called. During packet recv, the caller may be in a rcu read critical

section and have preemption disabled.

An example stack:

BUG: scheduling while atomic: swapper/2/0/0x00000302

Call Trace:

<IRQ>

dump_stack_lvl (lib/dump_stack.c:117 (discriminator 1))

dump_stack (lib/dump_stack.c:124)

__schedule_bug (kernel/sched/core.c:5943)

schedule_debug.constpr

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.18, < 6.1.131 Affected

Frequently Asked Questions

What is CVE-2025-21938?

CVE-2025-21938 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 1, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2025-21938?

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

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

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