Cyber Resilience

CVE-2018-9389

High

Published: 18 January 2025

Published
18 January 2025
Modified
03 February 2025
KEV Added
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0003 10.5th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2018-9389 is a high-severity Out-of-bounds Write (CWE-787) vulnerability in Google Android. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 10.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-16 (Memory Protection).

Deeper analysis

CVE-2018-9389 is a heap buffer overflow vulnerability in the ip6_append_data function of ip6_output.c. This flaw enables possible code execution and affects the Android kernel, as detailed in the Android Pixel security bulletin.

A local attacker with low privileges (PR:L) can exploit this vulnerability due to low attack complexity (AC:L) and without requiring user interaction (UI:N). No additional execution privileges are needed beyond the attacker's base access. Successful exploitation leads to local escalation of privilege, with high impacts on confidentiality, integrity, and availability (CVSS:3.1 score of 7.8; AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H). The issue is classified under CWE-787 (Out-of-bounds Write).

The Android security bulletin for Pixel devices, published June 1, 2018 (https://source.android.com/security/bulletin/pixel/2018-06-01), addresses this vulnerability with patches for affected components.

EU & UK References

Vulnerability details

In ip6_append_data of ip6_output.c, there is a possible way to achieve code execution due to a heap buffer overflow. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Kernel heap buffer overflow directly enables local privilege escalation via exploitation of a software vulnerability.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2024-49745Same product: Google Android
CVE-2024-53837Same product: Google Android
CVE-2024-53838Same product: Google Android
CVE-2026-0124Same product: Google Android
CVE-2018-9373Same product: Google Android
CVE-2024-49738Same product: Google Android
CVE-2026-0037Same product: Google Android
CVE-2026-0117Same product: Google Android
CVE-2026-0123Same product: Google Android
CVE-2024-43077Same product: Google Android

Affected Assets

google
android
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires identification, reporting, and correction of the heap buffer overflow flaw in the Android kernel's ip6_append_data function via timely patching.

prevent

Implements memory protection mechanisms such as ASLR and non-executable heap memory to prevent code execution from the heap buffer overflow in the kernel.

detect

Enables regular vulnerability scanning to identify the presence of CVE-2018-9389 in kernel components, facilitating prompt remediation.

References