Junglewise Threat Intelligence

CVE-2026-63823: Linux Kernel use-after-free in request_key_auth payload instantiation

CVE-2026-63823 · Severity: info · CVSS 0 · Published 2026-07-19

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's key management system, which handles how the operating system stores and retrieves security credentials. A race condition could allow a local attacker to cause a system crash or potentially execute unauthorized actions by triggering a 'use-after-free' error during key instantiation. This issue primarily affects system stability and the integrity of the kernel's internal security structures.

Technical details

A use-after-free (UAF) vulnerability exists in the Linux kernel's key management subsystem within the request_key_auth payload handling. The flaw is rooted in a race condition between request_key() and KEYCTL_INSTANTIATE_IOV. When a helper process completes, the authorization key (rka) can be detached and freed while another thread is still processing the instantiation path (e.g., sleeping during a page fault while copying user payload). Upon waking, the second thread attempts to access the now-freed rka->target_key. The fix introduces proper reference counting for request_key_auth payloads to ensure they remain pinned during the instantiate and reject paths. This is a local vulnerability requiring the ability to manipulate kernel keys.

Affected products

  • Linux Linux Kernel v5.10+

Timeline

  • 2026-07-19: disclosed
  • 2026-07-04: patched

References

Related threats