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

rxrpc: Fix conn-level packet handling to unshare RESPONSE packets

The security operations that verify the RESPONSE packets decrypt bits of it
in place - however, the sk_buff may be shared with a packet sniffer, which
would lead to the sniffer seeing an apparently corrupt packet (actually
decrypted).

Fix this by handing a copy of the packet off to the specific security
handler if the packet was cloned.
Published: 2026-05-27
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s rxrpc implementation incorrectly shared a sk_buff containing a RESPONSE packet that has been decrypted in place. If the packet was cloned, a packet sniffer on the same host could read the packet’s decrypted payload, resulting in an information disclosure of sensitive data that should remain confidential. This flaw does not provide arbitrary code execution or denial of service, but it can expose cryptographic secrets or other protected information.

Affected Systems

All Linux kernels that include the rxrpc implementation before the fix are affected. The issue was addressed in a commit to the Linux kernel repository and applies to any distribution providing the upstream kernel without the patch. Specific version ranges are not listed in the advisory, so any kernel older than the fix should be considered vulnerable.

Risk and Exploitability

The EPSS score is not available and the vulnerability is not listed in CISA’s KEV catalog, suggesting that no widespread exploitation has been observed to date. Nevertheless, an attacker who can view traffic on Linux devices running the unpatched kernel, or who can execute packet‑capturing utilities locally, could exploit the flaw to read decrypted data. The lack of a listed KEV entry does not diminish the potential confidentiality impact, especially in environments handling sensitive payloads over network RPC. The CVSS score is 5.5, indicating a medium impact for affected systems.

Generated by OpenCVE AI on May 28, 2026 at 04:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that contains the rxrpc replay‑packet unsharing patch (commit 24481a7f573305706054c59e275371f8d0fe919f or later).
  • If a kernel update cannot be performed immediately, block or disable rxrpc traffic on the network interfaces to prevent the flawed packet processing.
  • Restrict or disable local packet‑sniffing utilities to eliminate the possibility of sniffers accessing shared packets.

Generated by OpenCVE AI on May 28, 2026 at 04:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8370-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8371-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8373-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8374-1 Linux kernel vulnerabilities
History

Tue, 16 Jun 2026 13:15:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo

Thu, 28 May 2026 03:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Thu, 28 May 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-319
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

Moderate


Wed, 27 May 2026 19:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix conn-level packet handling to unshare RESPONSE packets The security operations that verify the RESPONSE packets decrypt bits of it in place - however, the sk_buff may be shared with a packet sniffer, which would lead to the sniffer seeing an apparently corrupt packet (actually decrypted). Fix this by handing a copy of the packet off to the specific security handler if the packet was cloned.
Title rxrpc: Fix conn-level packet handling to unshare RESPONSE packets
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-06-14T17:47:13.061Z

Reserved: 2026-05-13T15:03:33.091Z

Link: CVE-2026-46000

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-27T14:17:17.640

Modified: 2026-06-16T13:14:03.103

Link: CVE-2026-46000

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-05-27T00:00:00Z

Links: CVE-2026-46000 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-28T04:45:07Z

Weaknesses