CVE-2026-74664: net: openvswitch: reallocate update replies for mismatched IDs

Published Aug 22, 2026
·
Updated

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 skb is sized from the request flow identifier. That identifier also becomes the inserted flow's identifier. For updates, however, a request with a UFID may miss the UFID lookup and then fall back to the flow key lookup. That lookup can legitimately find an existing key-identified flow. UFIDs are optional and the flow key is the primary identifier.

For echoed replies, ovsflowcmdfillinfo() writes the matched flow's identifier, not the request identifier used for the preallocation. A short request UFID can therefore leave too little room for the key identifier. The fill can then fail with -EMSGSIZE and hit the BUGON(error < 0) in the update path.

Once the update target has been resolved, reallocate the reply skb if the matched flow needs a larger reply than the request identifier allowed. Do this before replacing the actions so the request can still fail cleanly if the rare extra allocation fails.

Affected Software

2 affected componentsFixes available
Open vSwitch Linux kernel (Open vSwitch net module)
Microsoft azl3 kernel 6.6.150.1-1<6.6.152.1-1
6.6.152.1-1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 6.6.152.1-1

Event History

Aug 22, 2026
CVE Published
via MITRE·03:32 PM
Data Sourced
via MITRE·03:32 PM
Description
Data Sourced
via NVD·04:16 PM
Description
Aug 24, 2026
Data Sourced
via Microsoft·08:05 AM
DescriptionSeverityWeakness
Data Sourced
via Microsoft·08:05 AM
Affected Software
Updated
via Microsoft·08:05 AM
DescriptionSeverity

Frequently Asked Questions

1

What conditions are required to trigger the failure?

An update request must include a UFID that misses UFID-based lookup, then fall back to a flow-key lookup that finds an existing flow. The request UFID must be shorter than the identifier required for the matched flow's echoed reply, causing reply construction to fail with -EMSGSIZE.

2

What is the impact if the vulnerable update path is reached?

The update path can reach BUG_ON(error < 0) after reply filling fails, resulting in a kernel BUG. The described failure occurs while handling an Open vSwitch flow update reply.

3

Are flows without UFIDs relevant?

Yes. UFIDs are optional, while the flow key is the primary identifier. A request can fail UFID lookup and legitimately match an existing key-identified flow through fallback key lookup.

4

What does the fix change?

The fix reallocates the optional reply skb after the update target is resolved when the matched flow requires more reply space than was allocated from the request identifier. It performs this before replacing actions so an allocation failure can be handled cleanly.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203