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

 

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

Published: November 5, 2025


Vulnerability identifier: #VU118137
Vulnerability risk: Medium
CVSSv4.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
Vulnerable software:
Parse Server
Software vendor:
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.



Remediation

Install updates from vendor's website.

External links