You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve 2026 46137
About this tag
CVE-2026-46137 is a Linux kernel vulnerability in the Multipath TCP path-manager, involving a race condition in the ADD_ADDR retransmission timer. The fix involves taking the socket lock in softirq context and retrying when user context owns the socket. While the advisory appears minor, the tag content emphasizes that Windows administrators should inventory Linux components in their environments, such as WSL, containers, appliances, edge gateways, and vendor-managed virtual machines, as these inherit Linux networking risks. The key takeaway is not panic but proactive inventory management to understand exposure to vulnerabilities like CVE-2026-46137.
CVE-2026-46137 was published by NVD on May 28, 2026, for a Linux kernel Multipath TCP path-manager race in the ADD_ADDR retransmission timer, fixed upstream by taking the socket lock in softirq context and retrying shortly when user context owns the socket. The terse advisory makes it look like...