CVE-2026-68129
Received Received - Intake

Rx Queue Stall in Linux Kernel

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

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: gve: fix Rx queue stall on alloc failure When the system is under extreme memory pressure, page allocations can fail during the Rx buffer refill loop. If the number of buffers posted to hardware falls below a critical low threshold and the refill loop exits due to allocation failures, the queue can stall: 1. The device drops incoming packets because there are no descriptors. 2. Since no packets are processed, no Rx completions are generated. 3. Because no completions occur, NAPI is never scheduled, preventing the refill loop from running again even after memory is freed. This results in a permanent queue stall. Resolve this by introducing a starvation recovery timer for each Rx queue. If the number of buffers posted to hardware falls below a critical low threshold, start a timer to periodically reschedule NAPI. Once NAPI runs and successfully refills the queue above the threshold, the timer is not rescheduled. The threshold is set to 32 because a single maximum-sized Receive Segment Coalescing (RSC) packet can consume up to 19 descriptors in the Rx path. Lower thresholds (such as 8 or 16) would be insufficient to process a complete maximum-sized RSC packet, risking packet drops or unexpected hardware behavior under memory pressure. Setting the threshold to 32 guarantees a safe margin to handle at least one full RSC packet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-10
AI Q&A
2026-08-10
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 causes a permanent stall in network receive queues under extreme memory pressure. When page allocations fail during buffer refill, the queue stops processing packets, no completions occur, and NAPI scheduling halts, preventing recovery even after memory is freed.

Detection Guidance

This vulnerability may cause network packet drops and queue stalls under extreme memory pressure. Check for symptoms like increased packet loss, stalled network interfaces, or NAPI not scheduling. Monitor system logs for allocation failures and watch for interfaces stuck in a state with no Rx descriptors.

Impact Analysis

If exploited, this flaw could lead to network packet loss, degraded network performance, or complete network connectivity failure on affected systems running the vulnerable Linux kernel.

Mitigation Strategies

Apply the Linux kernel patch that introduces a starvation recovery timer for Rx queues. Monitor memory pressure conditions and ensure sufficient free memory for Rx buffer allocations. Adjust network interface configurations if needed to reduce memory usage under load.

Chat Assistant

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

EPSS Chart