Description
In the Linux kernel, the following vulnerability has been resolved:

rxrpc: Fix potential infinite loop in rxrpc_recvmsg()

Fix the wait in rxrpc_recvmsg() also take check the oob queue.
Published: 2026-08-15
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the rxrpc_recvmsg() routine could enter an infinite loop when the out‑of‑band queue was not checked during its waiting phase, potentially consuming CPU resources and disrupting kernel operation, which could lead to denial of service by stalling packet processing.

Affected Systems

The vulnerability affects Linux kernel implementations that include the rxrpc protocol prior to the patch commit, which addresses the loop condition. Any kernel version lacking the update containing commit 0fc5b37faec26241d3cbee732e29ac35ad3184f8 (and related changes) may remain susceptible.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity, while the EPSS score of < 1% suggests a very low probability of exploitation in the wild. The flaw is not listed in the CISA KEV catalog, so publicly documented exploitation data is limited. The nature of the bug implies a denial‑of‑service impact; an attacker would need the ability to send crafted rxrpc traffic, which suggests a network‑based or local privilege attack vector, but the exact exploitation conditions are not described in the source data. The risk is therefore considered moderate to high for unpatched systems due to the potential for service interruption.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the patch commits (0fc5b37faec26241d3cbee732e29ac35ad3184f8, 67a0332f442ef07713cd2d9c13d59db0f1c23648, and da371b003a4a44f44741275d5e8dc74181cbb017), which fixes the uncontrolled loop in rxrpc_recvmsg().
  • Reboot the affected system or unload and reload the kernel module to apply the updated code and ensure that the affected loop logic is discarded.
  • If a kernel update cannot be performed immediately, block or drop rxrpc traffic at the network perimeter to prevent the infinite loop trigger and mitigate the denial‑of‑service risk.
  • Monitor CPU usage and kernel logs for abnormal spikes or hanging operations that may indicate exploitation of the loop; alert when sustained high load or repeated timeouts occur.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-674

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

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

None

threat_severity

Moderate


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

Type Values Removed Values Added
Weaknesses CWE-674

Mon, 17 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-674

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-674

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 potential infinite loop in rxrpc_recvmsg() Fix the wait in rxrpc_recvmsg() also take check the oob queue.
Title rxrpc: Fix potential infinite loop in rxrpc_recvmsg()
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:06.624Z

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

Link: CVE-2026-74431

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-74431

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74431 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T23:45:03Z

Weaknesses
  • CWE-835

    Loop with Unreachable Exit Condition ('Infinite Loop')