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

rxrpc: rxrpc_verify_data ensure rx_dec_buffer alloc

rxrpc_recvmsg_data() calls rxrpc_verify_data() whenever the
rxrpc_call.rx_dec_buffer is unallocated and assumes that upon
successful return that rx_dec_buffer must be allocated.
However, rxrpc_verify_data() does not request an allocation if
the rxrpc_skb_priv.len is zero.

In addition, failure to allocate rx_dec_buffer will result in a
call to skb_copy_bits() with a NULL destination which can
trigger a NULL pointer dereference.

To prevent these issues rxrpc_verify_data() is modified to
always attempt to allocate the rxrpc_call.rx_dec_buffer if it
is NULL.

This issue was identified with assistance of a private
sashiko instance.
Published: 2026-08-15
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In Linux kernel, the rxrpc_verify_data function fails to allocate the rx_dec_buffer when the packet length is zero. This causes skb_copy_bits to attempt a write to a NULL destination, leading to a kernel panic. The result is a system reboot or loss of kernel availability, representing a denial of service attack.

Affected Systems

All Linux kernel implementations that include the rxrpc protocol handler and have not applied the patch that guarantees buffer allocation. The description does not specify versions, so any kernel snapshot preceding the referenced commit may be vulnerable.

Risk and Exploitability

Based on the description, it appears that the flaw could be triggered remotely by sending a crafted rxrpc packet with zero length. EPSS score of < 1% indicates a very low probability of exploitation in the wild. The CVSS score of 7.5 reflects high severity. The network‑based trigger and potential for a complete crash suggest high impact for systems that expose rxrpc services to untrusted networks, and the vulnerability is not listed in CISA KEV.

Generated by OpenCVE AI on August 17, 2026 at 14:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the patch from the commit logs referenced in the advisory.
  • If a kernel upgrade cannot be performed immediately, block or rate‑limit inbound rxrpc traffic using host‑based firewall rules to prevent the fault from being triggered.
  • Disable or uninstall services that use the rxrpc protocol if it is not required for system operation.

Generated by OpenCVE AI on August 17, 2026 at 14:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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


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

Type Values Removed Values Added
Weaknesses CWE-476

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

Type Values Removed Values Added
Weaknesses CWE-476

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 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

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: rxrpc_verify_data ensure rx_dec_buffer alloc rxrpc_recvmsg_data() calls rxrpc_verify_data() whenever the rxrpc_call.rx_dec_buffer is unallocated and assumes that upon successful return that rx_dec_buffer must be allocated. However, rxrpc_verify_data() does not request an allocation if the rxrpc_skb_priv.len is zero. In addition, failure to allocate rx_dec_buffer will result in a call to skb_copy_bits() with a NULL destination which can trigger a NULL pointer dereference. To prevent these issues rxrpc_verify_data() is modified to always attempt to allocate the rxrpc_call.rx_dec_buffer if it is NULL. This issue was identified with assistance of a private sashiko instance.
Title rxrpc: rxrpc_verify_data ensure rx_dec_buffer alloc
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:09.898Z

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

Link: CVE-2026-74435

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-74435

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74435 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T14:30:06Z

Weaknesses