Parse Server is vulnerable to Server-Side Request Forgery (SSRF) via Instagram OAuth Adapter
High severity
GitHub Reviewed
Published
Dec 16, 2025
in
parse-community/parse-server
•
Updated Dec 16, 2025
Package
Affected versions
>= 9.0.0, < 9.1.1.alpha.1
< 8.6.2
Patched versions
9.1.1.alpha.1
8.6.2
Description
Published by the National Vulnerability Database
Dec 16, 2025
Published to the GitHub Advisory Database
Dec 16, 2025
Reviewed
Dec 16, 2025
Last updated
Dec 16, 2025
Impact
The Instagram authentication adapter allows clients to specify a custom API URL via the
apiURLparameter inauthData. This enables SSRF attacks and possibly authentication bypass if malicious endpoints return fake responses to validate unauthorized users.Patches
Fixed by hardcoding the Instagram Graph API URL
https://graph.instagram.comand ignoring client-providedapiURLvalues.Workarounds
None.
References