LiveActive security incident?Get immediate response
CVE Record

CVE-2023-21256: In SettingsHomepageActivity.java, there is a possible way to launch arbitrary activities via Settings due t...

In SettingsHomepageActivity.java, there is a possible way to launch arbitrary activities via Settings 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 needed for exploitation.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-21256 is an Android 13 Settings flaw that could let a local attacker gain higher privileges by launching unintended activities through Settings. The source says user interaction is required. No provided source shows active exploitation.

Executive priority

Treat this as a routine but important mobile fleet patching item. It is privilege escalation, not confirmed active exploitation, so prioritize Android 13 patch compliance rather than emergency response.

Technical view

The issue is in SettingsHomepageActivity.java and is described as a logic error allowing arbitrary activity launch via Settings. Impact is local escalation of privilege with no additional execution privileges required. The CVE maps to CWE-863, improper authorization.

Likely exposure

Exposure is limited to Android 13 devices that have not received the relevant Android security update. The bundle does not name other Android versions or downstream OEM products as affected.

Exploitation context

The record is not in KEV, and the provided sources do not cite exploitation in the wild. Exploitation is local, requires user interaction, and is not described as remotely exploitable.

Researcher notes

Evidence is limited to the CVE description, Android bulletin reference, and AOSP Settings commit. The sources do not provide CVSS, detailed exploit mechanics, or broad affected-version claims.

Mitigation direction

  • Apply OEM Android updates that include the July 2023 Android Security Bulletin fixes.
  • Prioritize Android 13 devices in enterprise and BYOD fleets.
  • Check Google and OEM guidance for device-specific patch availability.
  • Limit untrusted local app exposure where patching is delayed.

Validation and detection

  • Inventory Android 13 endpoints and their current security patch levels.
  • Confirm devices received the July 2023 Android security fixes or later OEM equivalent.
  • Review MDM compliance reports for outdated Android 13 devices.
  • Track exceptions where OEM patch availability is unclear.
Prepared
Confidence
medium
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-21256 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.