header-logo
Suggest Exploit
vendor:
Cyberoam UTM
by:
Unknown
5.5
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: Cyberoam UTM
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: YES
Related CWE:
CPE: a:cyberoam_technologies:cyberoam_unified_threat_management_firmware
Metasploit:
Other Scripts:
Platforms Tested:
2011

Cross-Site Scripting Vulnerabilities in Cyberoam UTM

Cyberoam UTM is prone to multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied data. An attacker may leverage these issues 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:

Ensure proper input validation and sanitization of user-supplied data to prevent XSS attacks. Regularly update the Cyberoam UTM software to the latest version available.
Source

Exploit-DB raw data:

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

Cyberoam UTM is prone to multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied data.

An attacker may leverage these issues 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.

http://www.example.com/corporate/webpages/trafficdiscovery/LiveConnectionDetail.jsp?srcip=<script>alert(document.cookie)</script>