PT-2026-79669 · Linux · Linux Kernel
CVE-2026-74664
·
Published
2026-08-22
·
Updated
2026-08-27
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the openvswitch module where
ovs flow cmd new() preallocates a reply skb (socket buffer) based on the request flow identifier before acquiring the ovs mutex. During flow updates, if a request with a UFID (Unique Flow Identifier) fails the UFID lookup and falls back to a flow key lookup, it may find an existing key-identified flow. Because ovs flow cmd fill info() writes the matched flow's identifier rather than the request identifier, a short request UFID may result in insufficient space for the key identifier. This can lead to a failure with -EMSGSIZE and trigger a BUG ON(error < 0) in the update path.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel