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

7.3 · HIGH
Published Feb 27, 2024 linux CWE-476 EPSS 0.23% (14th pctl)

Overview

CVE-2021-46912 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 27, 2024 and has a CVSS 3.1 base score of 7.3 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.3, 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:

net: Make tcp_allowed_congestion_control readonly in non-init netns

Currently, tcp_allowed_congestion_control is global and writable;

writing to it in any net namespace will leak into all other net

namespaces.

tcp_available_congestion_control and tcp_allowed_congestion_control are

the only sysctls in ipv4_net_table (the per-netns sysctl table) with a

NULL data pointer; their handlers (proc_tcp_available_congestion_control

and proc_allowed_congestion_control) have no other way of referencing a

struct net. Thus, they operate globally.

Because ipv4_net_table does not use designated initializers, there is no

easy way to fix up this one "bad" table entry. However, the data pointer

updating logic shouldn't be applied to NULL pointers anyway, so we

instead force these entries to be read-only.

These sysctls used to exist in ipv4_table (init-net only), but they were

moved to the per-net ipv4_net_table, presumably without r

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.7.0, < 5.10.32 Affected

Frequently Asked Questions

What is CVE-2021-46912?

CVE-2021-46912 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 27, 2024 and has a CVSS 3.1 base score of 7.3 (HIGH).

How severe is CVE-2021-46912?

This vulnerability has a CVSS 3.1 base score of 7.3, 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-46912?

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

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