PT-2026-43784 · Linux · Linux

Published

2026-05-27

·

Updated

2026-05-27

·

CVE-2026-45917

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
ipvs: do not keep dest dst if dev is going down
There is race between the netdev notifier ip vs dst event() and the code that caches dst with dev that is going down. As the FIB can be notified for the closed device after our handler finishes, it is possible valid route to be returned and cached resuling in a leaked dev reference until the dest is not removed.
To prevent new dest dst to be attached to dest just after the handler dropped the old one, add a netif running() check to make sure the notifier handler is not currently running for device that is closing.

Related Identifiers

CVE-2026-45917

Affected Products

Linux