CVE-2026-46181
Last modified
CVE-2026-46181 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event() Sashiko points out the radix_tree itself is RCU safe, but nothing ever frees the mlx4_srq struct with RCU, and it isn't even accessed within the RCU critical section. It also will crash if an event is delivered before the srq object is finished initializing. Use the spinlock since it isn't easy to make RCU work, use refcount_inc_not_zero() to protect against partially initialized objects, and order the refcount_set() to be after the srq is fully initialized.. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event() Sashiko points out the radix_tree itself is RCU safe, but nothing ever frees the mlx4_srq struct with RCU, and it isn't even accessed within the RCU critical section. It also will crash if an event is delivered before the srq object is finished initializing. Use the spinlock since it isn't easy to make RCU work, use refcount_inc_not_zero() to protect against partially initialized objects, and order the refcount_set() to be after the srq is fully initialized.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.9, < 6.18.30 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.7 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-46181?
How severe is CVE-2026-46181?
How do I fix CVE-2026-46181?
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-46175In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-46176In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46177In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-46178In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46179In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46180In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46182In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46183In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46184In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46185In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-46186In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46187In the Linux kernel, the following vulnerability has been re…4.7
Are you affected by CVE-2026-46181?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
