CVE-2026-64576 PUBLISHED

nexthop: initialize extack in nh_res_bucket_migrate()

Assigner: Linux
Reserved: 19.07.2026 Published: 05.08.2026 Updated: 05.08.2026

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.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 7c37c7e00411b3d1e0c5292368317aca69d1f324 to c0936c131a71657afc635d0db2ab096d15d473e1 (excl.)
  • affected from 7c37c7e00411b3d1e0c5292368317aca69d1f324 to 3081702ea5aca0aeed9c1ade8eadf6cde8db6b7d (excl.)
  • affected from 7c37c7e00411b3d1e0c5292368317aca69d1f324 to d536bf205c71f700f6de2086038c3e1d77724715 (excl.)
  • affected from 7c37c7e00411b3d1e0c5292368317aca69d1f324 to 18506d7263768d76ac8e057ba55a4d9da50aad66 (excl.)
  • affected from 7c37c7e00411b3d1e0c5292368317aca69d1f324 to 6347c5314cee49f364aaf2e40ff15415a57a116e (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 5.13 is affected
  • unaffected from 0 to 5.13 (excl.)
  • unaffected from 6.6.148 to 6.6.* (incl.)
  • unaffected from 6.12.101 to 6.12.* (incl.)
  • unaffected from 6.18.42 to 6.18.* (incl.)
  • unaffected from 7.1.6 to 7.1.* (incl.)
  • unaffected from 7.2-rc5 to * (incl.)

References