Server-Side Request Forgery (SSRF) in Parse Server - CVE-2025-64430

 

Server-Side Request Forgery (SSRF) in Parse Server - CVE-2025-64430

Published: November 5, 2025


Vulnerability identifier: #VU118137
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2025-64430
CWE-ID: CWE-918
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: Parse Community
Affected software:
Parse Server

Detailed vulnerability description

The disclosed vulnerability allows a remote attacker to perform SSRF attacks.

The vulnerability exists due to insufficient validation of user-supplied input in the file upload functionality when trying to upload a Parse.File with uri parameter. A remote attacker can send a specially crafted HTTP request and trick the application to initiate requests to arbitrary URI. A request to the provided URI is executed, but the response is not stored in Parse Server's file storage as the server crashes upon receiving the response.



How to mitigate CVE-2025-64430

Install updates from vendor's website.

Sources