Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-96339.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-96339
Upstream
Published
2026-08-15T13:17:51Z
Modified
2026-08-30T05:26:50Z
Summary
CVE-2026-74465 affecting package kernel 6.6.150.1-1
Details

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

net: openvswitch: fix potential UAF on meter attach failure

While attaching a newly created meter attach_meter() function makes the new meter visible to other CPUs but can still fail afterwards. On failure, it detaches the meter back and returns an error.

However, this is an unexpected behavior for the ovsmetercmd_set() that uses a plain kfree(meter) on attach failure without waiting for RCU readers to stop using it, assuming it was never visible.

This is never a problem for ovs-vswitchd as it always creates meters before creating any flows that use them. But the UAF can be triggered with a custom application using uAPI:

BUG: KASAN: slab-use-after-free in ovsmeterexecute (net/openvswitch/meter.c:653) Read of size 8 at addr ffff88810d152650 by task meter/2508

Call Trace: ovsmeterexecute (net/openvswitch/meter.c:653) doexecuteactions (net/openvswitch/actions.c:1407) ovsexecuteactions (net/openvswitch/actions.c:1584) ovspacketcmdexecute (net/openvswitch/datapath.c:703) ... netlinksendmsg (af_netlink.c:1900)

Allocated by task 2519: __kasankmalloc (mm/kasan/common.c:398 mm/kasan/common.c:415) ovsmetercmdset (net/openvswitch/meter.c:422) ... netlinksendmsg (afnetlink.c:1900)

Freed by task 2519: kfree (mm/slub.c:2705 mm/slub.c:6405 mm/slub.c:6720) ovsmetercmdset (net/openvswitch/meter.c:479) ... netlinksendmsg (af_netlink.c:1900)

Fix that by making sure attach_meter() doesn't make the meter visible until all the checks are done and the function can't fail anymore.

This also makes sure the "hash" value is calculated after the potential re-sizing of the table.

Reported by Trend Micro's Zero Day Initiative as ZDI-CAN-31642.

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
Last affected
6.6.150.1-1

Database specific

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