CVE-2026-89988
Last modified
CVE-2026-89988 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: kprobes: Protect kprobe_blacklist with RCU __within_kprobe_blacklist() traverses kprobe_blacklist without holding kprobe_mutex. When a module is unloaded, kprobe_remove_area_blacklist() removes blacklist entries and immediately frees them with kfree(). A concurrent call to within_kprobe_blacklist() can therefore dereference freed memory. Furthermore, within_kprobe_blacklist() can be called in atomic or non-preemptible contexts where the sleeping kprobe_mutex cannot be taken. Protect kprobe_blacklist with RCU.
Description
In the Linux kernel, the following vulnerability has been resolved: kprobes: Protect kprobe_blacklist with RCU __within_kprobe_blacklist() traverses kprobe_blacklist without holding kprobe_mutex. When a module is unloaded, kprobe_remove_area_blacklist() removes blacklist entries and immediately frees them with kfree(). A concurrent call to within_kprobe_blacklist() can therefore dereference freed memory. Furthermore, within_kprobe_blacklist() can be called in atomic or non-preemptible contexts where the sleeping kprobe_mutex cannot be taken. Protect kprobe_blacklist with RCU. Use guard(rcu)() and list_for_each_entry_rcu() for traversal, list_add_tail_rcu() for insertions, list_del_rcu() for deletions, and kfree_rcu() to reclaim entries safely after a grace period.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 376e242429bf8539ef39a080ac113c8799840b13, < 8f406205003f741225f620f0e357ca0de71d45e3; >= 376e242429bf8539ef39a080ac113c8799840b13, < 630ed8734a02b992e8a97538179c2ece42c5210f; >= 376e242429bf8539ef39a080ac113c8799840b13, < 518d9b5568bb06f86e4434f7a30faa9612ea91ad; >= 376e242429bf8539ef39a080ac113c8799840b13, < 5da247e4d1e8661d4d6f997101d59967e8994e32; >= 376e242429bf8539ef39a080ac113c8799840b13, < 6e62cf983a2bd547e6bbd3f935539233e5f97f8f; >= 376e242429bf8539ef39a080ac113c8799840b13, < 0c4256196b3a105307e2235fbfd85e768bbcdd0f |
| Linux | Linux | 3.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89988?
How severe is CVE-2026-89988?
How do I fix CVE-2026-89988?
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-89982In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89983In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89984In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89985In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89986In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89987In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89989In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89990In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89991In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89992In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89993In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89994In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89988?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
