CVE-2021-47370
Linux Kernel vulnerability analysis and mitigation

Overview

In the Linux kernel, a vulnerability (CVE-2021-47370) was discovered in the MPTCP (Multipath TCP) implementation. The issue stems from a signed/unsigned comparison in the expression info->size_goal - skb->len > 0, which evaluates to true when the size goal is smaller than the skb size. This results in a lack of tx cache refill, causing the skb allocated by the core TCP code to lack the required MPTCP skb extensions (Kernel Git).

Technical details

The vulnerability occurs in the MPTCP protocol implementation where a sign-related comparison issue leads to incorrect behavior. When the size_goal is smaller than the skb size, the expression info->size_goal - skb->len > 0 incorrectly evaluates to true due to signed/unsigned mismatch. This causes the tx cache to not be refilled properly, resulting in missing MPTCP extensions in the allocated skb (Kernel Git).

Impact

The vulnerability can trigger a kernel warning (WARN_ON) in the MPTCP implementation, potentially affecting system stability and network operations. The issue specifically manifests in the mptcp_sendmsg_frag function, where the incorrect handling of skb extensions can lead to system warnings (Kernel Git).

Exploitability

The vulnerability was discovered and reported by syzbot, indicating it can be triggered through specific network operations. While a proof-of-concept exists that can trigger the warning condition, no evidence of active exploitation in the wild has been reported (Kernel Git).

Mitigation and workarounds

The issue has been fixed by rewriting the relevant expression to avoid sign-related problems, noting that size_goal is always >= 0. Additionally, the fix ensures that the skb in the tx cache always carries the relevant extension. The patch has been merged into the Linux kernel (Kernel Git).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-74730CRITICAL9.8
  • Linux Kernel logoLinux Kernel
  • linux
NoYesAug 22, 2026
CVE-2026-74733HIGH7.8
  • Linux Kernel logoLinux Kernel
  • kernel-64k-debug-devel-matched
NoYesAug 22, 2026
CVE-2026-74726HIGH7.3
  • Linux Kernel logoLinux Kernel
  • kernel
NoYesAug 22, 2026
CVE-2026-74732MEDIUM5.5
  • Linux Kernel logoLinux Kernel
  • kernel-selftests-internal
NoYesAug 22, 2026
CVE-2026-74728NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-debug-modules-core
NoNoAug 22, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management