GHSA-vgjh-hmwf-c588

Suggest an improvement
Source
https://github.com/advisories/GHSA-vgjh-hmwf-c588
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-vgjh-hmwf-c588/GHSA-vgjh-hmwf-c588.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-vgjh-hmwf-c588
Aliases
Published
2026-03-11T00:16:26Z
Modified
2026-03-14T03:41:15.441958Z
Severity
  • 8.7 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
Parse Server has a NoSQL injection via token type in password reset and email verification endpoints
Details

Impact

A NoSQL injection vulnerability allows an unauthenticated attacker to inject MongoDB query operators via the token field in the password reset and email verification resend endpoints. The token value is passed to database queries without type validation and can be used to extract password reset and email verification tokens.

Any Parse Server deployment using MongoDB with email verification or password reset enabled is affected. When emailVerifyTokenReuseIfValid is configured, the email verification token can be fully extracted and used to verify a user's email address without inbox access.

Patches

Patches

The vulnerability is fixed by adding input type validation at the endpoint level.

Workarounds

There is no known workaround.

References

  • GitHub security advisory: https://github.com/parse-community/parse-server/security/advisories/GHSA-vgjh-hmwf-c588
  • Fix Parse Server 9: https://github.com/parse-community/parse-server/releases/tag/9.5.2-alpha.1
  • Fix Parse Server 8: https://github.com/parse-community/parse-server/releases/tag/8.6.14
Database specific
{
    "github_reviewed": true,
    "github_reviewed_at": "2026-03-11T00:16:26Z",
    "cwe_ids": [
        "CWE-943"
    ],
    "severity": "HIGH",
    "nvd_published_at": "2026-03-10T18:18:53Z"
}
References

Affected packages

npm / parse-server

Package

Affected ranges

Type
SEMVER
Events
Introduced
9.0.0
Fixed
9.5.2-alpha.1

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-vgjh-hmwf-c588/GHSA-vgjh-hmwf-c588.json"

npm / parse-server

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
8.6.14

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-vgjh-hmwf-c588/GHSA-vgjh-hmwf-c588.json"