CVE-2026-45917
Last modified
CVE-2026-45917 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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.. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 2.6.39.1, < 6.12.75 |
| Linux | Linux Kernel | >= 6.13, < 6.18.14 |
| Linux | Linux Kernel | >= 6.19, < 6.19.4 |
| Linux | Linux Kernel | 2.6.39 |
References
Timeline
- Published
- Last Modified
- Status
- Undergoing Analysis
Frequently Asked Questions
What is CVE-2026-45917?
How severe is CVE-2026-45917?
How do I fix CVE-2026-45917?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-45911In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45912In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45913In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45914In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-45915In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45916In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-45918In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45919In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4592A security vulnerability has been detected in kalcaddle kodb…5.6
- CVE-2026-45920In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-45921In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45922In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-45917?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
