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

7.8 · HIGH
Published May 21, 2024 linux CWE-416 EPSS 0.23% (14th pctl)

Overview

CVE-2021-47394 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 21, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

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

netfilter: nf_tables: unlink table before deleting it

syzbot reports following UAF:

BUG: KASAN: use-after-free in memcmp+0x18f/0x1c0 lib/string.c:955

nla_strcmp+0xf2/0x130 lib/nlattr.c:836

nft_table_lookup.part.0+0x1a2/0x460 net/netfilter/nf_tables_api.c:570

nft_table_lookup net/netfilter/nf_tables_api.c:4064 [inline]

nf_tables_getset+0x1b3/0x860 net/netfilter/nf_tables_api.c:4064

nfnetlink_rcv_msg+0x659/0x13f0 net/netfilter/nfnetlink.c:285

netlink_rcv_skb+0x153/0x420 net/netlink/af_netlink.c:2504

Problem is that all get operations are lockless, so the commit_mutex

held by nft_rcv_nl_event() isn't enough to stop a parallel GET request

from doing read-accesses to the table object even after synchronize_rcu().

To avoid this, unlink the table first and store the table objects in

on-stack scratch space.

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.12, < 5.14.10 Affected

Frequently Asked Questions

What is CVE-2021-47394?

CVE-2021-47394 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 21, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2021-47394?

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

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

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