header-logo
Suggest Exploit
vendor:
Content Management System
by:
SecurityFocus
3.1
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: Content Management System
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2002

Drupal Cross-Site Scripting Vulnerability

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.

Mitigation:

Ensure that user-supplied input is properly sanitized before being used in the generation of web pages.
Source

Exploit-DB raw data:

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>