2 matches found
DEBIAN-CVE-2026-74464
In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix skb leak on flow key update failure during ct ovsctexecute always steals or frees the skb on failure while ovsflowkeyupdate does not. So, if it fails and we return right away, the skb ends up leaked. Fix tha...
5.4AI score0.00177EPSS
SaveExploits0References1
CVE-2026-74464
CVE-2026-74464 affects the Linux kernel net/openvswitch path where skb leaks can occur on flow key update failure during connection tracking. The issue stems from ovs_ct_execute() freeing the skb on failure while ovs_flow_key_update() does not; if update fails and returns early, the skb may be le...
5.3AI score0.00177EPSS
SaveExploits0References8
20