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

9.8 · CRITICAL
Published Mar 25, 2024 linux CWE-416 EPSS 0.74% (52th pctl)

Overview

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

tipc: skb_linearize the head skb when reassembling msgs

It's not a good idea to append the frag skb to a skb's frag_list if

the frag_list already has skbs from elsewhere, such as this skb was

created by pskb_copy() where the frag_list was cloned (all the skbs

in it were skb_get'ed) and shared by multiple skbs.

However, the new appended frag skb should have been only seen by the

current skb. Otherwise, it will cause use after free crashes as this

appended frag skb are seen by multiple skbs but it only got skb_get

called once.

The same thing happens with a skb updated by pskb_may_pull() with a

skb_cloned skb. Li Shuang has reported quite a few crashes caused

by this when doing testing over macvlan devices:

[] kernel BUG at net/core/skbuff.c:1970!

[] Call Trace:

[] skb_clone+0x4d/0xb0

[] macvlan_broadcast+0xd8/0x160 [macvlan]

[] macvlan_process_broadcast+0x148/0x150 [macvlan]

[] process_one_work+0x1a7

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 >= 4.3, < 4.4.271 Affected

Frequently Asked Questions

What is CVE-2021-47162?

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

How severe is CVE-2021-47162?

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

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

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