Vulnerability in Linux
CVE-2025-21832
In the Linux kernel, the following vulnerability has been resolved: block: don't revert iter for -EIOCBQUEUED blkdev_read_iter() has a few odd checks, like gating the position and count adjustment on whether or not the result is bigger-than-or-equal to zero (where bigger than makes more sense), and not checking the return value of blkdev_direct_IO() before doing an iov_iter_revert(). The latter can lead to attempting to revert with a negative value, which when passed to iov_iter_revert() as an unsigned value will lead to throwing a WARN_ON() because unroll is bigger than MAX_RW_COUNT. Be sane and don't revert for -EIOCBQUEUED, like what is done in other spots.
EPSS: 0.002 (8.7th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions 3e1f941dd9f33776b3df4e30f741fe445ff773f3, 5.17, 0
- Linux Linux_kernel — versions 5.17
Public proof-of-concept exploits
References
Frequently asked questions
- What is CVE-2025-21832?
- CVE-2025-21832 is a high-severity vulnerability in Linux. CVSS score: 7.8/10. Published 2025-03-06.
- How severe is CVE-2025-21832?
- High severity. CVSS v3 base score is 7.8 out of 10.
- Is CVE-2025-21832 known to be exploited?
- 2 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.