UNKNOWN NVD
CVE-2026-72109
In the Linux kernel, the following vulnerability has been resolved: net: sparx5: unregister blocking notifier on init failure sparx5_register_notifier_blocks(
In the Linux kernel, the following vulnerability has been resolved:
net: sparx5: unregister blocking notifier on init failure
sparx5_register_notifier_blocks() registers the switchdev blocking
notifier before allocating the ordered workqueue. If the workqueue
allocation fails, the error path unregisters the switchdev and netdevice
notifiers, but leaves the blocking notifier registered.
Add a separate error label for the workqueue allocation failure path and
unregister the switchdev blocking notifier there.
References
- https://git.kernel.org/stable/c/17f113e7b622dc850992ade540181717de6a8561
- https://git.kernel.org/stable/c/483be61b4a9a6df3b7cb277e8f189e082dee4cb8
- https://git.kernel.org/stable/c/8a3c44a003176282ee4306b7c96e5a536c6f0707
- https://git.kernel.org/stable/c/cf419c869e0d03aad4b6f4ecf0a813851930dfe7
- https://git.kernel.org/stable/c/d6084c47389fd6978a5d66b0d58206a548c792a9
This unknown severity vulnerability was published on 2026-08-15 via NVD.
vulnfeed aggregates 11655 vulnerabilities from NVD, CISA KEV,
Ubuntu, Debian, Red Hat, Kubernetes, Exploit-DB, OSS-Security, GitHub and OpenStack — updated every 4 hours.