CVE-2026-64576
Last modified
CVE-2026-64576 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nexthop: initialize extack in nh_res_bucket_migrate() nh_res_bucket_migrate() passes an uninitialized netlink_ext_ack to call_nexthop_res_bucket_notifiers(). When nh_notifier_res_bucket_info_init() fails (e.g. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nexthop: initialize extack in nh_res_bucket_migrate() nh_res_bucket_migrate() passes an uninitialized netlink_ext_ack to call_nexthop_res_bucket_notifiers(). When nh_notifier_res_bucket_info_init() fails (e.g. the kzalloc returns -ENOMEM), the error is propagated back before any notifier sets extack._msg, and the error path formats the stale pointer with pr_err_ratelimited("%s\n", extack._msg). With CONFIG_INIT_STACK_NONE this dereferences uninitialized stack memory: Oops: general protection fault, probably for non-canonical address ... KASAN: maybe wild-memory-access in range [...] RIP: 0010:string (lib/vsprintf.c:730) vsnprintf (lib/vsprintf.c:2945) _printk (kernel/printk/printk.c:2504) nh_res_bucket_migrate (net/ipv4/nexthop.c:1816) nh_res_table_upkeep (net/ipv4/nexthop.c:1866) rtm_new_nexthop (net/ipv4/nexthop.c:3323) rtnetlink_rcv_msg (net/core/rtnetlink.c:7076) netlink_sendmsg (net/netlink/af_netlink.c:1900) Kernel panic - not syncing: Fatal exception Zero-initialize extack so _msg is NULL on error paths that never set it.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7c37c7e00411b3d1e0c5292368317aca69d1f324, < c0936c131a71657afc635d0db2ab096d15d473e1; >= 7c37c7e00411b3d1e0c5292368317aca69d1f324, < 3081702ea5aca0aeed9c1ade8eadf6cde8db6b7d; >= 7c37c7e00411b3d1e0c5292368317aca69d1f324, < d536bf205c71f700f6de2086038c3e1d77724715; >= 7c37c7e00411b3d1e0c5292368317aca69d1f324, < 18506d7263768d76ac8e057ba55a4d9da50aad66; >= 7c37c7e00411b3d1e0c5292368317aca69d1f324, < 6347c5314cee49f364aaf2e40ff15415a57a116e |
| Linux | Linux | 5.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64576?
How severe is CVE-2026-64576?
How do I fix CVE-2026-64576?
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-64570In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64571In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64572In the Linux kernel, the following vulnerability has been re…
- 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-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-64579In the Linux kernel, the following vulnerability has been re…
- 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
Are you affected by CVE-2026-64576?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
