CVE-2026-23168
Last modified
CVE-2026-23168 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: flex_proportions: make fprop_new_period() hardirq safe Bernd has reported a lockdep splat from flexible proportions code that is essentially complaining about the following race: <timer fires> run_timer_softirq - we are in softirq context call_timer_fn writeout_period fprop_new_period write_seqcount_begin(&p->sequence); <hardirq is raised> ... blk_mq_end_request() blk_update_request() ext4_end_bio() folio_end_writeback() __wb_writeout_add() __fprop_add_percpu_max() if (unlikely(max_frac < FPROP_FRAC_BASE)) { fprop_fraction_percpu() seq = read_seqcount_begin(&p->sequence); - sees odd sequence so loops indefinitely Note that a deadlock like this is only possible if the bdi has configured maximum fraction of writeout throughput which is very rare in general but frequent for example for FUSE bdis. To fix this problem we have to make sure write section of the sequence counter is irqsafe.. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: flex_proportions: make fprop_new_period() hardirq safe Bernd has reported a lockdep splat from flexible proportions code that is essentially complaining about the following race: <timer fires> run_timer_softirq - we are in softirq context call_timer_fn writeout_period fprop_new_period write_seqcount_begin(&p->sequence); <hardirq is raised> ... blk_mq_end_request() blk_update_request() ext4_end_bio() folio_end_writeback() __wb_writeout_add() __fprop_add_percpu_max() if (unlikely(max_frac < FPROP_FRAC_BASE)) { fprop_fraction_percpu() seq = read_seqcount_begin(&p->sequence); - sees odd sequence so loops indefinitely Note that a deadlock like this is only possible if the bdi has configured maximum fraction of writeout throughput which is very rare in general but frequent for example for FUSE bdis. To fix this problem we have to make sure write section of the sequence counter is irqsafe.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.0, < 6.1.162 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.123 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.69 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.9 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-23168?
How severe is CVE-2026-23168?
How do I fix CVE-2026-23168?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-23162In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23163In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23164In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23165In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23166In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23167In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-23169In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-2317Inappropriate implementation in Animation in Google Chrome p…6.5
- CVE-2026-23170In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23171In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23172In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23173In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-23168?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
