lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20060616175705.23201.qmail@securityfocus.com> Date: 16 Jun 2006 17:57:05 -0000 From: admin@...orsecurity.de To: bugtraq@...urityfocus.com Subject: Netscape.com - Cross site scripting vulnerability Netscape.com - Cross site scripting vulnerability ---------------------------------------------- Type: Cross site scripting Date: June, 13th 2006 ---------------------------------------------- Credits: ---------------------------------------------- Discovered by: David "Aesthetico" Vieira-Kurz http://www.majorsecurity.de ---------------------------------------------- Affected pages: ---------------------------------------------- 1. http://netscape.com 2. http://search.netscape.com 3. http://channels.netscape.com Vulnerability: ---------------------------------------------- I found a bug in the search boxes of the Netscape Network. If you type in a "searchword" into the searchbox of "http://netscape.com" or "http://channels.netscape.com" you'll be automaticly redirected to "http://search.netscape.com" and you'll see the results of your search. Input passed to the "query" parameter in "search?"-file 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://search.netscape.com/ns/search?query=<script>alert("MajorSecurity")</script> Example: ---------------------------------------------- http://search.netscape.com/ns/search?query=<script>alert("MajorSecurity")</script> Screenshots: ---------------------------------------------- http://majorsecurity.de/advisory/netscape_bug/netscape1.JPG http://majorsecurity.de/advisory/netscape_bug/netscape2.JPG http://majorsecurity.de/advisory/netscape_bug/netscape3.JPG