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

7.8 · HIGH
Published Jan 21, 2025 linux EPSS 0.24% (14th pctl)

Overview

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

dm thin: make get_first_thin use rcu-safe list first function

The documentation in rculist.h explains the absence of list_empty_rcu()

and cautions programmers against relying on a list_empty() ->

list_first() sequence in RCU safe code. This is because each of these

functions performs its own READ_ONCE() of the list head. This can lead

to a situation where the list_empty() sees a valid list entry, but the

subsequent list_first() sees a different view of list head state after a

modification.

In the case of dm-thin, this author had a production box crash from a GP

fault in the process_deferred_bios path. This function saw a valid list

head in get_first_thin() but when it subsequently dereferenced that and

turned it into a thin_c, it got the inside of the struct pool, since the

list was now empty and referring to itself. The kernel on which this

occurred printed both a warning about a refcount_t being saturated, and

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 >= 3.15.1, < 5.4.290 Affected

Frequently Asked Questions

What is CVE-2025-21664?

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

How severe is CVE-2025-21664?

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

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

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