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

8.6 · HIGH
Published Mar 25, 2024 linux CWE-908 EPSS 0.54% (43th pctl)

Overview

CVE-2021-47136 is a high-severity vulnerability affecting linux linux_kernel. It was published on March 25, 2024 and has a CVSS 3.1 base score of 8.6 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.6, rated HIGH. 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:

net: zero-initialize tc skb extension on allocation

Function skb_ext_add() doesn't initialize created skb extension with any

value and leaves it up to the user. However, since extension of type

TC_SKB_EXT originally contained only single value tc_skb_ext->chain its

users used to just assign the chain value without setting whole extension

memory to zero first. This assumption changed when TC_SKB_EXT extension was

extended with additional fields but not all users were updated to

initialize the new fields which leads to use of uninitialized memory

afterwards. UBSAN log:

[ 778.299821] UBSAN: invalid-load in net/openvswitch/flow.c:899:28

[ 778.301495] load of value 107 is not a valid value for type '_Bool'

[ 778.303215] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.12.0-rc7+ #2

[ 778.304933] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-0-gf21b5a4aeb02-prebuilt.qemu.org 04/01/2014

[ 778.307901] C

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.9, < 5.10.42 Affected

Frequently Asked Questions

What is CVE-2021-47136?

CVE-2021-47136 is a high-severity vulnerability affecting linux linux_kernel. It was published on March 25, 2024 and has a CVSS 3.1 base score of 8.6 (HIGH).

How severe is CVE-2021-47136?

This vulnerability has a CVSS 3.1 base score of 8.6, rated HIGH. 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-47136?

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

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