LiveActive security incident?Get immediate response
CVE Record

CVE-2022-20360: In setChecked of SecureNfcPreferenceController.java, there is a missing permission check.

In setChecked of SecureNfcPreferenceController.java, there is a missing permission check. This could lead to local escalation of privilege from the guest user with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10 Android-11 Android-12 Android-12LAndroid ID: A-228314987

MediumCVSS 6.2Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This Android flaw lets a local guest user access protected NFC-related settings because a permission check is missing. It is not remote, but it can weaken device confidentiality without user interaction if an affected device allows guest access.

Executive priority

Treat this as a targeted endpoint hygiene issue, not an internet-wide emergency. Patch eligible Android devices and reduce guest-profile exposure, especially for shared or sensitive-use devices.

Technical view

CVE-2022-20360 is a CWE-269 missing permission check in SecureNfcPreferenceController.java setChecked. Android 10, 11, 12, and 12L are listed as affected. The CVSS 3.1 score is 6.2, local attack vector, low complexity, no privileges, no user interaction, high confidentiality impact.

Likely exposure

Potentially exposed assets are Android 10 through 12L devices that have not received the relevant Android security bulletin updates. Risk is highest on shared, kiosk, BYOD, or enterprise devices where guest user profiles may be enabled.

Exploitation context

The provided sources say exploitation is local, requires no additional execution privileges, and needs no user interaction. The CVE is not marked KEV, and the supplied sources do not claim active exploitation in the wild.

Researcher notes

The available evidence identifies the vulnerable component and privilege boundary but does not provide exploit details. Do not infer broader Android versions, remote attack paths, or confirmed exploitation from these sources.

Mitigation direction

  • Apply Android security updates from the August 2022 bulletin or later where available.
  • Check OEM-specific advisories for exact patched builds and device eligibility.
  • Disable or restrict guest user mode where business policy allows.
  • Prioritize shared, kiosk, and unmanaged Android devices for remediation review.

Validation and detection

  • Inventory Android devices running versions 10, 11, 12, and 12L.
  • Check each device security patch level against vendor August 2022 guidance.
  • Confirm whether guest user profiles are enabled on managed devices.
  • Review MDM compliance reports for stale Android patch levels.
Prepared
Confidence
medium
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-20360 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
6.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/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
6.2CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N2.53.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/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-10 Android-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.