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

rxrpc: Fix rxkad crypto unalignment handling

Fix handling of a packet with a misaligned crypto length. Also handle
non-ENOMEM errors from decryption by aborting. Further, remove the
WARN_ON_ONCE() so that it can't be remotely triggered (a trace line can
still be emitted).
Published: 2026-05-27
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 protocol had a flaw where a packet with a misaligned crypto length was not handled safely, leading to a potential decryption failure or abort. The patch adds bounds checking, aborts on non‑ENOMEM decryption errors, and removes the WARN_ON_ONCE guard so that it cannot be repeatedly triggered, though a trace line may still be emitted. The primary effect of the vulnerability is a crash or denial of service of the affected component, not arbitrary code execution.

Affected Systems

All Linux kernel implementations that include the rxrpc protocol before the patch that fixes the crypto alignment handling are affected. No specific kernel versions are listed, so any deployment running a pre‑patch Linux kernel with rxrpc support is vulnerable.

Risk and Exploitability

Based on the description, it is inferred that the attack requires a remote attacker capable of sending crafted rxrpc packets to a target that accepts such traffic. The EPSS score of 0.00018 indicates a very low likelihood of exploitation, and the vulnerability is not listed in KEV, meaning no known widespread exploitation reports. The risk is primarily a DoS scenario; an attacker can trigger a service crash with a single malformed packet. While the CVSS score of 7.5 reflects high severity, the extremely low EPSS score reduces the urgency for urgent remediation. The removal of the WARN_ON_ONCE guard reduces the chance of repeated trivial exploitation, though a single attack could still be successful.

Generated by OpenCVE AI on May 30, 2026 at 13:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the rxrpc crypto alignment fix.
  • If a kernel update is not immediately possible, backport the patch from the kernel source to the running kernel.
  • Limit reception of rxrpc traffic to trusted sources by configuring firewall rules or network segmentation to reduce exposure.

Generated by OpenCVE AI on May 30, 2026 at 13:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 30 May 2026 11: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'}


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

Type Values Removed Values Added
Weaknesses CWE-787

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


Wed, 27 May 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787

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 rxkad crypto unalignment handling Fix handling of a packet with a misaligned crypto length. Also handle non-ENOMEM errors from decryption by aborting. Further, remove the WARN_ON_ONCE() so that it can't be remotely triggered (a trace line can still be emitted).
Title rxrpc: Fix rxkad crypto unalignment handling
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:53:14.585Z

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

Link: CVE-2026-46085

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

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

Modified: 2026-06-17T10:53:02.610

Link: CVE-2026-46085

cve-icon Redhat

Severity :

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

Links: CVE-2026-46085 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-30T13:30:24Z

Weaknesses
  • CWE-1284

    Improper Validation of Specified Quantity in Input