LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31089: Invalid file request can crashe parse-server

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. In affected versions certain types of invalid files requests are not handled properly and can crash the server. If you are running multiple Parse Server instances in a cluster, the availability impact may be low; if you are running Parse Server as single instance without redundancy, the availability impact may be high. This issue has been addressed in versions 4.10.12 and 5.2.3. Users are advised to upgrade. There are no known workarounds for this issue.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A malformed file request can crash vulnerable Parse Server deployments. The issue is mainly an availability risk: no confidentiality or integrity impact is stated. Single-instance deployments have higher business risk because one crash can take the backend offline; clustered deployments may absorb the failure better.

Executive priority

Treat this as a high-priority availability fix for any business-critical Parse Server backend, especially single-instance deployments. The urgency is lower for fully redundant clusters, but upgrade remains the vendor-stated remediation and there are no known workarounds in the provided advisory.

Technical view

Affected parse-community parse-server versions fail to handle certain invalid file requests properly, producing a server crash. CVSS 3.1 is 7.5 with network, low-complexity, unauthenticated attack conditions and high availability impact. Fixed releases are 4.10.12 and 5.2.3.

Likely exposure

Exposure exists where Parse Server is deployed below 4.10.12, or on 5.0.0 through before 5.2.3. Public or partner-accessible APIs increase likelihood of reachable impact. Redundancy changes outage severity, not vulnerability presence.

Exploitation context

The provided sources do not state active exploitation, and the CVE is not marked KEV in the bundle. The advisory describes an unauthenticated network-reachable crash condition, so exploitation would primarily affect service availability rather than data theft.

Researcher notes

The source bundle identifies CWE-252 and CWE-706, but does not provide detailed root-cause text beyond invalid file request handling. The referenced commit is relevant for patch review. Avoid claims about data compromise or active exploitation because the provided evidence supports only denial-of-service impact.

Mitigation direction

  • Upgrade Parse Server 4.x deployments to 4.10.12 or later.
  • Upgrade Parse Server 5.x deployments to 5.2.3 or later.
  • Prioritize single-instance deployments because outage impact may be high.
  • Check vendor guidance before relying on compensating controls.
  • Maintain clustered or redundant service capacity where immediate upgrade is delayed.

Validation and detection

  • Inventory Parse Server versions across applications, containers, and lockfiles.
  • Confirm no deployed instance runs below 4.10.12 or 5.2.3 on 5.x.
  • Review uptime and crash logs for unexpected Parse Server exits.
  • Verify package upgrades reached production and rollback images are not vulnerable.
  • Confirm monitoring alerts on Parse Server process crashes and backend availability.
Prepared
Confidence
high
Sources
4

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 · low confidence lookup

CWE-252: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
cwe · low confidence lookup

CWE-706: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-31089 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
7.5 (3.1)
Known Exploited
No
Published

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

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
3Source 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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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.12, >=5.0.0, < 5.2.3Listed
Weakness

CWE details

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

CWE-252 · source CWE mapping

Unchecked Return Value

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

CWE-706 · source CWE mapping

Use of Incorrectly-Resolved Name or Reference

Use of Incorrectly-Resolved Name or Reference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.