Junglewise Threat Intelligence

CVE-2026-46012: Linux Kernel memory leak in rxkad_verify_response

CVE-2026-46012 · Severity: info · CVSS 5.3 · Published 2026-05-27

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's networking component responsible for the RxRPC protocol. This issue involves a memory leak during the verification of security responses, which could lead to a gradual depletion of system memory. If exploited, this could eventually cause system instability or a denial-of-service condition, affecting the availability of services relying on this protocol.

Technical details

A memory leak vulnerability exists in the rxkad_verify_response() function within net/rxrpc/rxkad.c of the Linux kernel. The issue stems from improper error handling where allocated memory for Kerberos tickets and server keys was not consistently freed across all function exit paths. An attacker could potentially trigger these leaks by sending specially crafted RxRPC response packets that fail verification at specific stages. This is a resource exhaustion issue that can lead to a kernel memory leak. The fix involves consolidating the cleanup logic into a single epilogue and ensuring pointers are initialized to NULL to prevent double-frees or missed frees.

Affected products

  • Linux Linux Kernel v2.6.11 and later

Timeline

  • 2026-04-22: patched: Initial patch authored by David Howells
  • 2026-05-27: disclosed: CVE-2026-46012 published

References