CVE-2026-97613
Received Received - Intake

Memory Corruption in Linux Kernel Network Stack

Vulnerability report for CVE-2026-97613, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-25

Last updated on: 2026-09-25

Assigner: kernel.org

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().

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-25
Last Modified
2026-09-25
Generated
2026-09-25
AI Q&A
2026-09-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves the RX completion queue (CQ) not having enough slots to handle an additional fence completion CQE. When hardware posts a fence CQE after packet CQEs, the queue may become full, causing the fence completion to be dropped while the driver waits with the RTNL lock held for the timeout duration.

Impact Analysis

This could lead to packet processing delays or failures due to the dropped fence completion, potentially causing network disruptions or performance degradation in systems using the affected Linux kernel component.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve this issue. Monitor network performance and check for dropped packets or timeouts related to RX completion queues.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-97613. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart