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

5.5 · MEDIUM
Published Feb 27, 2025 linux CWE-667 EPSS 0.14% (4th pctl)

Overview

CVE-2025-21807 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 27, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

block: fix queue freeze vs limits lock order in sysfs store methods

queue_attr_store() always freezes a device queue before calling the

attribute store operation. For attributes that control queue limits, the

store operation will also lock the queue limits with a call to

queue_limits_start_update(). However, some drivers (e.g. SCSI sd) may

need to issue commands to a device to obtain limit values from the

hardware with the queue limits locked. This creates a potential ABBA

deadlock situation if a user attempts to modify a limit (thus freezing

the device queue) while the device driver starts a revalidation of the

device queue limits.

Avoid such deadlock by not freezing the queue before calling the

->store_limit() method in struct queue_sysfs_entry and instead use the

queue_limits_commit_update_frozen helper to freeze the queue after taking

the limits lock.

This also removes taking the sysfs lock for the store_limit

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

Frequently Asked Questions

What is CVE-2025-21807?

CVE-2025-21807 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 27, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2025-21807?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-21807?

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

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