Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-64439

9.8 · CRITICAL
Published Jul 25, 2026 EPSS 0.43% (36th pctl)

Overview

CVE-2026-64439 is a critical-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

crypto: krb5 - filter out async aead implementations at alloc

krb5_aead_encrypt(), krb5_aead_decrypt() in rfc3961_simplified.c and

rfc8009_encrypt(), rfc8009_decrypt() in rfc8009_aes2.c set a NULL

completion callback and treat any negative return from

crypto_aead_{encrypt,decrypt}() as terminal, falling through to

kfree_sensitive(buffer). When the encrypt_name resolves to an

async AEAD instance the request returns -EINPROGRESS, the buffer

is freed while the backend's worker still holds a pointer, and the

worker dereferences the freed slab on completion.

KASAN report under UML+SLUB with a synthetic async aead backend

bound to krb5->encrypt_name:

BUG: KASAN: slab-use-after-free in t5_stub_complete+0x7d/0xc7

The helpers were written synchronously, so filter the async

instances out at allocation time instead of plumbing

crypto_wait_req() through every call site.

Reachable via net/rxrpc/rxgk.c, fs/afs/cm_security.c

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-64439?

CVE-2026-64439 is a critical-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-64439?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-64439?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-64439?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64439 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.