CVE-2026-97566: mptcp: pm: kernel: drop pending ADD_ADDR when removing ID0

Published Sep 25, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

mptcp: pm: kernel: drop pending ADDADDR when removing ID0

The in-kernel MPTCP path manager can leave a stale ADDADDR announcement entry alive when removing the id 0 endpoint. This happens because the id 0 removal path does not tear down pending announcements, unlike the non-zero id path.

When the PM later reselects id 0 after adding another signal endpoint, it finds the stale annolist entry and hits WARNONONCE(mptcppmiskernel()) in mptcppmannouncedalloc().

Root cause: asymmetry between removal paths. - Non-zero id path: mptcpnlremovesubflowandsignaladdr() calls mptcppmremoveannounced() to clean up. - Id 0 path: mptcpnlremoveidzeroaddress() skips cleanup entirely.

Fix by making the id 0 path symmetric: call mptcppmannouncedremove() and decrement addaddrsignaled before queuing the RMADDR.

Subtle detail: signal endpoints are stored in annolist with port 0, but msklocal carries the connection's local port. In other words, entries linked to ID0 paths should have port == 0. A follow-up patch will ensure that. mptcppmannouncedremove() uses useport=true for comparison. So clear the port before the lookup.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Make the MPTCP ID 0 endpoint removal path symmetric with the non-zero path by calling mptcp_pm_announced_remove() to clean up pending ADD_ADDR announcements; clear the port before lookup and decrement add_addr_signaled before queuing RM_ADDR.

Event History

Sep 25, 2026
CVE Published
via MITRE·10:21 AM
Data Sourced
via MITRE·10:21 AM
Description
Data Sourced
via NVD·11:17 AM
Description

Frequently Asked Questions

1

Which deployments are exposed to the warning condition?

Systems using the in-kernel MPTCP path manager can reach it when the ID 0 endpoint is removed and another signal endpoint is subsequently added, causing ID 0 to be selected again.

2

How can an administrator tell that this condition has occurred?

The kernel can trigger WARN_ON_ONCE(mptcp_pm_is_kernel()) in mptcp_pm_announced_alloc() when it encounters the stale announcement entry.

3

What does the fix need to do?

The ID 0 removal path must remove pending announcements and decrement add_addr_signaled before queuing RM_ADDR, matching the cleanup performed for non-zero endpoint IDs.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203