VYPR
High severity7.8NVD Advisory· Published Mar 25, 2024· Updated Aug 4, 2026

CVE-2021-47152

CVE-2021-47152

Description

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

mptcp: fix data stream corruption

Maxim reported several issues when forcing a TCP transparent proxy to use the MPTCP protocol for the inbound connections. He also provided a clean reproducer.

The problem boils down to 'mptcp_frag_can_collapse_to()' assuming that only MPTCP will use the given page_frag.

If others - e.g. the plain TCP protocol - allocate page fragments, we can end-up re-using already allocated memory for mptcp_data_frag.

Fix the issue ensuring that the to-be-expanded data fragment is located at the current page frag end.

v1 -> v2: - added missing fixes tag (Mat)

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

6
  • Linux/Kernel6 versions
    cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*+ 5 more
    • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*range: >=5.7,<5.10.42
    • cpe:2.3:o:linux:linux_kernel:5.13:rc1:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:5.13:rc2:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:5.13:rc3:*:*:*:*:*:*
    • (no CPE)
    • (no CPE)range: 5.7

Patches

Vulnerability mechanics

References

3

News mentions

0

No linked articles in our index yet.