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

7.8 · HIGH
Published Apr 1, 2025 linux CWE-416 EPSS 0.21% (11th pctl)

Overview

CVE-2025-21896 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.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:

fuse: revert back to __readahead_folio() for readahead

In commit 3eab9d7bc2f4 ("fuse: convert readahead to use folios"), the

logic was converted to using the new folio readahead code, which drops

the reference on the folio once it is locked, using an inferred

reference on the folio. Previously we held a reference on the folio for

the entire duration of the readpages call.

This is fine, however for the case for splice pipe responses where we

will remove the old folio and splice in the new folio (see

fuse_try_move_page()), we assume that there is a reference held on the

folio for ap->folios, which is no longer the case.

To fix this, revert back to __readahead_folio() which allows us to hold

the reference on the folio for the duration of readpages until either we

drop the reference ourselves in fuse_readpages_end() or the reference is

dropped after it's replaced in the page cache in the splice case.

This will fix the

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.13, < 6.13.6 Affected

Frequently Asked Questions

What is CVE-2025-21896?

CVE-2025-21896 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.8 (HIGH).

How severe is CVE-2025-21896?

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

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

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