← Vulnerability feed

Vulnerability record · CVE-2021-0920 · published 15 December 2021

CVE-2021-0920: Android kernel AF_UNIX use-after-free race condition

Linux · Linux Kernel

A race condition in unix_scm_to_skb() in af_unix.c of the Android kernel can cause a use-after-free. The flaw is reachable locally and, per the record, requires System execution privileges to trigger, making it a privilege-escalation primitive rather than a remote attack. It matters because it affects the Android kernel and Debian's Linux kernel packages, and CISA added it to the Known Exploited Vulnerabilities catalog.

6.4 CVSS 3.1 Medium CISA KEV since 23 May 2022 EPSS 0.82% · top 44.5% CWE-362 · Race conditionCWE-416 · Use after free
6.4CVSS 3.1 base score, v2 6.9
0.82%EPSS exploitation probability, 30 days
YesIn CISA KEV, fix deadline passed
3Affected product versions listed by NVD
5References
17 Jun 2026Last modified by NVD

Description

In unix_scm_to_skb of af_unix.c, there is a possible use after free bug due to a race condition. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-196926917References: Upstream kernel

CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 17 September 2026. Confidence: medium.

high priorityThe CVSS score is only medium (6.4) and exploitation requires local System privileges, but confirmed KEV listing means real-world exploitation is known and patching should not be deferred.

What it is

A race condition in unix_scm_to_skb() in af_unix.c of the Android kernel can cause a use-after-free. The flaw is reachable locally and, per the record, requires System execution privileges to trigger, making it a privilege-escalation primitive rather than a remote attack. It matters because it affects the Android kernel and Debian's Linux kernel packages, and CISA added it to the Known Exploited Vulnerabilities catalog.

Impact

An attacker who already holds System-level execution privileges can exploit the use-after-free to escalate to higher privileges, with high impact to confidentiality, integrity and availability per the CVSS vector. No user interaction is needed.

Attack surface

The vector is local (AV:L) with high attack complexity and high privileges required (PR:H), and no user interaction (UI:N). It is reached through AF_UNIX socket handling in the kernel, so an attacker needs existing code execution at System level on the target device or host.

Exploitation

CISA added this to the KEV catalog on 2022-05-23 with a 2022-06-13 remediation due date, indicating known exploitation in the wild. EPSS is low at roughly 0.85% 30-day probability (56th percentile), and no ransomware campaign use is documented.

What to do

  • Apply the Android security bulletin 2021-11-01 update and the corresponding Linux kernel and Debian LTS fixes for the affected kernel packages.
  • Restrict and monitor local code execution paths that could grant System-level privileges on Android devices and Linux hosts.
  • Track KEV remediation deadlines and confirm patched kernel builds across Android and Debian fleets.
  • Where patching is delayed, reduce exposure by limiting untrusted local processes and enforcing least privilege on device and host accounts.

Detection

  • Monitor for kernel crashes or use-after-free reports tied to AF_UNIX socket operations in dmesg and kernel logs.
  • Hunt for privilege-escalation behavior from processes already running at System level, especially unusual AF_UNIX socket activity.
  • Correlate endpoint telemetry for local exploit attempts against kernel versions predating the November 2021 Android bulletin or equivalent Debian fixes.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Exploitation in the wild

CISA added CVE-2021-0920 to the Known Exploited Vulnerabilities catalog on 23 May 2022 as "Android Kernel Race Condition Vulnerability". Required action: Apply updates per vendor instructions. Federal deadline 13 June 2022.

Affected products

3 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2021-0920 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

10.0CVE-2025-32433Erlang/OTP SSH server missing authentication allows remote code executionErlang/OTP SSH servers before OTP-27.3.3, OTP-26.2.5.11 and OTP-25.3.2.20 mishandle SSH protocol messages, letting an unauthenticated attacker execut…KEVEPSS 99%analysed10.0CVE-2025-24201Apple WebKit out-of-bounds write allows sandbox escapeCVE-2025-24201 is an out-of-bounds write in Apple's WebKit that was addressed with improved checks. Maliciously crafted web content may break out of …KEVEPSS 3.8%analysed10.0CVE-2021-44228Apache Log4j2 JNDI lookup remote code executionApache Log4j2 versions 2.0-beta9 through 2.15.0 (excluding 2.12.2, 2.12.3, and 2.3.1) do not protect against attacker-controlled LDAP and other JNDI …KEVEPSS 100%analysed9.8CVE-2026-24061GNU Inetutils telnetd argument injection allows remote auth bypasstelnetd in GNU Inetutils through 2.7 fails to sanitize the USER environment variable, so a value such as "-f root" is passed as an argument to login …KEVEPSS 99%analysed9.8CVE-2025-39682Linux kernel TLS zero-length record handling flaw on rx_listThe Linux kernel TLS receive path mishandles zero-length records that arrive from the rx_list, breaking the assumption that a record type change cann…KEVEPSS 2.9%analysed9.8CVE-2025-24813Apache Tomcat Default Servlet path equivalence enables RCE and file disclosureApache Tomcat mishandles path equivalence for names containing an internal dot, letting a remote unauthenticated attacker write files through the Def…KEVEPSS 100%analysed9.8CVE-2024-9680Mozilla Firefox and Thunderbird use-after-free in Animation timelinesA use-after-free flaw in Animation timelines allows an attacker to execute code in the content process of Firefox and Thunderbird. Mozilla reports ex…KEVEPSS 23%analysed9.8CVE-2023-46604Apache ActiveMQ OpenWire deserialization remote code executionThe Java OpenWire protocol marshaller in Apache ActiveMQ deserializes untrusted data, letting an attacker manipulate serialized class types so the br…KEVEPSS 100%analysed

Source: NIST National Vulnerability Database (record CVE-2021-0920), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.