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

7.8 · HIGH
Published Feb 27, 2024 linux CWE-416 EPSS 0.25% (16th pctl)

Overview

CVE-2021-46936 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.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:

net: fix use-after-free in tw_timer_handler

A real world panic issue was found as follow in Linux 5.4.

BUG: unable to handle page fault for address: ffffde49a863de28

PGD 7e6fe62067 P4D 7e6fe62067 PUD 7e6fe63067 PMD f51e064067 PTE 0

RIP: 0010:tw_timer_handler+0x20/0x40

Call Trace:

<IRQ>

call_timer_fn+0x2b/0x120

run_timer_softirq+0x1ef/0x450

__do_softirq+0x10d/0x2b8

irq_exit+0xc7/0xd0

smp_apic_timer_interrupt+0x68/0x120

apic_timer_interrupt+0xf/0x20

This issue was also reported since 2017 in the thread [1],

unfortunately, the issue was still can be reproduced after fixing

DCCP.

The ipv4_mib_exit_net is called before tcp_sk_exit_batch when a net

namespace is destroyed since tcp_sk_ops is registered befrore

ipv4_mib_ops, which means tcp_sk_ops is in the front of ipv4_mib_ops

in the list of pernet_list. There will be a use-after-free on

net->mib.net_statistics in tw_ti

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.27, < 4.4.298 Affected

Frequently Asked Questions

What is CVE-2021-46936?

CVE-2021-46936 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.8 (HIGH).

How severe is CVE-2021-46936?

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

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

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