5
CVSSv2

CVE-2011-3011

Published: 15/08/2011 Updated: 07/11/2023
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:P/I:N/A:N

Vulnerability Summary

BaseServiceImpl.class in CA ARCserve D2D r15 does not properly handle sessions, which allows remote malicious users to obtain credentials, and consequently execute arbitrary commands, via unspecified vectors.

Vulnerable Product Search on Vulmon Subscribe to Product

ca arcserve d2d r15

Exploits

## # This module requires Metasploit: metasploitcom/download # Current source: githubcom/rapid7/metasploit-framework ## require 'msf/core' class MetasploitModule < Msf::Exploit::Remote Rank = ExcellentRanking include Msf::Exploit::Remote::HttpClient include Msf::Auxiliary::Report def initialize(info = {}) super(u ...