LiveActive security incident?Get immediate response
CVE Record

CVE-2022-20356: In shouldAllowFgsWhileInUsePermissionLocked of ActiveServices.java, there is a possible way to start foregr...

In shouldAllowFgsWhileInUsePermissionLocked of ActiveServices.java, there is a possible way to start foreground service from background 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.Product: AndroidVersions: Android-11 Android-12 Android-12LAndroid ID: A-215003903

MediumCVSS 4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-20356 is an Android privilege escalation issue. A local attacker could potentially start a foreground service from the background because Android did not properly validate input in ActiveServices.java. It affects Android 11, Android 12, and Android 12L. The published severity is medium, with limited confidentiality and integrity impact.

Executive priority

Treat this as a moderate mobile platform risk. It is not a remote takeover issue based on the supplied sources, but it can weaken Android privilege boundaries on unpatched devices. Prioritize patch compliance for managed Android fleets, especially where mobile devices handle sensitive business data.

Technical view

The flaw is in shouldAllowFgsWhileInUsePermissionLocked in ActiveServices.java. Improper input validation can allow foreground service behavior from a background context, creating a local escalation-of-privilege path. CVSS 3.1 is 4.0: local attack vector, high complexity, no privileges, no user interaction, low confidentiality and integrity impact, and no availability impact.

Likely exposure

Exposure is most likely on Android 11, Android 12, and Android 12L devices that have not received the Android Security Bulletin fixes covering CVE-2022-20356. Device exposure depends on OEM patch rollout and the installed Android security patch level.

Exploitation context

The source bundle does not show known active exploitation, and the CVE is not listed as KEV. Exploitation is local, requires no user interaction or prior privileges, but is rated high complexity. Available public detail is limited and should not be treated as proof of exploitability in every device build.

Researcher notes

Evidence is sparse: the CVE description identifies the affected function, impact, Android versions, and Android bug ID A-215003903. No exploit code, proof-of-concept, or active exploitation evidence is provided in the supplied sources. Analysis should stay tied to patch-level validation and vendor bulletin coverage.

Mitigation direction

  • Apply OEM Android security updates that include the August 2022 Android Security Bulletin fixes.
  • Prioritize affected Android 11, 12, and 12L devices with older patch levels.
  • Use MDM policy to block or quarantine devices missing required Android security patch levels.
  • Monitor vendor advisories for device-specific patch availability and rollout exceptions.

Validation and detection

  • Inventory Android devices and record OS version plus Android security patch level.
  • Identify Android 11, 12, and 12L devices below the vendor-fixed patch level.
  • Confirm OEM firmware includes the Android bulletin fix for CVE-2022-20356.
  • Track remaining unpatched devices through vulnerability management or MDM reporting.
Prepared
Confidence
high
Sources
3

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-269: 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-2022-20356 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
Medium
CVSS
4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N

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.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
4CVSS 3.1MediumCVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N1.42.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4Medium
CVSS 3.1 vector shape for CVE-2022-20356Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aAndroidAndroid-11 Android-12 Android-12LListed
Weakness

CWE details

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

CWE-269 · source CWE mapping

Improper Privilege Management

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