CVE-2026-98015
Last modified
CVE-2026-98015 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net/mlx5: E-Switch: fix use-after-free in mlx5_eswitch_termtbl_put In mlx5_eswitch_termtbl_put(), the zero-ref cleanup check reads tt->ref_count after termtbl_mutex has been released. Two concurrent callers on the same mlx5_termtbl_handle race: one decrements ref_count to zero, removes the hash entry, and calls kfree(tt) while the other has already dropped the mutex and is about to evaluate if (!tt->ref_count), producing a use-after-free. Fix this by capturing the result of the decrement into a stack-local last variable before dropping the mutex.
Description
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: E-Switch: fix use-after-free in mlx5_eswitch_termtbl_put In mlx5_eswitch_termtbl_put(), the zero-ref cleanup check reads tt->ref_count after termtbl_mutex has been released. Two concurrent callers on the same mlx5_termtbl_handle race: one decrements ref_count to zero, removes the hash entry, and calls kfree(tt) while the other has already dropped the mutex and is about to evaluate if (!tt->ref_count), producing a use-after-free. Fix this by capturing the result of the decrement into a stack-local last variable before dropping the mutex. The cleanup decision is now made entirely under termtbl_mutex, and tt is not touched after kfree.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 10caabdaad5ace85577a453da97d1f8d3b944427, < 304ea40ef4561671503c36e47da44a0a31b71e36; >= 10caabdaad5ace85577a453da97d1f8d3b944427, < e393789e92310d7c66f57c876101779c90816a12; >= 10caabdaad5ace85577a453da97d1f8d3b944427, < 18b2969073879b9cce24e1a78b118bdad54518d1; >= 10caabdaad5ace85577a453da97d1f8d3b944427, < 7ee07f601f8f507c9faf25c68a49396ab8950596 |
| Linux | Linux | 5.3 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98015?
How severe is CVE-2026-98015?
How do I fix CVE-2026-98015?
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-9801A flaw was found in Keycloak. A remote attacker with high pr…4.9
- CVE-2026-98010In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98011In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98012In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98013In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98014In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98016In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98017In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-98018In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98019In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9802A flaw was found in Keycloak. When revokeRefreshToken=true i…6.8
- CVE-2026-98020In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-98015?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
