CVE-2023-53859
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.2.0-rc6-next-20230202 |
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 on the s390 architecture where the arch_cpu_idle() function was not marked with the noinstr attribute. This caused a warning related to RCU (Read-Copy-Update) tracing, indicating that RCU was not active during the arch_cpu_idle() execution. The fix was to mark arch_cpu_idle() with the noinstr attribute to prevent this warning and ensure proper tracing behavior.
How can this vulnerability impact me? :
The vulnerability causes a warning in the kernel related to tracing and RCU state during CPU idle operations on s390 architecture. While it may not directly cause a security breach, it can lead to instability or unexpected behavior in kernel tracing and CPU idle handling, potentially affecting system reliability.