CVE-2026-80953
Last modified
CVE-2026-80953 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: i3c: master: adi: initialize the lock before enabling interrupts adi_i3c_master_probe() requests the IRQ and unmasks REG_IRQ_PENDING_CMDR before the controller's IBI state, transfer queue list and transfer queue lock are initialized. A pending CMDR interrupt can therefore run adi_i3c_master_irq() and take master->xferqueue.lock before the dynamic lock has been initialized. This issue was found by our static analysis tool and then manually reviewed against the current tree. The grounded PoC kept the probe ordering and the IRQ path adi_i3c_master_probe() -> adi_i3c_master_irq() -> xferqueue.lock, with a pending CMDR interrupt arriving after REG_IRQ_PENDING_CMDR is unmasked. Lockdep reported: INFO: trying to register non-static key. you didn't initialize this object before use? lock_acquire+0xbb/0x290 _raw_spin_lock_irqsave+0x36/0x60 adi_i3c_master_irq+0x32/0x56 [vuln_msv] adi_i3c_master_probe+0x5a/0xf47 [vuln_msv] Initialize the transfer queue and IBI state before requesting and unmasking the IRQ.. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: i3c: master: adi: initialize the lock before enabling interrupts adi_i3c_master_probe() requests the IRQ and unmasks REG_IRQ_PENDING_CMDR before the controller's IBI state, transfer queue list and transfer queue lock are initialized. A pending CMDR interrupt can therefore run adi_i3c_master_irq() and take master->xferqueue.lock before the dynamic lock has been initialized. This issue was found by our static analysis tool and then manually reviewed against the current tree. The grounded PoC kept the probe ordering and the IRQ path adi_i3c_master_probe() -> adi_i3c_master_irq() -> xferqueue.lock, with a pending CMDR interrupt arriving after REG_IRQ_PENDING_CMDR is unmasked. Lockdep reported: INFO: trying to register non-static key. you didn't initialize this object before use? lock_acquire+0xbb/0x290 _raw_spin_lock_irqsave+0x36/0x60 adi_i3c_master_irq+0x32/0x56 [vuln_msv] adi_i3c_master_probe+0x5a/0xf47 [vuln_msv] Initialize the transfer queue and IBI state before requesting and unmasking the IRQ.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a79ac2cdc91d6be3010f2e9a3b2a2ccfc26e2086, < a15a1b95de980362c14f32f519b293b0d12ce86f; >= a79ac2cdc91d6be3010f2e9a3b2a2ccfc26e2086, < de8c32b0a246bbb4b44ec29e12769496a0bf66f7; >= a79ac2cdc91d6be3010f2e9a3b2a2ccfc26e2086, < 8a53f9102a0d3eeb8784999f925028acf339c276 |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80953?
How severe is CVE-2026-80953?
How do I fix CVE-2026-80953?
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-80948In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80949In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8095The Frontend File Manager Plugin plugin for WordPress is vul…8.1
- CVE-2026-80950In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80951In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80952In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80954In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80955In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80956In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80957In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80958In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-80959In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-80953?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
