Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

DEBIAN-CVE-2026-68170

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 mptcp_data_ready() under mptcp_data_lock().
Back to all
CVE

DEBIAN-CVE-2026-68170

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 mptcp_data_ready() under mptcp_data_lock().

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 mptcpclose_ssk() entirely.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
-
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://security-tracker.debian.org/tracker/CVE-2026-68170

Severity

9.8

CVSS Score
0
10

Basic Information

Base CVSS
9.8
EPSS Probability
0%
EPSS Percentile
0%
Introduced Version
0
Fix Available
7.1.6-1

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading