CVE-2026-97477
Last modified
CVE-2026-97477 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: RDMA/counter: Fix num_counters leak on bind_qp failure in alloc_and_bind() When __rdma_counter_bind_qp() fails in alloc_and_bind(), the error path jumps to err_mode which frees the counter without decrementing port_counter->num_counters. The only place that decrements is rdma_counter_free(), which is unreachable since the counter was never successfully bound. This leak accumulates across repeated failures, permanently preventing the port from switching to AUTO mode (-EBUSY in __counter_set_mode()) and blocking the MANUAL→NONE auto-revert in rdma_counter_free().
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/counter: Fix num_counters leak on bind_qp failure in alloc_and_bind() When __rdma_counter_bind_qp() fails in alloc_and_bind(), the error path jumps to err_mode which frees the counter without decrementing port_counter->num_counters. The only place that decrements is rdma_counter_free(), which is unreachable since the counter was never successfully bound. This leak accumulates across repeated failures, permanently preventing the port from switching to AUTO mode (-EBUSY in __counter_set_mode()) and blocking the MANUAL→NONE auto-revert in rdma_counter_free(). When the mode was NONE before the call, the MANUAL mode set by __counter_set_mode() also leaks since the revert logic is never reached. Add an err_bind label between the num_counters increment and the existing err_mode label. It decrements num_counters and mirrors the MANUAL→NONE revert from rdma_counter_free(), ensuring the port state is fully restored on bind failure.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < da95cb016812c0e012ea839f191926e35ca8f57f; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 4fbc8230009f5b1bcd13cc74c5a6a43ddba141fd; < 6.18.53 |
| Linux | Linux | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97477?
How severe is CVE-2026-97477?
How do I fix CVE-2026-97477?
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-9747Adding fromRouter:true and runtimeConstants.userRoles could …7.1
- CVE-2026-97472In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97473In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97474In the Linux kernel, the following vulnerability has been re…7.4
- CVE-2026-97475In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97476In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97478In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97479In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9748The $_internalConvertBucketIndexStats stage used PauseExecut…7.1
- CVE-2026-97480In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97481In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97482In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97477?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
