Cyber Resilience

CVE-2018-9382

High

Published: 17 January 2025

Published
17 January 2025
Modified
10 July 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.0002 5.6th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2018-9382 is a high-severity Missing Authorization (CWE-862) 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 5.6th 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 AC-25 (Reference Monitor) and AC-3 (Access Enforcement).

Deeper analysis

CVE-2018-9382 is a vulnerability in multiple functions of WifiServiceImpl.java within the Android framework, particularly affecting Pixel devices. The issue arises from a missing permission check (CWE-862: Missing Authorization), which allows activation of the Wi-Fi hotspot from a non-owner profile. It carries a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for significant impact.

A local attacker with low privileges (PR:L), such as one operating from a non-owner user profile on the device, can exploit this flaw without needing user interaction or additional execution privileges. Exploitation enables local escalation of privilege, potentially compromising high levels of confidentiality, integrity, and availability (C:H/I:H/A:H) by gaining unauthorized control over Wi-Fi hotspot functionality.

The Android security bulletin for Pixel devices, published on June 1, 2018, details patches and mitigation steps at https://source.android.com/security/bulletin/pixel/2018-06-01. Security practitioners should ensure affected devices receive these updates to prevent exploitation.

EU & UK References

Vulnerability details

In multiple functions of WifiServiceImpl.java, there is a possible way to activate Wi-Fi hotspot from a non-owner profile due to a missing permission check. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction…

more

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?

Missing authorization check directly enables local privilege escalation by allowing unauthorized Wi-Fi hotspot activation from a non-owner profile.

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

CVEs Like This One

CVE-2025-48574Same product: Google Android
CVE-2026-0026Same product: Google Android
CVE-2025-48578Same product: Google Android
CVE-2025-48634Same product: Google Android
CVE-2024-40677Same product: Google Android
CVE-2025-48602Same product: Google Android
CVE-2024-40651Same product: Google Android
CVE-2024-31328Same product: Google Android
CVE-2025-48645Same product: Google Android
CVE-2024-53841Same product: Google Android

Affected Assets

google
android
6.0, 6.0.1, 7.0, 7.1.1, 7.1.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations for logical access, directly mitigating the missing permission check allowing non-owner profiles to activate Wi-Fi hotspot.

prevent

Applies least privilege to restrict non-owner profiles from performing privileged Wi-Fi hotspot activation leading to escalation.

prevent

Implements a reference monitor to mediate all accesses to security-critical resources like WifiServiceImpl functions.

References