CVE-2026-90415
Last modified
CVE-2026-90415 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: free STAG index when TPT entry write fails write_tpt_entry() allocates a new STAG index with c4iw_get_resource() and bumps stats.stag.cur before programming the entry. When write_adapter_mem() fails, it returns the error without releasing the index or reversing the statistic.
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: free STAG index when TPT entry write fails write_tpt_entry() allocates a new STAG index with c4iw_get_resource() and bumps stats.stag.cur before programming the entry. When write_adapter_mem() fails, it returns the error without releasing the index or reversing the statistic. No MR is inserted into rhp->mrs, so deregistration never reclaims it, leaking the index until device teardown. Record whether this call allocated the index and, on a failed write, return it to tpt_table and decrement stats.stag.cur. Key the rollback on both the write error and that flag, not the error alone: a non-reset update carries a caller-owned STAG that this call did not allocate and must not free.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ec3eead217181d7360a11317a888ceb30807867c, < 5fe4731bfbd8d83c4a14b4af3a27329969ce8a99; >= ec3eead217181d7360a11317a888ceb30807867c, < 8f6976d635d190e3d7af7103daaa581cf1ccc12e; >= ec3eead217181d7360a11317a888ceb30807867c, < 9eeafcda1d6c11f0eec532243c4e96ec8c632bd7; >= ec3eead217181d7360a11317a888ceb30807867c, < 5a21e5114cec4cd3f8a2843d4c46bc49634d6e96; >= ec3eead217181d7360a11317a888ceb30807867c, < 2f17ca7ab5269ac2504e1039c3921373dccd7712; >= ec3eead217181d7360a11317a888ceb30807867c, < a2e37d1ab773be3cd26b1c19593ca2dbcece9c57; >= ec3eead217181d7360a11317a888ceb30807867c, < a64e2beb450179a5d43034af8d5476a11eac1486; >= ec3eead217181d7360a11317a888ceb30807867c, < fdfb5cea4bf070cdb31d997efd87bb684df041fd |
| Linux | Linux | 3.5 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90415?
How severe is CVE-2026-90415?
How do I fix CVE-2026-90415?
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-90409In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90410In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90411In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90412In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90413In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-90414In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-90416In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90417In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90418In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90419In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90420In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90421In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90415?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
