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

5.5 · MEDIUM
Published Mar 25, 2024 linux EPSS 0.24% (15th pctl)

Overview

CVE-2021-47146 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 25, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

mld: fix panic in mld_newpack()

mld_newpack() doesn't allow to allocate high order page,

only order-0 allocation is allowed.

If headroom size is too large, a kernel panic could occur in skb_put().

Test commands:

ip netns del A

ip netns del B

ip netns add A

ip netns add B

ip link add veth0 type veth peer name veth1

ip link set veth0 netns A

ip link set veth1 netns B

ip netns exec A ip link set lo up

ip netns exec A ip link set veth0 up

ip netns exec A ip -6 a a 2001:db8:0::1/64 dev veth0

ip netns exec B ip link set lo up

ip netns exec B ip link set veth1 up

ip netns exec B ip -6 a a 2001:db8:0::2/64 dev veth1

for i in {1..99}

do

let A=$i-1

ip netns exec A ip link add ip6gre$i type ip6gre \

local 2001:db8:$A::1 remote 2001:db8:$A::2 encaplimit 100

ip netns exec A ip -6 a a 2001:db8:$i::1/64 dev ip6gre$i

ip netns exec A ip lin

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

Frequently Asked Questions

What is CVE-2021-47146?

CVE-2021-47146 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 25, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2021-47146?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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

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