Description
|
|
Multiple vulnerabilities were reported in ProjectB, which may be exploited by attackers to execute arbitrary SQL commands or inject malicious HTML/Javascript codes. The first flaw is due to an input validation error in the "divers.php" script, when handling specially crafted "pages" parameter, which may be exploited by attackers to cause arbitrary scripting code to be executed by the user's browser. The second vulnerability is due to an SQL injection error in the "drivers.php" script when handling specially crafted "desc" and "liste" parameters.
http://vulnerable/Zip/divers.php?action=liste&liste=&desc=&pages=(malicious_xss_code)
http://vulnerable/Zip/divers.php?action=liste&liste=(malicious_sql_code)
http://vulnerable/Zip/divers.php?action =liste&liste=email&desc=(malicious_sql_code)
|