CVE-2026-72109

HIGHCVSS 7.8/10EPSS 0.21%

Last modified

CVE-2026-72109 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.. EPSS estimates a 0.21% chance of exploitation in the next 30 days.

Description

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.

Metrics

CVSS 3.1
7.8/10

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS Probability
0.21%

10.9th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= d6fce5141929697a27f029c633433d487f6f62cb, < fbc65b17508ed5464b7106e7fa5f15251ca1b603; >= d6fce5141929697a27f029c633433d487f6f62cb, < e5afc6d3fabdf1f605d63c4b34a3df6c359e81f3; >= d6fce5141929697a27f029c633433d487f6f62cb, < cf419c869e0d03aad4b6f4ecf0a813851930dfe7; >= d6fce5141929697a27f029c633433d487f6f62cb, < d6084c47389fd6978a5d66b0d58206a548c792a9; >= d6fce5141929697a27f029c633433d487f6f62cb, < 8a3c44a003176282ee4306b7c96e5a536c6f0707; >= d6fce5141929697a27f029c633433d487f6f62cb, < 17f113e7b622dc850992ade540181717de6a8561; >= d6fce5141929697a27f029c633433d487f6f62cb, < 483be61b4a9a6df3b7cb277e8f189e082dee4cb8
LinuxLinux5.14

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is 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() 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.
How severe is CVE-2026-72109?
CVE-2026-72109 has a CVSS score of 7.8/10 (HIGH severity). The EPSS model estimates a 0.21% probability of exploitation in the next 30 days.
How do I fix CVE-2026-72109?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-72109?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST