CVE-2026-97613
Last modified
CVE-2026-97613 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net: mana: Reserve extra CQ slot for the fence completion CQE The RX completion queue is sized to hold exactly one CQE per posted RX WQE. MANA_FENCE_RQ makes hardware post an additional CQE_RX_OBJECT_FENCE after the packet CQEs. The current sizing reserves no extra slot for it and in rare cases, CQ has no guaranteed slot for the fence CQE when it is full of packet CQEs.
Description
In the Linux kernel, the following vulnerability has been resolved: net: mana: Reserve extra CQ slot for the fence completion CQE The RX completion queue is sized to hold exactly one CQE per posted RX WQE. MANA_FENCE_RQ makes hardware post an additional CQE_RX_OBJECT_FENCE after the packet CQEs. The current sizing reserves no extra slot for it and in rare cases, CQ has no guaranteed slot for the fence CQE when it is full of packet CQEs. This can lead to dropping the fence completion while the driver waits holding RTNL lock throughout the timeout duration. Reserve one extra CQE slot for CQE_RX_OBJECT_FENCE. mana_gd_alloc_memory() requires queue_size to be a power-of-two and at least MANA_PAGE_SIZE; the reservation pushes cq_size past a power-of-two, so round up the CQ size in mana_create_rxq().
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 6cc74443a7732d7e93bee3d0c3704a22cc7274d9, < 62eb52454afcc1d390b8624c5d1ddc92cf382f39; >= 6cc74443a7732d7e93bee3d0c3704a22cc7274d9, < 1e43c407624d2111c19d4d8ffe9b2191a0ec42de; >= 6cc74443a7732d7e93bee3d0c3704a22cc7274d9, < 6c739cb89ebd6cf225dac46d2721e11927a7ead4; >= 6cc74443a7732d7e93bee3d0c3704a22cc7274d9, < 80dd7e754b3aa9637a0758ad93fa209f9650ec48 |
| Linux | Linux | 5.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97613?
How severe is CVE-2026-97613?
How do I fix CVE-2026-97613?
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-97607In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97608In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-97609In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-97610In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97611In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97612In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97614In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97615In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97616In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97617In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97618In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97619In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97613?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
