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

5.5 · MEDIUM
Published Feb 27, 2024 linux CWE-668 EPSS 0.23% (14th pctl)

Overview

CVE-2021-46935 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 27, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

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

binder: fix async_free_space accounting for empty parcels

In 4.13, commit 74310e06be4d ("android: binder: Move buffer out of area shared with user space")

fixed a kernel structure visibility issue. As part of that patch,

sizeof(void *) was used as the buffer size for 0-length data payloads so

the driver could detect abusive clients sending 0-length asynchronous

transactions to a server by enforcing limits on async_free_size.

Unfortunately, on the "free" side, the accounting of async_free_space

did not add the sizeof(void *) back. The result was that up to 8-bytes of

async_free_space were leaked on every async transaction of 8-bytes or

less. These small transactions are uncommon, so this accounting issue

has gone undetected for several years.

The fix is to use "buffer_size" (the allocated buffer size) instead of

"size" (the logical buffer size) when updating the async_free_space

during the free operation. These are

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.14.0, < 4.14.261 Affected

Frequently Asked Questions

What is CVE-2021-46935?

CVE-2021-46935 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 27, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2021-46935?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-46935?

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

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