vendor:
INP
by:
SecurityFocus
6.4
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: INP
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: Unknown
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: Unknown
2006
PHPNuke INP Cross-Site Scripting Vulnerability
PHPNuke INP is prone to a cross-site scripting vulnerability that affects the 'modules.php' script. An attacker can exploit this issue by enticing an unsuspecting user to follow a malicious URI. The specific version affected is currently unknown. An example URI is http://www.example.com/[path]/modules.php?name=Downloads&op=search&query=><script>alert('ARIA')</script><
Mitigation:
Input validation should be used to ensure that user-supplied data is properly sanitized.