Security readout for executives and security teams
Plain-English summary
CVE-2021-47370 is a Linux kernel MPTCP bug where certain send operations could create network buffers missing required MPTCP metadata. The public record shows syzbot triggering a kernel warning. It does not show active exploitation, data theft, privilege escalation, or a remote attacker scenario.
Executive priority
Treat this as a routine kernel maintenance issue unless your environment depends on MPTCP or vendor advisories raise severity. There is not enough public evidence here to justify emergency response, but affected kernels should be brought onto supported fixed releases.
Technical view
The flaw is in Linux kernel MPTCP transmit handling. A signed/unsigned comparison could incorrectly treat an undersized size goal as positive, skip transmit-cache refill, and allow a TCP-allocated skb without required MPTCP extensions to reach mptcp_sendmsg_frag, triggering WARN_ON(). Stable kernel commits rewrite the expression and ensure cached tx skbs carry the extension.
Likely exposure
Exposure is limited to Linux kernels containing the affected MPTCP code path. The bundle lists Linux as the product and provides fixed stable commits, but does not clearly enumerate vulnerable released versions, deployment prerequisites, or whether MPTCP must be enabled at runtime.
Exploitation context
CISA KEV status is false, and the supplied sources only describe syzbot reproduction of a WARN_ON() in a test kernel. There is no cited evidence of public weaponization, in-the-wild exploitation, required privileges, or remote exploitability.
Researcher notes
The public detail supports a correctness bug in MPTCP skb extension handling, found by syzbot. Key gaps are vulnerable version range, security impact beyond WARN_ON(), reachability requirements, and distro backport mapping. Avoid assuming denial of service or privilege impact without vendor confirmation.
Mitigation direction
Check your Linux distribution advisory for CVE-2021-47370 package status.
Update to a kernel build containing the referenced stable fixes.
Prioritize systems where MPTCP is enabled or used.
If patching is delayed, follow vendor guidance; no source-provided workaround is identified.
Validation and detection
Map installed kernel packages to vendor advisories for CVE-2021-47370.
Confirm whether deployed kernels include the referenced stable commits.
Check whether MPTCP support is enabled on relevant systems.
Review kernel logs for similar MPTCP WARN_ON() events as diagnostic signals.
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-2021-47370 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.