Improper synchronization in Linux kernel - CVE-2026-90304
Published: September 18, 2026
Vulnerability details
The vulnerability allows a local user to cause force_sig_fault() to be called with interrupts disabled.
The vulnerability exists due to improper interrupt-state management in the ARM do_DataAbort() and do_PrefetchAbort() fault handlers when handling unhandled user faults. A local user can execute a bkpt instruction to trigger an unhandled user fault and cause force_sig_fault() to be called with interrupts disabled.
The issue requires a PREEMPT_RT kernel with CONFIG_PERF_EVENTS disabled.