3 matches found
EUVD-2026-64351
In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reallocate update replies for mismatched IDs ovsflowcmdnew preallocates the optional reply skb before it takes ovsmutex and before it knows which existing flow will be updated. That is normally fine because the...
CVE-2026-74664
This vulnerability affects the Linux kernel's Open vSwitch (OVS) netlink flow command handling. The root cause is in ovs_flow_cmd_new(), which preallocates the reply skb sized from the request flow identifier. When a flow update request uses a UFID that misses the UFID lookup and falls back to th...
CVE-2026-43481 net-shapers: don't free reply skb after genlmsg_reply()
In the Linux kernel, the following vulnerability has been resolved: net-shapers: don't free reply skb after genlmsgreply genlmsgreply hands the reply skb to netlink, and netlinkunicast consumes it on all return paths, whether the skb is queued successfully or freed on an error path...