Description
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.
Published: 2026-05-27
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In Linux kernels that implement the IP Virtual Server (IPVS) subsystem, a race condition exists between the network device notifier ip_vs_dst_event() and the code that caches destination routes when a network device is shut down. The race can allow a valid route to be returned from the routing stack after the notifier has released its reference to the now‑down device. The kernel may then keep a stale reference to the device in the IPVS destination structure, which could lead to instability or a crash if the reference is accessed later. This vulnerability is a classic resource‑leak race condition (CWE‑362).

Affected Systems

All Linux kernel builds that include the IPVS facility are affected. No specific kernel version boundaries were enumerated in the CNA data; the patch that introduces a netif_running() check appears in the mainline after the referenced commits.

Risk and Exploitability

The CVE does not provide an EPSS score and is not listed in CISA's KEV catalog, suggesting no known public exploitation. The vulnerability requires control over network device shutdown timing and IPVS route updates, which generally needs elevated privileges. While the likelihood of successful exploitation is uncertain, the potential impact on system stability warrants prompt remediation.

Generated by OpenCVE AI on May 27, 2026 at 20:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that contains the commit series adding the netif_running() check in the IPVS event handler.
  • After performing the kernel upgrade, verify that the kernel has been reloaded and that no stale IPVS destination entries remain; reinitialize IPVS with the updated kernel.
  • Monitor kernel logs for any IPVS destination or device drop events following the upgrade; if such events persist, consider limiting IPVS route caching or disabling automatic route updates until the fix is confirmed active.

Generated by OpenCVE AI on May 27, 2026 at 20:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 28 May 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-367
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Wed, 27 May 2026 21:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-399

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description 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.
Title ipvs: do not keep dest_dst if dev is going down
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-27T12:17:33.337Z

Reserved: 2026-05-13T15:03:33.085Z

Link: CVE-2026-45917

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-27T14:17:06.587

Modified: 2026-05-27T14:48:03.013

Link: CVE-2026-45917

cve-icon Redhat

Severity : Low

Publid Date: 2026-05-27T00:00:00Z

Links: CVE-2026-45917 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-27T20:45:25Z

Weaknesses