header-logo
Suggest Exploit
vendor:
ARISg
by:
Unknown
5.5
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: ARISg
Affected Version From: ARISg 5.0
Affected Version To: Unknown
Patch Exists: NO
Related CWE: Unknown
CPE: a:arisg:arisg:5.0
Metasploit:
Other Scripts:
Platforms Tested:
Unknown

Cross-Site Scripting Vulnerability in ARISg

ARISg is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input. An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.

Mitigation:

To mitigate this vulnerability, ensure that all user-supplied input is properly validated and sanitized before being used in a web application.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/38441/info

ARISg is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.

An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.

ARISg 5.0 is vulnerable; other versions may also be affected. 

http://www.example.com/Aris/wflogin.jsp?errmsg=XSS msg<script>alert('Test XSS')</script>