CVE-2026-80611
Last modified
CVE-2026-80611 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ACPI: processor_idle: Mark LPI enter functions as __cpuidle When function tracing or Kprobes is enabled, entering an ACPI Low Power Idle (LPI) state triggers the following RCU splat: RCU not on for: acpi_idle_lpi_enter+0x4/0xd8 WARNING: CPU: 8 PID: 0 at include/linux/trace_recursion.h:162 function_trace_call+0x1e8/0x228 The acpi_idle_lpi_enter() function is invoked within the cpuidle path after RCU has already been disabled for the current local CPU. Consequently, ftrace's function_trace_call() expects RCU to be actively watching before recording trace data, emitting a warning if it is not. Fix this by annotating acpi_idle_lpi_enter(), the generic __weak stub, and the RISC-V implementation of acpi_processor_ffh_lpi_enter() with __cpuidle. This moves these functions into the '.cpuidle.text' section, implicitly disabling ftrace instrumentation (notrace) along this sensitive path and preventing trace-induced RCU warnings during idle entry..
Description
In the Linux kernel, the following vulnerability has been resolved: ACPI: processor_idle: Mark LPI enter functions as __cpuidle When function tracing or Kprobes is enabled, entering an ACPI Low Power Idle (LPI) state triggers the following RCU splat: RCU not on for: acpi_idle_lpi_enter+0x4/0xd8 WARNING: CPU: 8 PID: 0 at include/linux/trace_recursion.h:162 function_trace_call+0x1e8/0x228 The acpi_idle_lpi_enter() function is invoked within the cpuidle path after RCU has already been disabled for the current local CPU. Consequently, ftrace's function_trace_call() expects RCU to be actively watching before recording trace data, emitting a warning if it is not. Fix this by annotating acpi_idle_lpi_enter(), the generic __weak stub, and the RISC-V implementation of acpi_processor_ffh_lpi_enter() with __cpuidle. This moves these functions into the '.cpuidle.text' section, implicitly disabling ftrace instrumentation (notrace) along this sensitive path and preventing trace-induced RCU warnings during idle entry.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a36a7fecfe6071732075ad5aa31196adce13181b, < 10f675902a5fc88ccfe34bb8aa37de50806b03b1; >= a36a7fecfe6071732075ad5aa31196adce13181b, < 5b6165d7ec38477e8cfa41bfa464959957953822; >= a36a7fecfe6071732075ad5aa31196adce13181b, < 8bbe4dd7964552f74c271c3a8d95a4331a8ab5f9; >= a36a7fecfe6071732075ad5aa31196adce13181b, < 956ca5d72c76504824c8eb601879da9476973e15 |
| Linux | Linux | 4.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80611?
How severe is CVE-2026-80611?
How do I fix CVE-2026-80611?
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-80605In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80606In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80607In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80608In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80609In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80610In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80612In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80613In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80614In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80615In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-80616In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80617In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-80611?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
