Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2025-30168 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 7.5.2 and 8.0.2, the 3rd party authentication handling of Parse Server allows the authentication credentials of some specific authentication providers to be used across multiple Parse Server apps. For example, if a user signed up using the same authentication provider in two unrelated Parse Server apps, the credentials stored by one app can be used to authenticate the same user in the other app. Note that this only affects Parse Server apps that specifically use an affected 3rd party authentication provider for user authentication, for example by setting the Parse Server option auth to configure a Parse Server authentication adapter. The fix of this vulnerability requires to upgrade Parse Server to a version that includes the bug fix, as well as upgrade the client app to send a secure payload, which is different from the previous insecure payload. This vulnerability is fixed in 7.5.2 and 8.0.2.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-287Improper Authentication[email protected]

Affected Products

ProductVersions
Parse Server
< 7.5.2 (semver)
>= 8.0.0, < 8.0.2 (semver)

CPE

  • cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:*:*:*
  • cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:node.js:*:*

Remediation

  • Upgrade: 7.5.2moderate effort
  • Upgrade: 8.0.2moderate effort
  • Workaround:moderate effort

    Set the Parse Server option `enableInsecureAuthAdapters` to `true` and the authentication adapter option `enableInsecureAuth` to `true` for affected adapters. This will allow both secure and insecure payloads from clients.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2025-30168
NVD Published Date:
Mar 21, 2025
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]