CVE-2026-80727
Last modified
CVE-2026-80727 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: x86/mce: Set up the polling timer before CMCI discovery I hit the following on one of my machines: mce: CPU0 BANK15 CMCI inherited storm ------------[ cut here ]------------ ODEBUG: assert_init not available (active state 0) object: (____ptrval____) object type: timer_list hint: 0x0 WARNING: lib/debugobjects.c:632 at debug_object_assert_init+0x178/0x230, CPU#0: swapper/0/0 CPU: 0 UID: 0 PID: 0 Comm: swapper/0 Not tainted 7.2.0-rc5 #3 PREEMPTLAZY RIP: 0010:debug_object_assert_init+0x18f/0x230 Call Trace: <TASK> __mod_timer mce_timer_kick cmci_discover intel_init_cmci mce_intel_feature_init mcheck_cpu_init identify_cpu identify_boot_cpu arch_cpu_finalize_init start_kernel A second splat follows right after, from timer_setup() finding that same timer already queued: ODEBUG: init active (active state 0) object: (____ptrval____) object type: timer_list hint: stub_timer+0x0/0x10 This is happening because CMCI storm detection is trying to modify the timer before latter was properly set up. Set up the timer first. __mcheck_cpu_setup_timer() only calls timer_setup(), and depends on neither the generic nor the vendor init. [ bp: Massage commit message.
Description
In the Linux kernel, the following vulnerability has been resolved: x86/mce: Set up the polling timer before CMCI discovery I hit the following on one of my machines: mce: CPU0 BANK15 CMCI inherited storm ------------[ cut here ]------------ ODEBUG: assert_init not available (active state 0) object: (____ptrval____) object type: timer_list hint: 0x0 WARNING: lib/debugobjects.c:632 at debug_object_assert_init+0x178/0x230, CPU#0: swapper/0/0 CPU: 0 UID: 0 PID: 0 Comm: swapper/0 Not tainted 7.2.0-rc5 #3 PREEMPTLAZY RIP: 0010:debug_object_assert_init+0x18f/0x230 Call Trace: <TASK> __mod_timer mce_timer_kick cmci_discover intel_init_cmci mce_intel_feature_init mcheck_cpu_init identify_cpu identify_boot_cpu arch_cpu_finalize_init start_kernel A second splat follows right after, from timer_setup() finding that same timer already queued: ODEBUG: init active (active state 0) object: (____ptrval____) object type: timer_list hint: stub_timer+0x0/0x10 This is happening because CMCI storm detection is trying to modify the timer before latter was properly set up. Set up the timer first. __mcheck_cpu_setup_timer() only calls timer_setup(), and depends on neither the generic nor the vendor init. [ bp: Massage commit message. ]
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1f68ce2a027250aeeb1756391110cdc4dc97c797, < 17ab68d0cf6a41bff61b1e13c6141d9e463736ae; >= 1f68ce2a027250aeeb1756391110cdc4dc97c797, < e708fc1566ebd4a2d3f2546e6310d64d362db80d; >= 1f68ce2a027250aeeb1756391110cdc4dc97c797, < 4f4cba3947d2f0eceb32727e198ca2c149a653a9; >= 1f68ce2a027250aeeb1756391110cdc4dc97c797, < a213dfaa2596c1c0dc4dae91c14fbfa499c03223 |
| Linux | Linux | 6.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80727?
How severe is CVE-2026-80727?
How do I fix CVE-2026-80727?
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-80721In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80722In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80723In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80724In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80725In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80726In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-80728In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80729In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8073The Kirki – Freeform Page Builder, Website Builder & Customi…7.5
- CVE-2026-80730In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80731In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80732In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-80727?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
