Impact
The flaw occurs in the Linux kernel’s MPTCP module when an endpoint is removed; the kernel incorrectly marks that endpoint as still available. The description records a warning emitted during kernel execution and does not explicitly state any concrete service disruption. The weakness is identified as CWE-437 and CWE-667, indicating improper handling of data and improper resource management. Based on the description, it is inferred that this mis‑reporting may lead to subsequent network operations referencing an endpoint that no longer exists, potentially causing unpredictable packet routing or dropped traffic.
Affected Systems
All Linux kernel builds that compile the MPTCP code and have not yet incorporated the upstream fix are affected. The exposed scenario was reproduced against a 6.18.0 kernel in a QEMU virtual machine, suggesting that upstream development and distribution point releases of 6.18.x are in scope until the patch is applied. Distribution‑specific kernels that have not backported the change remain susceptible.
Risk and Exploitability
The CVSS score of 5.5 indicates medium severity. The EPSS score of less than 1% suggests a very low probability of exploitation, and the vulnerability is not listed in CISA’s KEV catalog. The warning appears in code paths associated with netlink operations used to configure MPTCP. Based on the description, it is inferred that triggering the warning requires privileged access to kernel netlink interfaces or a kernel‑level fuzzing trigger; thus the attack surface remains limited. Consequently, the overall risk is low to moderate, primarily tied to potential instability of MPTCP‑enabled traffic on affected hosts.
OpenCVE Enrichment