CVE-2026-43468

Source
https://cve.org/CVERecord?id=CVE-2026-43468
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-43468.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-43468
Downstream
Published
2026-05-08T14:22:28.889Z
Modified
2026-07-15T01:48:52.857839110Z
Summary
net/mlx5: Fix deadlock between devlink lock and esw->wq
Details

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

net/mlx5: Fix deadlock between devlink lock and esw->wq

esw->workqueue executes eswfunctionschangedeventhandler -> eswvfschangedevent_handler and acquires the devlink lock.

.eswitchmodeset (acquires devlink lock in devlinknlpredoit) -> mlx5devlinkeswitchmodeset -> mlx5eswitchdisablelocked -> mlx5eswitcheventhandlerunregister -> flushworkqueue deadlocks when eswvfschangedevent_handler executes.

Fix that by no longer flushing the work to avoid the deadlock, and using a generation counter to keep track of work relevance. This avoids an old handler manipulating an esw that has undergone one or more mode changes: - the counter is incremented in mlx5eswitcheventhandlerunregister. - the counter is read and passed to the ephemeral mlx5hostwork struct. - the work handler takes the devlink lock and bails out if the current generation is different than the one it was scheduled to operate on. - mlx5eswitchcleanup does the final draining before destroying the wq.

No longer flushing the workqueue has the side effect of maybe no longer cancelling pending vportchangehandler work items, but that's ok since those are disabled elsewhere: - mlx5eswitchdisablelocked disables the vport eq notifier. - mlx5eswvportdisable disarms the HW EQ notification and marks vport->enabled under statelock to false to prevent pending vport handler from doing anything. - mlx5eswitch_cleanup destroys the workqueue and makes sure all events are disabled/finished.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43468.json",
    "cna_assigner": "Linux"
}
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
f1bc646c9a06f09aad5d8bacb87103b5573ee45e
Fixed
0de867f6e34eae6907b367fd152c55e61cb98608
Fixed
957d2a58f7f8ebcbdd0a85935e0d2675134b890d
Fixed
3c7313cb41b1b427078440364d2f042c276a1c0b
Fixed
4a7838bebc38374f74baaf88bf2cf8d439a92923
Fixed
90e7e5d14d0bd25ffd019a3aa39d9f1c05fedbe1
Fixed
aed763abf0e905b4b8d747d1ba9e172961572f57

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.0.0
Fixed
6.1.167
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.130
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.78
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.19
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.9

Database specific

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