SQL injection in Abstract - #VU5914
Published: March 6, 2017
Abstract
Detailed vulnerability description
The vulnerability allows a remote attacker to execute arbitrary SQL queries in web application database.
The vulnerability exists due to insufficient sanitization of user-supplied data passed via "pid" HTTP GET parameter to "/index.php" script. A remote attacker can send a specially crafted HTTP GET request to vulnerable script and execute arbitrary SQL queries in web application database.
Successful exploitation of the vulnerability may allow an attacker to gain complete control over affected website.
PoC-code
http://[host]/index.php?option=com_abstract&view=conferences&layout=detail&pid=[SQL]
Remediation
Cybersecurity Help is currently unaware of any official solution to address this vulnerability.