
Exploit for CVE-2025-10352. Admin account creation on Melis Platform Framework
POC for CVE-2025-10352: An unauthenticated endpoint in Melis Platform (melis-core) that allows creation of an administrator account via a crafted HTTP request to a specific admin endpoint.
CVE-2025-10352-POC.txt (raw HTTP request exported from Burp)This PoC targets an unauthenticated administrative endpoint in the melis-core module:
/melis/MelisCore/ToolUser/addNewUser
A remote unauthenticated attacker can submit a crafted request to this endpoint to create a new user with administrator privileges. Because the endpoint lacks proper authentication and authorization checks, the attacker gains persistent administrative access to the application.
Impact includes:
curl, nc/netcat, or socat for manual testing if you prefer CLI.CVE-2025-10352-POC.txt (raw HTTP request exported from Burp).CVE-2025-10352-POC.txt, copy the raw HTTP request.This document is for authorized security testing and remediation only. Do not use the PoC or reproduction steps against systems you do not own or do not have explicit permission to test. The author is not responsible for misuse.
Made with ❤️ by Manuel Iván San Martín Castillo