CVE-2023-53712
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-22
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| anubis | anubis | 1.22.0 |
| linux | kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves the Linux kernel's handling of panic situations triggered by hrtimer interrupts. When such a panic occurs, all online CPUs are notified and set offline. However, the notification call was made synchronously with interrupts disabled, which is problematic as per a previous commit warning against synchronous calls from softirq context. The fix makes this call asynchronous to prevent issues during panic handling.
How can this vulnerability impact me? :
If triggered, this vulnerability could cause improper handling of CPU offline notifications during kernel panic, potentially leading to system instability or failure to properly shut down CPUs. This could result in system crashes or hangs during critical failure scenarios.