๐Ÿ” CVE Alert

CVE-2026-89486

HIGH 7.8

ipmi: Fix use-after-free of cmd_rcvr in _ipmi_destroy_user()

CVSS Score
7.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 11, 2026
Last Updated Sep 13, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new high vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

Linux / Linux
9e91f8a6c8688e27f4ccce7db457da87d6458836 < 3088e41292fecf132f85f79af5ee4d620b9ff1b4 9e91f8a6c8688e27f4ccce7db457da87d6458836 < 5dc0b2a9af95a97861c1bffaf1687a3173e395c5 9e91f8a6c8688e27f4ccce7db457da87d6458836 < 05ec76cfbce653e07cec19b9b8b20e33449d5d87
Linux / Linux
6.16

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/3088e41292fecf132f85f79af5ee4d620b9ff1b4 git.kernel.org: https://git.kernel.org/stable/c/5dc0b2a9af95a97861c1bffaf1687a3173e395c5 git.kernel.org: https://git.kernel.org/stable/c/05ec76cfbce653e07cec19b9b8b20e33449d5d87