CVE-2026-45917
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
27/05/2026
Last modified:
24/06/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ipvs: do not keep dest_dst if dev is going down<br />
<br />
There is race between the netdev notifier ip_vs_dst_event()<br />
and the code that caches dst with dev that is going down.<br />
As the FIB can be notified for the closed device after our<br />
handler finishes, it is possible valid route to be returned<br />
and cached resuling in a leaked dev reference until the dest<br />
is not removed.<br />
<br />
To prevent new dest_dst to be attached to dest just after the<br />
handler dropped the old one, add a netif_running() check<br />
to make sure the notifier handler is not currently running<br />
for device that is closing.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 2.6.39.1 (including) | 6.12.75 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.14 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.4 (excluding) |
| cpe:2.3:o:linux:linux_kernel:2.6.39:-:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



