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

rxrpc: Fix double unlock in rxrpc_recvmsg()

Fix a double unlock in rxrpc_recvmsg() when dealing with OOB messages.
Published: 2026-08-15
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A double unlock occurs in the RXRPC receive function when processing out‑of‑band messages. The redundant release of a lock can corrupt the kernel’s synchronization state and trigger a kernel panic, resulting in a denial of service. This vulnerability is an improper unlocking scenario (CWE‑832).

Affected Systems

All Linux kernel builds that compile the rxrpc subsystem before the commit that adds the double‑unlock fix are vulnerable. Because the CVE does not specify a limited version range, any kernel version lacking the patch should be considered at risk, including those shipped by mainstream Linux distributions.

Risk and Exploitability

The vulnerability receives a CVSS score of 9.8, indicating a severe impact, but its EPSS score is below 1%, suggesting that exploitation is currently unlikely. It is not listed in the CISA KEV catalog, and no publicly known exploit has been reported. The most likely attack vector is remotely sending crafted RXRPC messages to trigger the double unlock, which can cause a kernel panic. Due to the low exploitation probability, the high severity still warrants prompt remediation.

Generated by OpenCVE AI on August 22, 2026 at 00:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the patch for the double‑unlock issue.
  • If a kernel update cannot yet be applied, disable the rxrpc module or block RXRPC traffic so that no out‑of‑band messages are processed.
  • Monitor kernel logs and system stability metrics for indications of lock corruption or kernel panics that may signal exploitation attempts.

Generated by OpenCVE AI on August 22, 2026 at 00:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-362

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

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

None

threat_severity

Moderate


Mon, 17 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

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

Type Values Removed Values Added
Metrics cvssV3_1

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


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 double unlock in rxrpc_recvmsg() Fix a double unlock in rxrpc_recvmsg() when dealing with OOB messages.
Title rxrpc: Fix double unlock 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:03.327Z

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

Link: CVE-2026-74428

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-74428

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74428 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T00:45:05Z

Weaknesses
  • CWE-832

    Unlock of a Resource that is not Locked