← Vulnerability feed

Vulnerability record · CVE-2019-2215 · published 11 October 2019

CVE-2019-2215: Android Binder use-after-free allows kernel privilege escalation

Google · Android

CVE-2019-2215 is a use-after-free in binder.c in the Android/Linux kernel that lets a local application escalate privileges to the kernel. It matters because the kernel is the trust boundary on Android and affected Linux distributions, so a successful exploit breaks application isolation entirely. The record does not specify affected kernel or Android version ranges beyond the vendor advisories.

7.8 CVSS 3.1 High CISA KEV since 3 Nov 2021 EPSS 72% · top 0.6% CWE-416 · Use after free
7.8CVSS 3.1 base score, v2 4.6
72%EPSS exploitation probability, 30 days
YesIn CISA KEV, fix deadline passed
77Affected product versions listed by NVD
23References, 4 tagged exploit
17 Jun 2026Last modified by NVD

Description

A use-after-free in binder.c allows an elevation of privilege from an application to the Linux Kernel. No user interaction is required to exploit this vulnerability, however exploitation does require either the installation of a malicious local application or a separate vulnerability in a network facing application.Product: AndroidAndroid ID: A-141720095

CVSS:3.1/AV:L/AC:L/PR:L/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: high.

high priorityPublic exploit code, KEV listing and a very high EPSS score make this actively dangerous, though exploitation requires local access or a chained network flaw rather than being remotely reachable on its own.

What it is

CVE-2019-2215 is a use-after-free in binder.c in the Android/Linux kernel that lets a local application escalate privileges to the kernel. It matters because the kernel is the trust boundary on Android and affected Linux distributions, so a successful exploit breaks application isolation entirely. The record does not specify affected kernel or Android version ranges beyond the vendor advisories.

Impact

An attacker gains kernel-level code execution from an unprivileged local application, which typically means full control of the device or host. Confidentiality, integrity and availability are all rated high in the CVSS vector.

Attack surface

Reached locally through the Binder driver; the CVSS vector is AV:L/PR:L/UI:N, so the attacker needs local access with low privileges and no user interaction. Per the description, delivery requires either installing a malicious local application or chaining a separate network-facing vulnerability.

Exploitation

It is listed in CISA KEV (added 2021-11-03) and has an EPSS 30-day probability of 0.721 (99.4th percentile), and multiple references are tagged Exploit, indicating public exploit code exists. No ransomware campaign use is documented.

What to do

  • Apply the Android security bulletin and vendor kernel updates for the affected Binder code first; prioritize Android devices and any Linux hosts running the affected kernel.
  • Track and enforce the CISA KEV remediation due date of 2022-05-03 for any still-unpatched assets.
  • Restrict installation of untrusted applications and enforce app-store or allowlist controls to reduce the local delivery path.
  • Patch network-facing services that could be chained to deliver the local exploit, since the description notes that route.
  • For NetApp and Huawei products listed, apply the respective vendor advisories rather than assuming the Android fix covers them.

Detection

  • Monitor for unexpected privilege transitions or kernel crashes/panics originating from Binder ioctl activity on Android or Linux endpoints.
  • Hunt for known public exploit artifacts or PoC binaries associated with the Binder use-after-free on managed devices.
  • Alert on installation or execution of sideloaded or untrusted applications on Android devices in managed fleets.
  • Correlate endpoint telemetry for local privilege escalation attempts against kernel processes with subsequent suspicious kernel-level activity.

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-2019-2215 to the Known Exploited Vulnerabilities catalog on 3 November 2021 as "Android Kernel Use-After-Free Vulnerability". Required action: Apply updates per vendor instructions. Federal deadline 3 May 2022.

Affected products

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

References

LinkTags
http://packetstormsecurity.com/files/154911/Android-Binder-Use-After-Free.html ExploitThird Party AdvisoryVDB Entry
http://packetstormsecurity.com/files/155212/Slackware-Security-Advisory-Slackware-14.2-kernel-Updates.html PatchThird Party AdvisoryVDB Entry
http://packetstormsecurity.com/files/156495/Android-Binder-Use-After-Free.html ExploitThird Party AdvisoryVDB Entry
http://seclists.org/fulldisclosure/2019/Oct/38 Mailing ListThird Party Advisory
http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20191030-01-binder-en Third Party Advisory
https://lists.debian.org/debian-lts-announce/2020/01/msg00013.html Mailing ListThird Party Advisory
https://lists.debian.org/debian-lts-announce/2020/03/msg00001.html Mailing ListThird Party Advisory
https://seclists.org/bugtraq/2019/Nov/11 Mailing ListPatchThird Party Advisory
https://security.netapp.com/advisory/ntap-20191031-0005/ Third Party Advisory
https://source.android.com/security/bulletin/2019-10-01 Vendor Advisory
https://usn.ubuntu.com/4186-1/ Third Party Advisory
http://packetstormsecurity.com/files/154911/Android-Binder-Use-After-Free.html ExploitThird Party AdvisoryVDB Entry
http://packetstormsecurity.com/files/155212/Slackware-Security-Advisory-Slackware-14.2-kernel-Updates.html PatchThird Party AdvisoryVDB Entry
http://packetstormsecurity.com/files/156495/Android-Binder-Use-After-Free.html ExploitThird Party AdvisoryVDB Entry
http://seclists.org/fulldisclosure/2019/Oct/38 Mailing ListThird Party Advisory
http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20191030-01-binder-en Third Party Advisory
https://lists.debian.org/debian-lts-announce/2020/01/msg00013.html Mailing ListThird Party Advisory
https://lists.debian.org/debian-lts-announce/2020/03/msg00001.html Mailing ListThird Party Advisory
https://seclists.org/bugtraq/2019/Nov/11 Mailing ListPatchThird Party Advisory
https://security.netapp.com/advisory/ntap-20191031-0005/ Third Party Advisory
https://source.android.com/security/bulletin/2019-10-01 Vendor Advisory
https://usn.ubuntu.com/4186-1/ Third Party Advisory
https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2019-2215 US Government Resource

Track CVE-2019-2215 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-2019-2215), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.