Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2021-47544

9.8 · CRITICAL
Published May 24, 2024 linux EPSS 0.86% (56th pctl)

Overview

CVE-2021-47544 is a critical-severity vulnerability affecting linux linux_kernel. It was published on May 24, 2024 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

tcp: fix page frag corruption on page fault

Steffen reported a TCP stream corruption for HTTP requests

served by the apache web-server using a cifs mount-point

and memory mapping the relevant file.

The root cause is quite similar to the one addressed by

commit 20eb4f29b602 ("net: fix sk_page_frag() recursion from

memory reclaim"). Here the nested access to the task page frag

is caused by a page fault on the (mmapped) user-space memory

buffer coming from the cifs file.

The page fault handler performs an smb transaction on a different

socket, inside the same process context. Since sk->sk_allaction

for such socket does not prevent the usage for the task_frag,

the nested allocation modify "under the hood" the page frag

in use by the outer sendmsg call, corrupting the stream.

The overall relevant stack trace looks like the following:

httpd 78268 [001] 3461630.850950: probe:tcp_sendmsg_locked:

ffffffff9146

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 3.7, < 5.10.84 Affected

Frequently Asked Questions

What is CVE-2021-47544?

CVE-2021-47544 is a critical-severity vulnerability affecting linux linux_kernel. It was published on May 24, 2024 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2021-47544?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2021-47544?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2021-47544?

CyberStrike's AI-powered security agents can automatically detect CVE-2021-47544 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.