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-47036

9.8 · CRITICAL
Published Feb 28, 2024 linux EPSS 0.53% (43th pctl)

Overview

CVE-2021-47036 is a critical-severity vulnerability affecting linux linux_kernel. It was published on February 28, 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:

udp: skip L4 aggregation for UDP tunnel packets

If NETIF_F_GRO_FRAGLIST or NETIF_F_GRO_UDP_FWD are enabled, and there

are UDP tunnels available in the system, udp_gro_receive() could end-up

doing L4 aggregation (either SKB_GSO_UDP_L4 or SKB_GSO_FRAGLIST) at

the outer UDP tunnel level for packets effectively carrying and UDP

tunnel header.

That could cause inner protocol corruption. If e.g. the relevant

packets carry a vxlan header, different vxlan ids will be ignored/

aggregated to the same GSO packet. Inner headers will be ignored, too,

so that e.g. TCP over vxlan push packets will be held in the GRO

engine till the next flush, etc.

Just skip the SKB_GSO_UDP_L4 and SKB_GSO_FRAGLIST code path if the

current packet could land in a UDP tunnel, and let udp_gro_receive()

do GRO via udp_sk(sk)->gro_receive.

The check implemented in this patch is broader than what is strictly

needed, as the existing UDP tunnel could be

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 >= 5.6, < 5.12.4 Affected

Frequently Asked Questions

What is CVE-2021-47036?

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

How severe is CVE-2021-47036?

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-47036?

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-47036?

CyberStrike's AI-powered security agents can automatically detect CVE-2021-47036 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.