Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Vista
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
Hotbot.com - XSS vulnerability in search engine
Jun 10 2006 07:52PM
admin majorsecurity de
Hotbot.com - XSS vulnerability
----------------------------------------------
Type: Cross site scripting
Date: June, 10th 2006
----------------------------------------------
Credits:
----------------------------------------------
Discovered by: David "Aesthetico" Vieira-Kurz
http://www.majorsecurity.de
----------------------------------------------
Vulnerability:
----------------------------------------------
I found a bug in the search-engine of Hotbot("http://hotbot.com").
Input passed to the "query" parameter in "index.php" is not properly sanitised before being returned to the user.
This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
Sending a malicious code will result a code working on the page that pops up...
http://hotbot.com/index.php?query=[XSS CODE HERE]
Examples:
----------------------------------------------
/index.php?query=<script>alert("MajorSecurity")</script>
/index.php?query=3Cscript%3Ealert(document.cookie)%3C/script%3E
[ reply ]
Privacy Statement
Copyright 2008, SecurityFocus
----------------------------------------------
Type: Cross site scripting
Date: June, 10th 2006
----------------------------------------------
Credits:
----------------------------------------------
Discovered by: David "Aesthetico" Vieira-Kurz
http://www.majorsecurity.de
----------------------------------------------
Vulnerability:
----------------------------------------------
I found a bug in the search-engine of Hotbot("http://hotbot.com").
Input passed to the "query" parameter in "index.php" is not properly sanitised before being returned to the user.
This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
Sending a malicious code will result a code working on the page that pops up...
http://hotbot.com/index.php?query=[XSS CODE HERE]
Examples:
----------------------------------------------
/index.php?query=<script>alert("MajorSecurity")</script>
/index.php?query=3Cscript%3Ealert(document.cookie)%3C/script%3E
[ reply ]