7.5
CVSSv2

CVE-2013-4835

Published: 04/11/2013 Updated: 01/07/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

The APISiteScopeImpl SOAP service in HP SiteScope 10.1x and 11.x prior to 11.22 allows remote malicious users to bypass authentication and execute arbitrary code via a direct request to the issueSiebelCmd method, aka ZDI-CAN-1765.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

hp sitescope 10.11

hp sitescope 11.21

hp sitescope 10.13

hp sitescope 11.01

hp sitescope 11.1

hp sitescope 11.10

hp sitescope 11.11

hp sitescope 11.12

hp sitescope 11.20

Exploits

## # This module requires Metasploit: http//metasploitcom/download # Current source: githubcom/rapid7/metasploit-framework ## require 'msf/core' require 'rexml/document' class Metasploit3 < Msf::Exploit::Remote Rank = GreatRanking HttpFingerprint = { :pattern => [ /Apache-Coyote/ ] } include REXML include Msf::Exploit::R ...