CVE-2026-74465
Last modified
CVE-2026-74465 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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 ovs_meter_cmd_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 ovs_meter_execute (net/openvswitch/meter.c:653) Read of size 8 at addr ffff88810d152650 by task meter/2508 Call Trace: ovs_meter_execute (net/openvswitch/meter.c:653) do_execute_actions (net/openvswitch/actions.c:1407) ovs_execute_actions (net/openvswitch/actions.c:1584) ovs_packet_cmd_execute (net/openvswitch/datapath.c:703) ... netlink_sendmsg (af_netlink.c:1900) Allocated by task 2519: __kasan_kmalloc (mm/kasan/common.c:398 mm/kasan/common.c:415) ovs_meter_cmd_set (net/openvswitch/meter.c:422) ... netlink_sendmsg (af_netlink.c:1900) Freed by task 2519: kfree (mm/slub.c:2705 mm/slub.c:6405 mm/slub.c:6720) ovs_meter_cmd_set (net/openvswitch/meter.c:479) ... netlink_sendmsg (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.. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
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 ovs_meter_cmd_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 ovs_meter_execute (net/openvswitch/meter.c:653) Read of size 8 at addr ffff88810d152650 by task meter/2508 Call Trace: ovs_meter_execute (net/openvswitch/meter.c:653) do_execute_actions (net/openvswitch/actions.c:1407) ovs_execute_actions (net/openvswitch/actions.c:1584) ovs_packet_cmd_execute (net/openvswitch/datapath.c:703) ... netlink_sendmsg (af_netlink.c:1900) Allocated by task 2519: __kasan_kmalloc (mm/kasan/common.c:398 mm/kasan/common.c:415) ovs_meter_cmd_set (net/openvswitch/meter.c:422) ... netlink_sendmsg (af_netlink.c:1900) Freed by task 2519: kfree (mm/slub.c:2705 mm/slub.c:6405 mm/slub.c:6720) ovs_meter_cmd_set (net/openvswitch/meter.c:479) ... netlink_sendmsg (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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c7c4c44c9a95d87e50ced38f7480e779cb472174, < 496f3013c6ff759249abcfb2da2361c1a3e2e66d; >= c7c4c44c9a95d87e50ced38f7480e779cb472174, < ddc0ef4217cc697c6ba1a295cc1ea42423ec68ac; >= c7c4c44c9a95d87e50ced38f7480e779cb472174, < b0de3b58dac3b02b528f72ee0397728aed11f993; >= c7c4c44c9a95d87e50ced38f7480e779cb472174, < 0310d1fa7f9debd0d89629e9f14c7975a47eaa9a; >= c7c4c44c9a95d87e50ced38f7480e779cb472174, < 4d03e5fa3fbb1df15258a1eb3d6963f0d65659b3; >= c7c4c44c9a95d87e50ced38f7480e779cb472174, < 90623c9499627803ef3f04fa25a3199402d4fb95; >= c7c4c44c9a95d87e50ced38f7480e779cb472174, < 431a295d93f76fbdb6a7cfce92a9e3dfee1e5d61; >= c7c4c44c9a95d87e50ced38f7480e779cb472174, < a58a2b0ce354df531ebc71fc870058c2feb59f6b |
| Linux | Linux | 5.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74465?
How severe is CVE-2026-74465?
How do I fix CVE-2026-74465?
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-7446A vulnerability was detected in VetCoders mcp-server-semgrep…7.3
- CVE-2026-74460In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74461In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-74462In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74463In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74464In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74466In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74467In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74468In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74469In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-7447A flaw has been found in SourceCodester Pet Grooming Managem…6.3
- CVE-2026-74470In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-74465?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
