Security readout for executives and security teams
Plain-English summary
CVE-2022-50070 is a Linux kernel MPTCP race condition. During socket close, retransmission could target a subflow that was already closed, triggering a kernel warning. The supplied sources do not provide CVSS, confirmed impact beyond the warning, or evidence of exploitation.
Executive priority
Track as a kernel reliability risk with incomplete severity data. Prioritize remediation through normal kernel maintenance, escalating for internet-facing or high-availability systems using MPTCP.
Technical view
The MPTCP packet scheduler checked subflow state before taking the subflow socket lock. A concurrent mptcp_close() could close the subflow before retransmission, causing data to be queued on a closed socket. The kernel fix rechecks socket status under lock and adds a missing fallback-to-TCP check.
Likely exposure
Exposure is limited to Linux systems running affected kernel builds with MPTCP code reachable. The source metadata lists Linux kernel versions including 5.10, 5.15.190, 5.19.4, and 6.0, but distribution backports may change practical exposure.
Exploitation context
The source bundle cites a syzbot-reported kernel warning and marks KEV as false. No supplied source confirms active exploitation, exploit availability, privilege requirements, or a remote attack path.
Researcher notes
Evidence supports a concurrency bug in MPTCP close and retransmit handling. The public record does not establish confidentiality, integrity, or code-execution impact. Validation should focus on kernel lineage, MPTCP enablement, and whether vendor patches include the cited locking fix.
Mitigation direction
Check vendor kernel advisories for CVE-2022-50070 applicability.
Update to a kernel containing the referenced stable fixes.
Confirm distribution backports rather than relying only on upstream version numbers.
If MPTCP is unused, review vendor guidance on disabling or limiting it.
Validation and detection
Inventory Linux kernel versions across servers and appliances.
Identify systems where MPTCP is enabled or exposed.
Compare installed kernels against vendor advisories and stable commit references.
Review kernel logs for related MPTCP or inet_sock_destruct warnings.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-50070 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
4Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Jun 18, 2025, 11:02 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.