CVE-2025-21817
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
27/02/2025
Last modified:
28/10/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
block: mark GFP_NOIO around sysfs ->store()<br />
<br />
sysfs ->store is called with queue freezed, meantime we have several<br />
->store() callbacks(update_nr_requests, wbt, scheduler) to allocate<br />
memory with GFP_KERNEL which may run into direct reclaim code path,<br />
then potential deadlock can be caused.<br />
<br />
Fix the issue by marking NOIO around sysfs ->store()
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:6.13.2:*:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



