CVE-2026-90309
Last modified
CVE-2026-90309 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Hold CQ references when processing EQ events EQ handlers look up CQs from dev->cq_xa and invoke CQ completion or error callbacks outside the xarray lock. erdma_destroy_cq() can erase the CQ from the xarray and free its queue buffer and doorbell record while a previously scheduled EQ handler is still using the CQ. Add a CQ refcount and take a reference under the xarray lock with refcount_inc_not_zero().
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Hold CQ references when processing EQ events EQ handlers look up CQs from dev->cq_xa and invoke CQ completion or error callbacks outside the xarray lock. erdma_destroy_cq() can erase the CQ from the xarray and free its queue buffer and doorbell record while a previously scheduled EQ handler is still using the CQ. Add a CQ refcount and take a reference under the xarray lock with refcount_inc_not_zero(). Remove the CQ from the xarray before dropping the destroy-path reference, then wait for in-flight EQ users before releasing CQ resources.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 155055771704f8cbb5c176a4309b7dc30a50450c, < 610ef81797bb4f709e8675c1d8d093bb9ccdcbd8; >= 155055771704f8cbb5c176a4309b7dc30a50450c, < c0a83f29a24c7e7f8516630848ef6db4c174deed; >= 155055771704f8cbb5c176a4309b7dc30a50450c, < 05b8ca493dd02319bca93c640b259c2ba51ef321; >= 155055771704f8cbb5c176a4309b7dc30a50450c, < 1fc9c1933959d2776a1ce7bf424251b8b5b586cd; >= 155055771704f8cbb5c176a4309b7dc30a50450c, < 4545f355654d044d35a31cd01cc46f491a8a7c36; >= 155055771704f8cbb5c176a4309b7dc30a50450c, < 98df2aee1459ee1c62c70cbe9b370d2a532aea36 |
| Linux | Linux | 6.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90309?
How severe is CVE-2026-90309?
How do I fix CVE-2026-90309?
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-90303In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90304In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90305In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90306In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90307In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90308In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-9031An input validation vulnerability exists in the HTTP-WRITEOE…6.8
- CVE-2026-90310Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-90311In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90312In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90313In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90314In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90309?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
