From 3074eb70f5b58bf72b528ae7b7804ed2d90455ce Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Sun, 14 Dec 2025 15:44:04 +0100 Subject: [PATCH] fix: Cross-Site Scripting (XSS) via HTML pages for password reset and email verification [GHSA-jhgf-2h8h-ggxv](https://github.com/parse-community/parse-server/security/advisories/GHSA-jhgf-2h8h-ggxv) (#9985) --- .../email_verification_link_expired.html | 6 +- public/de-AT/password_reset.html | 8 +-- .../de/email_verification_link_expired.html | 6 +- public/de/password_reset.html | 8 +-- public/email_verification_link_expired.html | 6 +- public/password_reset.html | 8 +-- spec/PagesRouter.spec.js | 68 +++++++++++++++++++ 7 files changed, 89 insertions(+), 21 deletions(-) diff --git a/public/de-AT/email_verification_link_expired.html b/public/de-AT/email_verification_link_expired.html index cae39c7a..6a664c48 100644 --- a/public/de-AT/email_verification_link_expired.html +++ b/public/de-AT/email_verification_link_expired.html @@ -14,9 +14,9 @@
You can set a new Password for your account: {{username}}
{{error}}
- diff --git a/public/de/password_reset.html b/public/de/password_reset.html index 49cb65b1..73cb1e3d 100644 --- a/public/de/password_reset.html +++ b/public/de/password_reset.html @@ -23,11 +23,11 @@You can set a new Password for your account: {{username}}
{{error}}
- diff --git a/public/password_reset.html b/public/password_reset.html index 49cb65b1..73cb1e3d 100644 --- a/public/password_reset.html +++ b/public/password_reset.html @@ -23,11 +23,11 @@You can set a new Password for your account: {{username}}
{{error}}
-