
Description:
The vulnerability found is Reflected Cross Site Scripting. When the /index.php?map=overview&findme= endpoint is hit with a request where the "findme" parameter contains a malicious payload we have the possibility to perform an XSS attack. This happens because the input isn't sanitized.
Steps to reproduce:

Special thanks goes out to iCaotix who greatly helped me in getting the environment setup as well as debugging my payload.