PatchSiren cyber security CVE debrief
CVE-2026-97613 Linux CVE debrief
A vulnerability in the Linux kernel's network mana (MANA) driver can lead to the dropping of a fence completion CQE when the RX completion queue is full, causing the driver to wait holding the RTNL lock throughout a timeout duration. This issue arises because the RX completion queue is sized to hold exactly one CQE per posted RX WQE, but the hardware posts an additional CQE_RX_OBJECT_FENCE after 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.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Linux kernel developers and administrators responsible for maintaining and securing Linux-based systems should assess exposure and apply the patch to prevent potential issues. They should verify patch application to prevent potential RX completion queue issues and monitor system logs for potential issues related to the vulnerability.
Why it matters
The vulnerability can lead to dropping a fence completion CQE when the RX completion queue is full, causing the driver to wait holding the RTNL lock throughout a timeout duration. Linux kernel developers and administrators should assess exposure and apply the patch.
- Verify patch application to prevent potential RX completion queue issues
- Monitor system logs for potential issues related to the vulnerability
Technical summary
The Linux kernel's network mana (MANA) driver has a vulnerability where the RX completion queue is sized to hold exactly one CQE per posted RX WQE, but the hardware posts an additional CQE_RX_OBJECT_FENCE after packet CQEs, potentially leading to dropping the fence completion. 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.
Defensive priority
Verify and apply the patch to ensure the RX completion queue has an extra slot for the fence completion CQE.
Recommended defensive actions
- Verify the Linux kernel version and check if the patch is applied
- Review system configurations and ensure the MANA driver is properly configured
- Monitor system logs for potential issues related to the vulnerability
- Apply the patch to ensure the RX completion queue has an extra slot for the fence completion CQE
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, but do not specify versions, exploitation, impact, or remediation beyond applying the patch. The vulnerability affects the Linux kernel's network mana (MANA) driver. The RX completion queue is sized to hold exactly one CQE per posted RX WQE, but the hardware posts an additional CQE_RX_OBJECT_FENCE after 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 be
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97613 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97613
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97613 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97613
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/1e43c407624d2111c19d4d8ffe9b2191a0ec42de
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/62eb52454afcc1d390b8624c5d1ddc92cf382f39
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/6c739cb89ebd6cf225dac46d2721e11927a7ead4
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/80dd7e754b3aa9637a0758ad93fa209f9650ec48
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.