Loading HuntDB...

GHSA-9prm-jqwx-45x9

GitHub Security Advisory

Phishing attack vulnerability by uploading malicious HTML file

✓ GitHub Reviewed MODERATE Has CVE

Advisory Details

### Impact

Phishing attack vulnerability by uploading malicious files. A malicious user could upload a HTML file to Parse Server via its public API. That HTML file would then be accessible at the internet domain at which Parse Server is hosted. The URL of the the uploaded HTML could be shared for phishing attacks. The HTML page may seem legitimate because it is served under the internet domain where Parse Server is hosted, which may be the same as a company's official website domain.

An additional security issue arises when the Parse JavaScript SDK is used. The SDK stores sessions in the internet browser's local storage, which usually restricts data access depending on the internet domain. A malicious HTML file could contain a script that retrieves the user's session token from local storage and then share it with the attacker.

### Patches

The fix adds a new Parse Server option `fileUpload.fileExtensions` to restrict file upload on Parse Server by file extension. It is recommended to restrict file upload for HTML file extensions, which this fix disables by default. If an app requires upload of files with HTML file extensions, the option can be set to `['.*']` or another custom value to override the default.

### References

- https://github.com/parse-community/parse-server/security/advisories/GHSA-9prm-jqwx-45x9
- https://github.com/parse-community/parse-server/pull/8538 (Parse Server 6)
- https://github.com/parse-community/parse-server/pull/8537 (Parse Server 5)

Affected Packages

npm parse-server
Affected versions: 0 (fixed in 5.4.4)
npm parse-server
Affected versions: 6.0.0 (fixed in 6.1.1)

Related CVEs

Key Information

GHSA ID
GHSA-9prm-jqwx-45x9
Published
May 31, 2023 11:39 PM
Last Modified
May 31, 2023 11:39 PM
CVSS Score
5.0 /10
Primary Ecosystem
npm
Primary Package
parse-server
GitHub Reviewed
✓ Yes

Dataset

Last updated: July 9, 2025 6:27 AM

Data from GitHub Advisory Database. This information is provided for research and educational purposes.