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

9.8 · CRITICAL
Published Feb 28, 2024 linux CWE-416 EPSS 0.74% (52th pctl)

Overview

CVE-2021-46999 is a critical-severity vulnerability affecting linux linux_kernel. It was published on February 28, 2024 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

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

sctp: do asoc update earlier in sctp_sf_do_dupcook_a

There's a panic that occurs in a few of envs, the call trace is as below:

[] general protection fault, ... 0x29acd70f1000a: 0000 [#1] SMP PTI

[] RIP: 0010:sctp_ulpevent_notify_peer_addr_change+0x4b/0x1fa [sctp]

[] sctp_assoc_control_transport+0x1b9/0x210 [sctp]

[] sctp_do_8_2_transport_strike.isra.16+0x15c/0x220 [sctp]

[] sctp_cmd_interpreter.isra.21+0x1231/0x1a10 [sctp]

[] sctp_do_sm+0xc3/0x2a0 [sctp]

[] sctp_generate_timeout_event+0x81/0xf0 [sctp]

This is caused by a transport use-after-free issue. When processing a

duplicate COOKIE-ECHO chunk in sctp_sf_do_dupcook_a(), both COOKIE-ACK

and SHUTDOWN chunks are allocated with the transort from the new asoc.

However, later in the sideeffect machine, the old asoc is used to send

them out and old asoc's shutdown_last_sent_to is set to the transport

that SHUTDOWN chunk attached to in sctp_cmd_setup

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 >= 4.19.123, < 4.19.191 Affected

Frequently Asked Questions

What is CVE-2021-46999?

CVE-2021-46999 is a critical-severity vulnerability affecting linux linux_kernel. It was published on February 28, 2024 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2021-46999?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. 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-46999?

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

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