Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
9DescriptionCVE.org
In setGlobalProxy of DevicePolicyManagerService.java, there is a possible desync in persistence due to improper input validation. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.
AnalysisAI
Local privilege escalation in Google Android (versions 14, 15, 16, and 16-qpr2) stems from improper input validation in the setGlobalProxy method of DevicePolicyManagerService.java, causing a desynchronization in persistence state. A local attacker with low-level privileges can exploit this without user interaction to elevate to higher privileges on the device, with no public exploit identified at time of analysis and an EPSS score of 0.01% indicating minimal observed exploitation activity.
Technical ContextAI
DevicePolicyManagerService is a core Android system service that manages device administrator policies, including network proxy settings applied across the device. The setGlobalProxy method allows authorized callers to configure a system-wide proxy, and its implementation persists policy state across reboots. The root cause is CWE-20 (Improper Input Validation): insufficient validation of inputs to setGlobalProxy creates a desynchronization between the in-memory policy state and the persisted state, which can be leveraged to bypass intended policy enforcement boundaries. CPE data confirms the affected product is Google Android (cpe:2.3:a:google:android), and the bug lives in framework code shared across major Android branches.
RemediationAI
Apply the June 2026 Android security patch level (2026-06-01 or later) as published in the Android Security Bulletin at https://source.android.com/docs/security/bulletin/2026/2026-06-01; OEM-shipped builds should incorporate the corresponding AOSP framework fix to DevicePolicyManagerService. Exact AOSP tagged release versions are not enumerated in the available input data beyond the affected branches (Android 14, 15, 16, 16-qpr2), so confirm the patch level via Settings > About phone > Android security update on each device. Where immediate patching is not possible, compensating controls include restricting installation of untrusted apps via managed Google Play or MDM allowlisting (trade-off: reduces user flexibility), enforcing strict Device Admin / Device Owner provisioning policies so untrusted apps cannot reach DevicePolicyManager APIs (trade-off: increases enrollment friction), and monitoring for anomalous proxy-policy changes via EMM telemetry where supported (trade-off: detection-only, not preventive).
Same weakness CWE-20 – Improper Input Validation
View allSame technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33794
GHSA-m46h-7gfx-97wc