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

7.5 · HIGH
Published Feb 27, 2025 linux CWE-667 EPSS 0.31% (23th pctl)

Overview

CVE-2025-21809 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 27, 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, afs: Fix peer hash locking vs RCU callback

In its address list, afs now retains pointers to and refs on one or more

rxrpc_peer objects. The address list is freed under RCU and at this time,

it puts the refs on those peers.

Now, when an rxrpc_peer object runs out of refs, it gets removed from the

peer hash table and, for that, rxrpc has to take a spinlock. However, it

is now being called from afs's RCU cleanup, which takes place in BH

context - but it is just taking an ordinary spinlock.

The put may also be called from non-BH context, and so there exists the

possibility of deadlock if the BH-based RCU cleanup happens whilst the hash

spinlock is held. This led to the attached lockdep complaint.

Fix this by changing spinlocks of rxnet->peer_hash_lock back to

BH-disabling locks.

================================

WARNING: inconsistent lock state

6.13.0-rc5-build2+ #1223 Tainted: G E

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.7.3, < 6.12.13 Affected

Frequently Asked Questions

What is CVE-2025-21809?

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

How severe is CVE-2025-21809?

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

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

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