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.
Published: 2026-08-15
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A bug in the Linux kernel’s RXRPC protocol handling allows a reply packet to be processed before any request data has been sent. The flaw, manifested in rxrpc_receiving_reply(), can cause the rxrpc_rotate_tx_window() routine to dereference an empty transmit queue, leading to a kernel oops and a system panic. This flaw represents a classic denial of service weakness that could be exercised locally or remotely if the vulnerable protocol is exposed, and it falls under CWEs such as Improper Initialization and Use After Free.

Affected Systems

The vulnerability is present in all Linux kernel releases that lack the patch introduced by the commit a58e33405acd2584e730c1da72635f822ada6b49 (and related updates). It applies to the Linux operating system across all vendor distributions unless the affected kernel version has been upgraded or the RXRPC protocol has been disabled.

Risk and Exploitability

The CVSS score is 7.5, and the EPSS score is less than 1%, indicating a relatively high severity but low exploitation probability. The feature is not known to be exploited in the wild and is not listed in CISA’s KEV catalog. The likely attack vector is through network traffic that triggers the RXRPC service, making the issue both a local and remote denial of service concern for systems that enable the protocol. Operating systems that do not use RXRPC or have the protocol disabled will not be affected, but any unpatched kernel that handles RXRPC traffic remains at risk.

Generated by OpenCVE AI on August 21, 2026 at 21:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the operating system to a Linux kernel version that includes the commit a58e33405acd2584e730c1da72635f822ada6b49 and subsequent related patches
  • Reboot the system into the updated kernel to ensure the protection is active
  • If performing an upgrade is not immediately possible, consider disabling the RXRPC protocol at the network layer or by unloading the module to prevent the problematic traffic from reaching the kernel

Generated by OpenCVE AI on August 21, 2026 at 21:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Sat, 15 Aug 2026 14:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416
CWE-665

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
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.
Title rxrpc: Fix the reception of a reply packet before data transmission
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:47:04.412Z

Reserved: 2026-08-15T05:44:03.895Z

Link: CVE-2026-74429

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:45.027

Modified: 2026-08-17T06:19:38.487

Link: CVE-2026-74429

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74429 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T21:30:17Z

Weaknesses