CVE-2026-74465

Source
https://cve.org/CVERecord?id=CVE-2026-74465
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74465.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74465
Downstream
Published
2026-08-15T12:27:04.403Z
Modified
2026-08-18T03:56:49.053457811Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
net: openvswitch: fix potential UAF on meter attach failure
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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74465.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
c7c4c44c9a95d87e50ced38f7480e779cb472174
Fixed
0310d1fa7f9debd0d89629e9f14c7975a47eaa9a
Fixed
4d03e5fa3fbb1df15258a1eb3d6963f0d65659b3
Fixed
90623c9499627803ef3f04fa25a3199402d4fb95
Fixed
431a295d93f76fbdb6a7cfce92a9e3dfee1e5d61
Fixed
a58a2b0ce354df531ebc71fc870058c2feb59f6b

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74465.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.8.0
Fixed
6.6.151
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.103
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.44
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.8

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74465.json"