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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N2.53.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
6.2MediumVector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://source.android.com/security/bulletin/2022-08-01CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Privilege Management
Improper Privilege Management represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
