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!
odlican cms v.1.5 remote file upload vulnerability
================================================== odlican cms v.1.5 remote file upload vulnerability ================================================== #odlican.net cms v.1.5 remote file upload vulnerability #you can download following cms here #http://cms.odlican.net/files/cmsv1-5.zip #Info:odlican.net cms v.1.5 is simple opensource cms made by croatian web designers and it has serious flaw. #dork:Powered by odlican.net cms v.1.5 #what is vulnerable? this is vulnerable part of code from upload.php and it will upload any file to /cms/files/ folder(including dangerous php scripts) if ( isset($_POST['pokreni'])){ $target_path = "files/"; $target_path = $target_path . basename( $_FILES['uploadedfile']['name']); if(move_uploaded_file($_FILES['uploadedfile']['tmp_name'], $target_path)) {echo "Datoteka ". basename( $_FILES['uploadedfile']['name']). " je snimljena na server";} else{ echo "Do�lo je do gre�ke poku�ajte ponovno!";} } #there should be code that will filter some extensions like .php etc..... #fixajte si taj kod. dodajte da skripta provjerava ekstenzije i velicinu filea # 0day.today [2024-12-24] #