A livelock vulnerability exists in the Linux kernel's quota subsystem when interacting with filesystem freeze operations. (CVE-2026-45895)
A livelock vulnerability exists in the Linux kernel's quota subsystem when interacting with filesystem freeze operations. The issue occurs because quotactl_block() enters a retry loop waiting for the filesystem to thaw, but on kernels with preemption disabled, this loop prevents the CPU from reaching an RCU quiescent state. This causes synchronize_rcu() to wait indefinitely, resulting in a hang of the freezer process and 100% CPU usage by the quota process. The problem can be reliably reproduced by running freeze and quota toggle operations on the same CPU. Adding a scheduling point (cond_resched()) to the retry loop resolves the issue.
AI Analysis
Technical Summary
The Linux kernel vulnerability CVE-2026-45895 involves a livelock between quotactl_block() and freeze_super() during filesystem freeze operations. When the filesystem is frozen, quotactl_block() retries waiting for the thaw by acquiring and releasing locks and performing sb_start_write() - sb_end_write() calls. On kernels with disabled preemption, this retry loop spins without yielding the CPU, preventing the CPU from reaching an RCU quiescent state. Meanwhile, freeze_super() calls sb_wait_write(), which triggers synchronize_rcu() waiting for that quiescent state. The spin loop and RCU synchronization wait on each other indefinitely, causing a hang and 100% CPU usage. The issue is reproducible on multi-core systems when freeze and quota operations run on the same CPU. The fix involves inserting cond_resched() in the retry loop to allow RCU progress.
Potential Impact
This vulnerability causes a hang of the freezer process and 100% CPU usage by the quota process, leading to denial of service on affected systems. There is no impact on confidentiality or integrity. The issue is triggered under specific kernel configurations (preemption disabled) and workload conditions involving filesystem freeze and quota toggling on the same CPU.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. The described fix involves adding cond_resched() to the retry loop in quotactl_block() to allow RCU quiescent states and prevent livelock. Until an official patch is available, avoid running freeze and quota toggle operations concurrently on the same CPU with preemption disabled kernels.
A livelock vulnerability exists in the Linux kernel's quota subsystem when interacting with filesystem freeze operations. (CVE-2026-45895)
Description
A livelock vulnerability exists in the Linux kernel's quota subsystem when interacting with filesystem freeze operations. The issue occurs because quotactl_block() enters a retry loop waiting for the filesystem to thaw, but on kernels with preemption disabled, this loop prevents the CPU from reaching an RCU quiescent state. This causes synchronize_rcu() to wait indefinitely, resulting in a hang of the freezer process and 100% CPU usage by the quota process. The problem can be reliably reproduced by running freeze and quota toggle operations on the same CPU. Adding a scheduling point (cond_resched()) to the retry loop resolves the issue.
CVSS v3.1
Score 5.5medium
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Linux kernel vulnerability CVE-2026-45895 involves a livelock between quotactl_block() and freeze_super() during filesystem freeze operations. When the filesystem is frozen, quotactl_block() retries waiting for the thaw by acquiring and releasing locks and performing sb_start_write() - sb_end_write() calls. On kernels with disabled preemption, this retry loop spins without yielding the CPU, preventing the CPU from reaching an RCU quiescent state. Meanwhile, freeze_super() calls sb_wait_write(), which triggers synchronize_rcu() waiting for that quiescent state. The spin loop and RCU synchronization wait on each other indefinitely, causing a hang and 100% CPU usage. The issue is reproducible on multi-core systems when freeze and quota operations run on the same CPU. The fix involves inserting cond_resched() in the retry loop to allow RCU progress.
Potential Impact
This vulnerability causes a hang of the freezer process and 100% CPU usage by the quota process, leading to denial of service on affected systems. There is no impact on confidentiality or integrity. The issue is triggered under specific kernel configurations (preemption disabled) and workload conditions involving filesystem freeze and quota toggling on the same CPU.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. The described fix involves adding cond_resched() to the retry loop in quotactl_block() to allow RCU quiescent states and prevent livelock. Until an official patch is available, avoid running freeze and quota toggle operations concurrently on the same CPU with preemption disabled kernels.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-c6wv-8c38-r975
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-45895"]
- Ecosystems
- []
- Database Specific Severity
- MODERATE
- Cvss Version
- 3.1
Threat ID: 6a3ef7ee27e9c79719034ae9
Added to database: 06/26/2026, 22:06:38 UTC
Last enriched: 06/26/2026, 22:49:45 UTC
Last updated: 07/31/2026, 19:24:47 UTC
Views: 4
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.