LiveActive security incident?Get immediate response
CVE Record

CVE-2023-21254: In getCurrentState of OneTimePermissionUserManager.java, there is a possible way to hold one-time permissio...

In getCurrentState of OneTimePermissionUserManager.java, there is a possible way to hold one-time permissions after the app is being killed due to a logic error in the code. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-21254 is an Android 13 flaw where an app may keep one-time permissions after being killed. That weakens Android’s privacy control for temporary access. The public sources describe local privilege escalation with no user interaction, but do not provide a CVSS score or evidence of active exploitation.

Executive priority

Treat this as a mobile privacy and local privilege escalation patching issue. It is not supported by active exploitation evidence in the provided sources, but Android 13 devices with sensitive data should be updated through normal high-priority mobile patch workflows.

Technical view

The issue is in Android’s OneTimePermissionUserManager.java getCurrentState logic. A code logic error can allow one-time permissions to persist after app termination, mapped to CWE-863 improper authorization. Google links the fix to an AOSP frameworks/base commit and the July 2023 Android Security Bulletin.

Likely exposure

Exposure is likely limited to Android 13 devices that have not received the July 2023 Android security fixes from Google or their OEM/carrier. Devices on other Android versions are not identified as affected in the provided CVE data.

Exploitation context

The CVE states exploitation is local, requires no additional execution privileges, and does not require user interaction. The source bundle does not show CISA KEV listing, public exploitation, exploit maturity, or weaponized activity.

Researcher notes

Evidence is limited to the CVE description, Android bulletin, and AOSP commit reference. The public bundle does not include CVSS metrics, detailed exploit preconditions, or proof of exploitation. Avoid assuming impact beyond Android 13 one-time permission handling.

Mitigation direction

  • Apply vendor Android updates that include the July 2023 security bulletin fixes.
  • Prioritize unmanaged or BYOD Android 13 devices handling sensitive data.
  • Use MDM or EMM reporting to identify Android 13 devices below July 2023 patch level.
  • Check OEM guidance for exact fixed builds and patch availability.

Validation and detection

  • Inventory Android 13 devices and record Android security patch levels.
  • Confirm affected devices received July 2023 or later applicable security updates.
  • Where source builds are audited, confirm the referenced AOSP frameworks/base fix is present.
  • Review mobile app permission policies for sensitive one-time permission usage.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-863: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-21254 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GoogleAndroid13unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-863 · source CWE mapping

Incorrect Authorization

Incorrect Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.