Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-64439

crypto: krb5 - filter out async aead implementations at alloc
Back to all
CVE

CVE-2026-64439

crypto: krb5 - filter out async aead implementations at alloc

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

crypto: krb5 - filter out async aead implementations at alloc

krb5aeadencrypt(), krb5aeaddecrypt() in rfc3961_simplified.c and

rfc8009encrypt(), rfc8009decrypt() in rfc8009_aes2.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.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.8
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://git.kernel.org/stable/c/2b7bd6dccff14b8b632c5244f1fd506918077221, https://git.kernel.org/stable/c/6c9dddeb582fde005360f4fe02c760d45ca05fb5, https://git.kernel.org/stable/c/ef6feb77e2d91761427c5b773edc9c97e1b706ad, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64439.json, https://nvd.nist.gov/vuln/detail/CVE-2026-64439, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Severity

9.8

CVSS Score
0
10

Basic Information

Base CVSS
9.8
EPSS Probability
0.0043%
EPSS Percentile
0.36645%
Introduced Version
00244da40f7821b242c4612428d4192230dba27f,6.15.0,6.19.0,0
Fix Available
6c9dddeb582fde005360f4fe02c760d45ca05fb5,6.18.39,7.1.4,7.0.0-1012.12~24.04.1,7.0.0-1011.11~24.04.1,7.0.0-31.31~24.04.1,7.0.0-1018.18~24.04.1,7.0.0-31.31.1~24.04.1

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading