CVE-2026-23168
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
14/02/2026
Last modified:
18/03/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
flex_proportions: make fprop_new_period() hardirq safe<br />
<br />
Bernd has reported a lockdep splat from flexible proportions code that is<br />
essentially complaining about the following race:<br />
<br />
<br />
run_timer_softirq - we are in softirq context<br />
call_timer_fn<br />
writeout_period<br />
fprop_new_period<br />
write_seqcount_begin(&p->sequence);<br />
<br />
<br />
...<br />
blk_mq_end_request()<br />
blk_update_request()<br />
ext4_end_bio()<br />
folio_end_writeback()<br />
__wb_writeout_add()<br />
__fprop_add_percpu_max()<br />
if (unlikely(max_frac sequence);<br />
- sees odd sequence so loops indefinitely<br />
<br />
Note that a deadlock like this is only possible if the bdi has configured<br />
maximum fraction of writeout throughput which is very rare in general but<br />
frequent for example for FUSE bdis. To fix this problem we have to make<br />
sure write section of the sequence counter is irqsafe.
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.0 (including) | 6.1.162 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.123 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.69 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.9 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc7:*:*:*:*:*:* |
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/0acc9ba7a1b5ba4d998c5753e709be904e179b75
- https://git.kernel.org/stable/c/78ede9ebd679dadf480dce6f7b798e3603f88348
- https://git.kernel.org/stable/c/884b2590ffcc7222cbbd6298051f4c243cc36f5d
- https://git.kernel.org/stable/c/b91a84299d72ae0e05551e851e47cd3008bd025b
- https://git.kernel.org/stable/c/dd9e2f5b38f1fdd49b1ab6d3a85f81c14369eacc



