LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31112: Protected fields exposed via LiveQuery in parse-server

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. In affected versions parse Server LiveQuery does not remove protected fields in classes, passing them to the client. The LiveQueryController now removes protected fields from the client response. Users are advised to upgrade. Users unable t upgrade should use `Parse.Cloud.afterLiveQueryEvent` to manually remove protected fields.

HighCVSS 8.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Parse Server deployments using LiveQuery could send fields marked as protected to clients. This is mainly a confidentiality issue: sensitive application data meant to be hidden could be exposed without user interaction. The public sources advise upgrading or manually filtering LiveQuery events if upgrading is not possible.

Executive priority

Treat as high priority for Parse Server applications using LiveQuery, especially where protected fields contain personal, credential, or business-sensitive data. Remediation is version-driven and should be scheduled promptly, with emergency handling for internet-facing or multi-tenant deployments.

Technical view

CVE-2022-31112 is a CWE-200 issue in parse-community parse-server. Affected LiveQuery responses did not remove protected fields before sending class data to clients. Affected versions are <4.10.13 and >=5.0.0, <5.2.4. CVSS 3.1 is 8.2, driven by network reachability, no privileges, and high confidentiality impact.

Likely exposure

Exposure is likely where an application runs vulnerable parse-server versions and uses LiveQuery on classes containing protected fields. The source bundle does not indicate specific hosted services, default configurations, or downstream products beyond parse-server itself.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The weakness is remotely reachable in affected deployments using LiveQuery, but the provided sources do not prove public exploitation or provide incident evidence.

Researcher notes

The fix is described as LiveQueryController removing protected fields from client responses. Evidence is strongest for affected versions, impact, and workaround. Evidence is incomplete for real-world exploitation, exact data types exposed, and application-specific blast radius.

Mitigation direction

  • Upgrade parse-server to a fixed version outside the affected ranges.
  • Prioritize upgrade for deployments using LiveQuery with protected fields.
  • If unable to upgrade, use Parse.Cloud.afterLiveQueryEvent to remove protected fields.
  • Review vendor advisory and release notes before production rollout.
  • Monitor for further parse-server guidance if running customized LiveQuery logic.

Validation and detection

  • Inventory parse-server package versions in application manifests and deployed artifacts.
  • Confirm whether LiveQuery is enabled in affected applications.
  • Identify classes using protected fields and LiveQuery subscriptions.
  • After remediation, confirm LiveQuery responses no longer include protected fields.
  • Review logs cautiously; the sources do not define reliable exploit indicators.
Prepared
Confidence
high
Sources
8

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-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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-31112 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.2 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
parse-communityparse-server< 4.10.13, >= 5.0.0, < 5.2.4Listed
Weakness

CWE details

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

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.