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

9.8 · CRITICAL
Published May 22, 2024 linux CWE-787 EPSS 0.48% (40th pctl)

Overview

CVE-2021-47496 is a critical-severity vulnerability affecting linux linux_kernel. It was published on May 22, 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:

net/tls: Fix flipped sign in tls_err_abort() calls

sk->sk_err appears to expect a positive value, a convention that ktls

doesn't always follow and that leads to memory corruption in other code.

For instance,

[kworker]

tls_encrypt_done(..., err=<negative error from crypto request>)

tls_err_abort(.., err)

sk->sk_err = err;

[task]

splice_from_pipe_feed

...

tls_sw_do_sendpage

if (sk->sk_err) {

ret = -sk->sk_err; // ret is positive

splice_from_pipe_feed (continued)

ret = actor(...) // ret is still positive and interpreted as bytes

// written, resulting in underflow of buf->len and

// sd->len, leading to huge buf->offset and bogus

// addresses computed in later calls to actor()

Fix all tls_err_abort() callers to pass a negative error code

consistently and centralize the e

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.17, < 5.4.157 Affected

Frequently Asked Questions

What is CVE-2021-47496?

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

How severe is CVE-2021-47496?

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

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

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