CVE-2026-89486
Last modified
CVE-2026-89486 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ipmi: Fix use-after-free of cmd_rcvr in _ipmi_destroy_user() Commit 9e91f8a6c868 ("ipmi:msghandler: Remove srcu for the ipmi_interfaces list") dropped the synchronize_rcu() between unlinking the command receivers from intf->cmd_rcvrs and freeing them, updating only the comment that explains why the barrier is needed. The cmd_rcvrs list is still traversed under plain RCU: find_cmd_rcvr() walks it inside rcu_read_lock(), and handle_ipmb_get_msg_cmd() borrows rcvr->user from that lookup within the same read-side section. Without the grace period, _ipmi_destroy_user() can kfree() a cmd_rcvr while a reader still holds a pointer to it, causing a use-after-free. The rework only made srcu unnecessary for the interfaces list; the cmd_rcvrs list still relies on plain RCU. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ipmi: Fix use-after-free of cmd_rcvr in _ipmi_destroy_user() Commit 9e91f8a6c868 ("ipmi:msghandler: Remove srcu for the ipmi_interfaces list") dropped the synchronize_rcu() between unlinking the command receivers from intf->cmd_rcvrs and freeing them, updating only the comment that explains why the barrier is needed. The cmd_rcvrs list is still traversed under plain RCU: find_cmd_rcvr() walks it inside rcu_read_lock(), and handle_ipmb_get_msg_cmd() borrows rcvr->user from that lookup within the same read-side section. Without the grace period, _ipmi_destroy_user() can kfree() a cmd_rcvr while a reader still holds a pointer to it, causing a use-after-free. The rework only made srcu unnecessary for the interfaces list; the cmd_rcvrs list still relies on plain RCU. Restore the synchronize_rcu() before freeing the receivers.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 9e91f8a6c8688e27f4ccce7db457da87d6458836, < 3088e41292fecf132f85f79af5ee4d620b9ff1b4; >= 9e91f8a6c8688e27f4ccce7db457da87d6458836, < 5dc0b2a9af95a97861c1bffaf1687a3173e395c5; >= 9e91f8a6c8688e27f4ccce7db457da87d6458836, < 05ec76cfbce653e07cec19b9b8b20e33449d5d87 |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89486?
How severe is CVE-2026-89486?
How do I fix CVE-2026-89486?
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-89480In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89481In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89482In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89483In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89484In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89485In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89487In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89488In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89489In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8949Integer overflow in the Widget: Win32 component. This vulner…7.5
- CVE-2026-89490In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89491In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89486?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
