10
CVSSv2

CVE-2006-6917

Published: 31/12/2006 Updated: 07/04/2021
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Multiple buffer overflows in Computer Associates (CA) BrightStor ARCserve Backup R11.5 Server before SP2 allows remote malicious users to execute arbitrary code in the Tape Engine (tapeeng.exe) via a crafted RPC request with (1) opnum 38, which is not properly handled in TAPEUTIL.dll 11.5.3884.0, or (2) opnum 37, which is not properly handled in TAPEENG.dll 11.5.3884.0.

Vulnerable Product Search on Vulmon Subscribe to Product

broadcom brightstor arcserve backup server 11.5

Exploits

#!/usr/bin/python # Remote exploit for buffer overflow vulnerability in CA BrightStor Arcserve # tapeengexe service Tested on windows 2000 SP4 Binds shell to TCP port 4443 # # Winny M Thomas ;-) # Author shall bear no responsibility for any screw ups caused by using this code from impacketdcerpc import transport, dcerpc from impacket import u ...