CVE-2026-64439
Last modified
CVE-2026-64439 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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 and net/ceph/crypto.c on systems with an async AEAD provider bound to the krb5 enctype name.. EPSS estimates a 0.43% chance of exploitation in the next 30 days.
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 and net/ceph/crypto.c on systems with an async AEAD provider bound to the krb5 enctype name.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 00244da40f7821b242c4612428d4192230dba27f, < ef6feb77e2d91761427c5b773edc9c97e1b706ad; >= 00244da40f7821b242c4612428d4192230dba27f, < 2b7bd6dccff14b8b632c5244f1fd506918077221; >= 00244da40f7821b242c4612428d4192230dba27f, < 6c9dddeb582fde005360f4fe02c760d45ca05fb5 |
| Linux | Linux | 6.15 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64439?
How severe is CVE-2026-64439?
How do I fix CVE-2026-64439?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64433In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64434In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64435In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-64436In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64437In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64438In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-6444A flaw exists in the FlashArray Purity management interface …8.6
- CVE-2026-64440In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-64441In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64442In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-64443In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-64444In the Linux kernel, the following vulnerability has been re…8.1
Are you affected by CVE-2026-64439?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
