AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-74429

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's rxrpc implementation, specifically in the handling of reply packets before any request data packets are sent. This flaw could lead to a system crash (oops) during the transmission process if an early reply is received, potentially disrupting client-server communications. Organizations utilizing Linux systems, particularly those relying on rxrpc for remote procedure calls, should prioritize addressing this issue to maintain system stability and reliability.

CVE
CVE-2026-74429
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix the reception of a reply packet before data transmission Fix rxrpc_receiving_reply() to handle the reception of an apparent reply DATA packet before rxrpc has had a chance to send any request DATA packets on a client call by checking to see if the call has been exposed yet by sending the first packet. Without this, rxrpc_rotate_tx_window() might oops. Also fix rxrpc_rotate_tx_window() to handle the Tx queue being empty by changing the do...while loop into a while loop, just in case a call is abnormally terminated by an early reply before the last request packet is transmitted.