CVE-2026-93267
Last modified
CVE-2026-93267 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix potential use after free in uverbs_free_dmah() When accessing a dmah via the netlink path the only synchronization mechanism for the said dmah is rdma_restrack_get(). Currently, rdma_restrack_del() is invoked at the end of uverbs_free_dmah(), which is too late, since by that point vendor-specific resources associated with the dmah might already be freed. This can leave a short window where the dmah remains accessible through restrack, leading to a potential use-after-free. Fix this by moving the rdma_restrack_begin_del() call to the start of uverbs_free_dmah(), ensuring that the dmah is removed from restrack before its internal resources are released.
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix potential use after free in uverbs_free_dmah() When accessing a dmah via the netlink path the only synchronization mechanism for the said dmah is rdma_restrack_get(). Currently, rdma_restrack_del() is invoked at the end of uverbs_free_dmah(), which is too late, since by that point vendor-specific resources associated with the dmah might already be freed. This can leave a short window where the dmah remains accessible through restrack, leading to a potential use-after-free. Fix this by moving the rdma_restrack_begin_del() call to the start of uverbs_free_dmah(), ensuring that the dmah is removed from restrack before its internal resources are released. This guarantees that no new users hold references to a dmah that is in the process of destruction. In addition, this change preserves the intended inverted order between create and destroy routines: resources are added to restrack at the end of successful creation, and hence shall be removed from the restrack first thing during the destruction flow, which keeps the lifecycle management consistent and predictable.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d83edab562a496a42720902a1d2effccd05c37c5, < 8b22722f45a29a7c0900b1d4d0bc5da5492ece10; >= d83edab562a496a42720902a1d2effccd05c37c5, < bfc119a40c04bbe3daad826f2160ccbfae6c64ce; >= d83edab562a496a42720902a1d2effccd05c37c5, < 2696626a0be5877f445fb647c25ef43930c777e6 |
| Linux | Linux | 6.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93267?
How severe is CVE-2026-93267?
How do I fix CVE-2026-93267?
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-93261In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93262In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93263In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93264In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93265In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93266In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93268In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93269In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9327IBM WebSphere Application Server 9.0, and 8.5 could allow an…8.1
- CVE-2026-93270In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93271In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93272In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93267?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
