header-logo
Suggest Exploit
vendor:
Jupiter CMSA
by:
SecurityFocus
8.8
CVSS
HIGH
Cross-site Scripting, SQL-injection, and Arbitrary File-Upload
79, 89, 264
CWE
Product Name: Jupiter CMSA
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
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
2005

Jupiter CMSA Multiple Input Validation Vulnerabilities

Jupiter CMSA is prone to multiple input-validation vulnerabilities, including cross-site scripting, SQL-injection, and arbitrary file-upload issues, because the application fails to sanitize user-supplied input. A successful exploit of these vulnerabilities could allow an attacker to compromise the application, access or modify data, steal cookie-based authentication credentials, exploit vulnerabilities in the underlying database implementation, or upload and execute arbitrary files within the webserver process. Other attacks are also possible.

Mitigation:

Input validation should be performed to ensure that untrusted data is not used to execute unintended commands or access unauthorized resources.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/20048/info
    
Jupiter CMSA is prone to multiple input-validation vulnerabilities, including cross-site scripting, SQL-injection, and arbitrary file-upload issues, because the application fails to sanitize user-supplied input. 
    
A successful exploit of these vulnerabilities could allow an attacker to compromise the application, access or modify data, steal cookie-based authentication credentials, exploit vulnerabilities in the underlying database implementation, or upload and execute arbitrary files within the webserver process. Other attacks are also possible.

http://www.example.com/modules/search.php?language[Search%20view%20desc]=<script>alert(document.cookie);</script> 
http://www.example.com/modules/search.php?language[Search%20view%20desc2]=<script>alert(document.cookie);</script>