CVE-2026-64579
Last modified
CVE-2026-64579 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: xfrm: policy: preallocate inexact bins before xfrm_hash_rebuild reinsert xfrm_hash_rebuild()'s first loop preallocates the bins/chains the reinsert loop needs, so the reinsert (after hlist_del_rcu()) cannot allocate or fail. But its guard is inverted: it skips policies with prefixlen < threshold and preallocates for the rest. prefixlen < threshold is exactly when policy_hash_bysel() returns NULL and the reinsert takes the allocating xfrm_policy_inexact_insert() path.
Description
In the Linux kernel, the following vulnerability has been resolved: xfrm: policy: preallocate inexact bins before xfrm_hash_rebuild reinsert xfrm_hash_rebuild()'s first loop preallocates the bins/chains the reinsert loop needs, so the reinsert (after hlist_del_rcu()) cannot allocate or fail. But its guard is inverted: it skips policies with prefixlen < threshold and preallocates for the rest. prefixlen < threshold is exactly when policy_hash_bysel() returns NULL and the reinsert takes the allocating xfrm_policy_inexact_insert() path. So the loop preallocates for the exact policies (which never allocate) and skips the inexact ones, whose bin/node is then allocated GFP_ATOMIC during reinsert. On failure the error path only WARN_ONCE()s and continues, leaving a poisoned bydst node; the next rebuild's hlist_del_rcu() dereferences LIST_POISON2 and takes a GPF. Reachable under memory pressure, deterministic via failslab. Invert the guard so preallocation covers exactly the reinserted policies; the reinsert then allocates nothing and cannot fail. Crash: Oops: general protection fault, probably for non-canonical address 0xfbd59c0000000024: 0000 [#1] SMP KASAN NOPTI KASAN: maybe wild-memory-access in range [0xdead...] ... Workqueue: events xfrm_hash_rebuild RIP: 0010:xfrm_hash_rebuild+0x5b3/0x1190 RAX: dead000000000122 (LIST_POISON2 + offset) ... Call Trace: hlist_del_rcu (include/linux/rculist.h:599) xfrm_hash_rebuild (net/xfrm/xfrm_policy.c:1365) process_one_work (kernel/workqueue.c:3322) worker_thread (kernel/workqueue.c:3486) kthread (kernel/kthread.c:436) ret_from_fork (arch/x86/kernel/process.c:158) ret_from_fork_asm (arch/x86/entry/entry_64.S:245) ... Kernel panic - not syncing: Fatal exception in interrupt
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 24969facd704a5f0dd8e08da86bf32a9ce972bee, < d9d9cc21cc90014724a14c447e3d587be9447107; >= 24969facd704a5f0dd8e08da86bf32a9ce972bee, < 94c00391a5117530188334f740ce26d3f1256190; >= 24969facd704a5f0dd8e08da86bf32a9ce972bee, < 7acc5ed2f33608a3d83b64f50a5766843b6e2485; >= 24969facd704a5f0dd8e08da86bf32a9ce972bee, < 6aa3796d18a9fda953ad76a62b57bf6c145cb9ef; >= 24969facd704a5f0dd8e08da86bf32a9ce972bee, < f38f8cce2f7e79775b3db7e8a5eacda04ac908e4 |
| Linux | Linux | 5.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64579?
How severe is CVE-2026-64579?
How do I fix CVE-2026-64579?
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-64573In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64574In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64575In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64576In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64577In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-64578In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-6458Missing cryptographic step in Caliptra Core Firmware (aes_25…5.1
- CVE-2026-64580In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64581In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64582In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64583In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64584In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-64579?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
