CVE-2025-2304-POC
Manual poc for CVE-2025-2304: Camaleon CMS Version 2.9.0
Exploitation Steps
- Log in as a low-privileged user (e.g., "Bob").
- Intercept the password change using a proxy (e.g Burpsuite, caido and more)
- Capture the updated_ajax request during a password change.
- Inject the parameter password[role]=admin into the POST body and forward it (do not do it in the repeater)
- The server processes the request and updates the user's role in the database.
- You got privilege escalation
A python3 PoC will be available as soon as possible.