LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31083: Authentication bypass in Parse Server Apple Game Center auth adapter

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 4.10.11 and 5.2.2, the certificate in the Parse Server Apple Game Center auth adapter not validated. As a result, authentication could potentially be bypassed by making a fake certificate accessible via certain Apple domains and providing the URL to that certificate in an authData object. Versions 4.0.11 and 5.2.2 prevent this by introducing a new `rootCertificateUrl` property to the Parse Server Apple Game Center auth adapter which takes the URL to the root certificate of Apple's Game Center authentication certificate. If no value is set, the `rootCertificateUrl` property defaults to the URL of the current root certificate as of May 27, 2022. Keep in mind that the root certificate can change at any time and that it is the developer's responsibility to keep the root certificate URL up-to-date when using the Parse Server Apple Game Center auth adapter. There are no known workarounds for this issue.

HighCVSS 8.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw affects Parse Server deployments that use Apple Game Center login. A missing certificate validation check could let an attacker bypass authentication and appear trusted. The sources do not show active exploitation, but the impact is serious where Game Center auth is enabled.

Executive priority

Prioritize this for any product using Parse Server with Apple Game Center login, because authentication trust can be bypassed. For Parse Server deployments without that adapter, urgency is lower but inventory should still confirm non-exposure.

Technical view

The Parse Server Apple Game Center auth adapter did not validate the authentication certificate. The advisory says this could allow authentication bypass by supplying certificate-related authData that the adapter accepted. Fixed versions introduce rootCertificateUrl so the adapter validates against Apple’s Game Center root certificate.

Likely exposure

Likely exposure is limited to Parse Server instances using the Apple Game Center auth adapter on affected versions. Internet-facing authentication flows raise business risk. Deployments that do not enable this adapter are not shown as affected by the provided sources.

Exploitation context

The source bundle marks KEV as false and provides no cited evidence of active exploitation. CVSS indicates remote, unauthenticated, low-complexity attack conditions with high integrity impact, but successful abuse depends on the vulnerable adapter being used.

Researcher notes

Evidence is strong for the flaw class and affected component, but the bundle contains inconsistent 4.x version text: it references 4.10.11 in one place and 4.0.11 elsewhere. Validate exact fixed 4.x version against the GitHub advisory before closure.

Mitigation direction

  • Upgrade Parse Server to a fixed version named by the advisory.
  • Configure rootCertificateUrl for the Apple Game Center auth adapter.
  • Track Apple root certificate changes and update configuration when needed.
  • If unable to patch, check vendor guidance; sources state no known workaround.
  • Review authentication-dependent business workflows for suspicious account activity.

Validation and detection

  • Inventory Parse Server versions across all environments.
  • Confirm whether Apple Game Center auth adapter is enabled.
  • Verify rootCertificateUrl is configured after upgrading.
  • Check dependency lockfiles and deployed runtime versions match fixed releases.
  • Review authentication logs for unusual Game Center login behavior.
Prepared
Confidence
medium
Sources
6

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-287: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-31083 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
High
CVSS
8.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/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
5Source 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
8.6CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N3.94Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.6High
CVSS 3.1 vector shape for CVE-2022-31083Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
parse-communityparse-server< 4.0.11, >= 5.0.0, < 5.2.2Listed
Weakness

CWE details

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

CWE-287 · source CWE mapping

Improper Authentication

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