CVE-2026-64439

Source
https://cve.org/CVERecord?id=CVE-2026-64439
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64439.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64439
Downstream
Published
2026-07-25T08:51:12.422Z
Modified
2026-07-27T04:03:19.959500365Z
Summary
crypto: krb5 - filter out async aead implementations at alloc
Details

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

crypto: krb5 - filter out async aead implementations at alloc

krb5aeadencrypt(), krb5aeaddecrypt() in rfc3961simplified.c and rfc8009encrypt(), rfc8009decrypt() in rfc8009aes2.c set a NULL completion callback and treat any negative return from cryptoaead{encrypt,decrypt}() as terminal, falling through to kfreesensitive(buffer). When the encryptname 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 t5stubcomplete+0x7d/0xc7

The helpers were written synchronously, so filter the async instances out at allocation time instead of plumbing cryptowaitreq() through every call site.

Reachable via net/rxrpc/rxgk.c, fs/afs/cm_security.c and net/ceph/crypto.c on systems with an async AEAD provider bound to the krb5 enctype name.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64439.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
00244da40f7821b242c4612428d4192230dba27f
Fixed
ef6feb77e2d91761427c5b773edc9c97e1b706ad
Fixed
2b7bd6dccff14b8b632c5244f1fd506918077221
Fixed
6c9dddeb582fde005360f4fe02c760d45ca05fb5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64439.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.15.0
Fixed
6.18.39
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64439.json"