CVE-2026-68170: mptcp: fix stale skb->sk reference on subflow close

Published Aug 10, 2026
·
Updated

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

mptcp: fix stale skb->sk reference on subflow close

The backlog list is updated by mptcpdataready() under mptcpdatalock(). The cleanup of backlog references to a closing subflow, however, was performed in mptcpclosessk(), before mptcpclosessk() acquires the ssk lock, and while holding neither the ssk lock nor mptcpdatalock().

Because that traversal ran without mptcpdatalock(), concurrent softirq RX processing on another CPU (subflowdataready() -> mptcpdataready() -> mptcpaddbacklog(), under mptcpdatalock()) could add a backlog entry referencing the ssk while the cleanup loop was in progress. Such an entry could be missed by the cleanup, or the concurrent list update could corrupt the traversal, leaving skb->sk pointing at the ssk after it is freed.

A later mptcpbacklogpurge() then dereferences the stale pointer, triggering a warning in inetsockdestruct() (ssk->skrmemalloc != 0) followed by a use-after-free in mptcpbacklogpurge().

Fix this by moving the backlog cleanup into mptcpclosessk(), after subflow->closing is set to 1 and while the ssk lock is still held, serialized under mptcpdatalock(). The cleanup runs only on the push path (MPTCPCFPUSH), where backlog references accumulate; on other teardown paths the caller already handles cleanup.

With subflow->closing set and mptcpdatalock() held across the purge, any concurrent mptcpdataready() either completes its enqueue before the purge runs and is caught, or observes closing=1 and bails out. Once mptcpdataunlock() is reached, no new skb referencing the ssk can be enqueued, so the cleanup is exhaustive.

Remove the unprotected traversal from mptcpclosessk() entirely.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Update the Linux kernel MPTCP code to remove the unprotected backlog traversal from mptcp_close_ssk(), and instead move backlog cleanup into __mptcp_close_ssk() so that the backlog purge is executed only on the MPTCP_CF_PUSH path with subflow->closing set and while holding mptcp_data_lock() (across the purge), preventing stale skb->sk dereference/use-after-free in mptcp_backlog_purge().

    Linux kernel MPTCP mptcp_close_ssk backlog cleanup traversal under locking = Move backlog cleanup into __mptcp_close_ssk() and remove unprotected traversal from mptcp_close_ssk entirely; ensure backlog purge runs with mptcp_data_lock() held across the purge after setting subflow->closing and with the ssk lock held

Event History

Aug 10, 2026
CVE Published
via MITRE·11:59 AM
Data Sourced
via MITRE·11:59 AM
Description
Data Sourced
via NVD·01:20 PM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-68170?

CVE-2026-68170 has a risk score of 57.

2

What type of vulnerability is CVE-2026-68170?

CVE-2026-68170 is classified as a Use After Free vulnerability.

3

How does CVE-2026-68170 affect the Linux kernel?

CVE-2026-68170 causes a stale skb->sk reference during subflow closure in the Linux kernel.

4

How do I fix CVE-2026-68170?

To fix CVE-2026-68170, update your Linux kernel to the latest available version that addresses this vulnerability.

5

When was CVE-2026-68170 published?

CVE-2026-68170 was published on August 10, 2026.

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