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

rxrpc: Fix leak of released call in recvmsg(MSG_PEEK)

Fix rxrpc_recvmsg() to also drop the ref it holds on an already-released
call if MSG_PEEK is in force (the function holds a ref on the call
irrespective of whether MSG_PEEK is specified or not).
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability exists in the Linux kernel’s rxrpc_recvmsg function, where a reference to an already released call object is incorrectly retained when the MSG_PEEK flag is used. The erroneous reference counting results in a deterministic memory leak within the kernel, potentially exhausting available memory over time and causing system instability. The flaw does not provide code execution or privilege escalation; it purely degrades resource availability.

Affected Systems

All Linux kernel builds containing the unpatched rxrpc_recvmsg implementation are vulnerable. No specific kernel version identifiers are provided, so any distribution running the default kernel should be considered at risk until the relevant commit is applied.

Risk and Exploitability

The CVSS score of 5.5 indicates a moderate severity. The EPSS score of less than 1 % reflects a low likelihood of exploitation observed to date, and the vulnerability is not listed in CISA’s KEV catalog. Exploitation requires the ability to open an rxrpc socket and perform a recvmsg with the MSG_PEEK option, which can be achieved by either a local or remote process. The attack does not grant arbitrary code execution or privilege escalation but can cause a denial of service by exhausting kernel memory through repeated leaks.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official kernel patch or upgrade to a release that includes the fix committed in 04c7103dc0…
  • If the rxrpc protocol is not required, disable the protocol by removing the module or adjusting network settings that prevent its use
  • Monitor kernel memory usage for abnormal growth and consider restarting affected services or the entire system to mitigate prolonged impact

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

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

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

None

cvssV3_1

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

threat_severity

Low


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

Type Values Removed Values Added
Weaknesses CWE-416

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 leak of released call in recvmsg(MSG_PEEK) Fix rxrpc_recvmsg() to also drop the ref it holds on an already-released call if MSG_PEEK is in force (the function holds a ref on the call irrespective of whether MSG_PEEK is specified or not).
Title rxrpc: Fix leak of released call in recvmsg(MSG_PEEK)
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-23T12:47:15.670Z

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

Link: CVE-2026-74432

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-23T13:16:43.460

Link: CVE-2026-74432

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-74432 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-911

    Improper Update of Reference Count