CVE-2026-74523

Source
https://cve.org/CVERecord?id=CVE-2026-74523
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74523.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74523
Downstream
Published
2026-08-15T12:27:40.575Z
Modified
2026-08-18T03:56:50.651543418Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
qede: sync udp_tunnel ports outside qede_lock in the recovery path
Details

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

qede: sync udptunnel ports outside qedelock in the recovery path

A TX timeout on a qede NIC that has VXLAN/GENEVE tunnel ports configured wedges the rtnetlink control plane of the whole machine:

NETDEV WATCHDOG: ens6f1 (qede): transmit queue 2 timed out 10226 ms [qedetxtimeout:586(ens6f1)]TX timeout on queue 2! [qederecoveryhandler:2665(ens6f0)]Starting a recovery process

The recovery path deadlocks on the driver's own mutex:

qedesptask rtnllock() mutexlock(&edev->qedelock) <- taken qederecoveryhandler qedeload udptunnelnicresetntf __udptunnelnicdevicesync info->synctable == qedeudptunnelsync mutexlock(&edev->qedelock) <- same task: deadlock

The mutex is not recursive, so the kworker blocks on itself with rtnllock held, and neither lock is ever released. Every task that calls rtnllock() afterwards (ip, ovs-vswitchd, lldpad, IPv6 addrconf, sshd) blocks forever while the node still answers ping. In a vmcore from an affected production node rtnlmutex.owner decodes to the very kworker blocked at the innermost mutexlock() above.

Re-sync the tunnel ports from qedesptask() after the internal lock is dropped, still under rtnllock as the udptunnel API requires. This mirrors qedeopen(), which calls udptunnelnicreset_ntf() under rtnl without the internal lock.

qederecoveryhandler() now returns whether it has successfully reloaded an open device, and the caller re-syncs the ports only in that case. This keeps the old gating exactly: a device that was down or a failed recovery returns false, as those paths never reached the udptunnelnicresetntf() call before either.

This was the only user of the qedelock()/qedeunlock() helpers, so remove them.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74523.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
8cd160a29415f1789d473b1dc07fcc9d02a02b87
Fixed
e382a4efeeae6555b95d9ff336cf3094ee7d336b
Fixed
4626df3f63c9185efba5750fe76ac01ab3351bae
Fixed
e51becb8f3377a377171ed5bf0082b96e22e6292
Fixed
6f1ef8170d3d8ad9319aa01347945dcdf5cc4f27
Fixed
451c9075d6c53f2438d110addbeeeea6fac18567

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74523.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.9.0
Fixed
6.6.151
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.103
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.44
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.8

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74523.json"