CVE detail
CVE-2026-46181
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.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 30.0 · diversity 18.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
19 source links · newest first
Information published.
vendormsrc.microsoft.comMay 29, 2026, 8:09 AM- https://access.redhat.com/errata/RHSA-2026:41236access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 28, 2026, 10:16 AM - https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-46181.jsonsecurity.access.redhat.com
No excerpt available.
Vendor Advisorysecurity.access.redhat.comMay 28, 2026, 10:16 AM - https://bugzilla.redhat.com/show_bug.cgi?id=2482532bugzilla.redhat.com
No excerpt available.
Exploitbugzilla.redhat.comMay 28, 2026, 10:16 AM - https://access.redhat.com/security/cve/CVE-2026-46181access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 28, 2026, 10:16 AM - https://access.redhat.com/errata/RHSA-2026:36216access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 28, 2026, 10:16 AM - https://access.redhat.com/errata/RHSA-2026:35896access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 28, 2026, 10:16 AM - https://access.redhat.com/errata/RHSA-2026:35894access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 28, 2026, 10:16 AM - https://access.redhat.com/errata/RHSA-2026:35863access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 28, 2026, 10:16 AM - https://access.redhat.com/errata/RHSA-2026:34443access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 28, 2026, 10:16 AM - https://access.redhat.com/errata/RHSA-2026:34095access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 28, 2026, 10:16 AM - https://access.redhat.com/errata/RHSA-2026:34094access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 28, 2026, 10:16 AM - https://access.redhat.com/errata/RHSA-2026:33900access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 28, 2026, 10:16 AM - https://access.redhat.com/errata/RHSA-2026:25217access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 28, 2026, 10:16 AM - https://access.redhat.com/errata/RHSA-2026:25121access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 28, 2026, 10:16 AM - https://access.redhat.com/errata/RHSA-2026:25120access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 28, 2026, 10:16 AM No excerpt available.
Vendor Advisorygit.kernel.orgMay 28, 2026, 10:16 AMNo excerpt available.
Vendor Advisorygit.kernel.orgMay 28, 2026, 10:16 AMNo excerpt available.
Vendor Advisorygit.kernel.orgMay 28, 2026, 10:16 AM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2023-6546CVSS 7.0 · High
A race condition was found in the GSM 0710 tty multiplexor in the Linux kernel. This issue occurs when two threads execute the GSMIOC_SETCONF ioctl on the same tty file descriptor…
- CVE-2023-4732CVSS 4.7 · Medium
A flaw was found in pfn_swap_entry_to_page in memory management subsystem in the Linux Kernel. In this flaw, an attacker with a local user privilege may cause a denial of service…
- CVE-2022-1729CVSS 7.0 · High
A race condition was found the Linux kernel in perf_event_open() which can be exploited by an unprivileged user to gain root privileges. The bug allows to build several exploit pr…
- CVE-2026-23666CVSS 7.5 · High
Improper input validation in .NET Framework allows an unauthorized attacker to deny service over a network.
- CVE-2026-3904CVSS 6.2 · Medium
Calling NSS-backed functions that support caching via nscd may call the nscd client side code and in the GNU C Library version 2.36 under high load on x86_64 systems, the client…
- CVE-2026-23684CVSS 5.9 · Medium
A race condition vulnerability exists in the SAP Commerce cloud. Because of this when an attacker adds products to a cart, it may result in a cart entry being created with erroneo…