CVE-2025-21832
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
06/03/2025
Last modified:
03/11/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
block: don&#39;t revert iter for -EIOCBQUEUED<br />
<br />
blkdev_read_iter() has a few odd checks, like gating the position and<br />
count adjustment on whether or not the result is bigger-than-or-equal to<br />
zero (where bigger than makes more sense), and not checking the return<br />
value of blkdev_direct_IO() before doing an iov_iter_revert(). The<br />
latter can lead to attempting to revert with a negative value, which<br />
when passed to iov_iter_revert() as an unsigned value will lead to<br />
throwing a WARN_ON() because unroll is bigger than MAX_RW_COUNT.<br />
<br />
Be sane and don&#39;t revert for -EIOCBQUEUED, like what is done in other<br />
spots.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.17.1 (including) | 6.1.129 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.78 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.14 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.13.3 (excluding) |
| cpe:2.3:o:linux:linux_kernel:5.17:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:5.17:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:5.17:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:5.17:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:5.17:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:5.17:rc7:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:5.17:rc8:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/68f16d3034a06661245ecd22f0d586a8b4e7c473
- https://git.kernel.org/stable/c/6c26619effb1b4cb7d20b4e666ab8f71f6a53ccb
- https://git.kernel.org/stable/c/84671b0630ccb46ae9f1f99a45c7d63ffcd6a474
- https://git.kernel.org/stable/c/a58f136bad29f9ae721a29d98c042fddbee22f77
- https://git.kernel.org/stable/c/b13ee668e8280ca5b07f8ce2846b9957a8a10853
- https://lists.debian.org/debian-lts-announce/2025/03/msg00028.html



