CVE-2025-21896

Source
https://cve.org/CVERecord?id=CVE-2025-21896
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-21896.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-21896
Downstream
Published
2025-04-01T15:26:49.200Z
Modified
2026-04-02T12:45:16.160467Z
Summary
fuse: revert back to __readahead_folio() for readahead
Details

In the Linux kernel, the following vulnerability has been resolved:

fuse: revert back to _readaheadfolio() 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 fusetrymove_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 _readaheadfolio() which allows us to hold the reference on the folio for the duration of readpages until either we drop the reference ourselves in fusereadpagesend() or the reference is dropped after it's replaced in the page cache in the splice case. This will fix the UAF bug that was reported.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/21xxx/CVE-2025-21896.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
3eab9d7bc2f4ae7f3f9c9c7852ff61600df79856
Fixed
60db11f1b7fba4a66b117ea998d965818784a98d
Fixed
0c67c37e1710b2a8f61c8a02db95a51fe577e2c1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-21896.json"