Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-94461.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-94461
Upstream
Published
2026-08-05T08:16:37Z
Modified
2026-08-28T17:47:40.769815216Z
Summary
CVE-2026-64576 affecting package kernel for versions less than 6.6.150.1-1
Details

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

nexthop: initialize extack in nhresbucket_migrate()

nhresbucketmigrate() passes an uninitialized netlinkextack to callnexthopresbucketnotifiers(). When nhnotifierresbucketinfoinit() 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 prerrratelimited("%s\n", extack.msg). With CONFIGINITSTACK_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) nhresbucketmigrate (net/ipv4/nexthop.c:1816) nhrestableupkeep (net/ipv4/nexthop.c:1866) rtmnewnexthop (net/ipv4/nexthop.c:3323) rtnetlinkrcvmsg (net/core/rtnetlink.c:7076) netlinksendmsg (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.

References

Affected packages

Azure Linux:3 / kernel

Package

Name
kernel
Purl
pkg:rpm/azure-linux/kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
6.6.150.1-1

Database specific

source
"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-94461.json"