CVE-2026-46165: openvswitch: vport: fix self-deadlock on release of tunnel ports

Published May 28, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

openvswitch: vport: fix self-deadlock on release of tunnel ports

vports are used concurrently and protected by RCU, so netdevput() must happen after the RCU grace period. So, either in an RCU call or after the synchronizenet(). The rtnldeletelink() must happen under RTNL and so can't be executed in RCU context. Calling synchronizenet() while holding RTNL is not a good idea for performance and system stability under load in general, so calling netdevput() in RCU call is the right solution here.

However, when the device is deleted, rtnlunlock() will call netdevruntodo() and block until all the references are gone. In the current code this means that we never reach the callrcu() and the vport is never freed and the reference is never released, causing a self-deadlock on device removal.

Fix that by moving the rcucall() before the rtnlunlock(), so the scheduled RCU callback will be executed when synchronizenet() is called from the rtnlunlock()->netdevruntodo() while the RTNL itself is already released.

Affected Software

13 affected componentsFixes available
Linux Linux kernel
Linux Linux kernel>=6.1.168<6.1.175
Linux Linux kernel>=6.6.131<6.6.140
Linux Linux kernel>=6.12.80<6.12.88
Linux Linux kernel>=6.18.21<6.18.30
Linux Linux kernel>=6.19.11<7.0
Linux Linux kernel>=7.0.1<7.0.7
Linux Linux kernel=7.0
Linux Linux kernel=7.0-rc6
Linux Linux kernel=7.0-rc7
Linux Linux kernel=7.1-rc1
Linux Linux kernel=7.1-rc2
Microsoft azl3 kernel 6.6.139.1-1<6.6.141.1-1
6.6.141.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.141.1-1

Event History

May 28, 2026
CVE Published
via MITRE·09:36 AM
Data Sourced
via MITRE·09:36 AM
Description
Data Sourced
via NVD·10:16 AM
RemedyDescriptionSeverityWeaknessAffected Software
May 29, 2026
Data Sourced
via Microsoft·08:04 AM
DescriptionSeverityWeakness
Data Sourced
via Microsoft·08:04 AM
Affected Software
Updated
via Microsoft·08:04 AM
DescriptionSeverity

Frequently Asked Questions

1

What is the severity of CVE-2026-46165?

CVE-2026-46165 has a risk score of 23, indicating a significant vulnerability in the Linux kernel.

2

How do I fix CVE-2026-46165?

To mitigate CVE-2026-46165, ensure that the latest updates and patches for the Linux kernel are applied promptly.

3

What systems are affected by CVE-2026-46165?

CVE-2026-46165 affects systems running the Open vSwitch feature in the Linux kernel.

4

What impact does CVE-2026-46165 have on system performance?

CVE-2026-46165 can lead to self-deadlock issues on the release of tunnel ports, potentially degrading network performance.

5

Is CVE-2026-46165 publicly disclosed?

Yes, CVE-2026-46165 was publicly disclosed on May 28, 2026.

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