#VU118137 Server-Side Request Forgery (SSRF) in Parse Server - CVE-2025-64430
Published: November 5, 2025
Parse Server
Parse Community
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.