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.
References
Configurations
Configuration 1 (hide)
|
History
24 Jun 2026, 17:23
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux linux Kernel
Linux |
|
| CWE | NVD-CWE-noinfo | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:2.6.39:-:*:*:*:*:*:* |
|
| References | () https://git.kernel.org/stable/c/024eb0bd19f507e6e7f0c7a7e5506d66b5dc1d3e - Patch | |
| References | () https://git.kernel.org/stable/c/64af43033503458c46023e56d6ae7bb0f824b55f - Patch | |
| References | () https://git.kernel.org/stable/c/8fde939b0206afc1d5846217a01a16b9bc8c7896 - Patch | |
| References | () https://git.kernel.org/stable/c/bae53b3baf2ff2f45f9205c438818fc055601a54 - Patch |
27 May 2026, 14:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-27 14:17
Updated : 2026-06-24 17:23
NVD link : CVE-2026-45917
Mitre link : CVE-2026-45917
CVE.ORG link : CVE-2026-45917
JSON object : View
Products Affected
linux
- linux_kernel
CWE
