SQL injection in Myportfolio - #VU6415
Published: April 24, 2017 / Updated: May 4, 2017
Myportfolio
Detailed vulnerability description
The vulnerability allows a remote attacker to execute arbitrary SQL commands in web application database.
The vulnerability exists due to insufficient sanitization of user-supplied data passed via the "pid" HTTP GET parameter to "/index.php" script (when option=com_myportfolio). A remote attacker can send a specially crafted HTTP request to vulnerable script and execute arbitrary SQL commands in web application database.
Successful exploitation of the vulnerability may allow an attacker to gain administrative access to vulnerable web application.
Exploitation example:http://[host]/index.php?task=project&view=grid&id=1&pid=[SQL]&format=raw&option=com_myportfolio&Itemid=125