Vulnerabilities > CVE-2011-5124 - Buffer Errors vulnerability in Bluecoat Proxyone and Proxysg
Attack vector
NETWORK Attack complexity
LOW Privileges required
NONE Confidentiality impact
COMPLETE Integrity impact
COMPLETE Availability impact
COMPLETE Summary
Stack-based buffer overflow in the BCAAA component before build 60258, as used by Blue Coat ProxySG 4.2.3 through 6.1 and ProxyOne, allows remote attackers to execute arbitrary code via a large packet to the synchronization port (16102/tcp).
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 12 | |
Hardware | 1 |
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Buffer Overflow via Environment Variables This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
- Overflow Buffers Buffer Overflow attacks target improper or missing bounds checking on buffer operations, typically triggered by input injected by an attacker. As a consequence, an attacker is able to write past the boundaries of allocated buffer regions in memory, causing a program crash or potentially redirection of execution as per the attackers' choice.
- Client-side Injection-induced Buffer Overflow This type of attack exploits a buffer overflow vulnerability in targeted client software through injection of malicious content from a custom-built hostile service.
- Filter Failure through Buffer Overflow In this attack, the idea is to cause an active filter to fail by causing an oversized transaction. An attacker may try to feed overly long input strings to the program in an attempt to overwhelm the filter (by causing a buffer overflow) and hoping that the filter does not fail securely (i.e. the user input is let into the system unfiltered).
- MIME Conversion An attacker exploits a weakness in the MIME conversion routine to cause a buffer overflow and gain control over the mail server machine. The MIME system is designed to allow various different information formats to be interpreted and sent via e-mail. Attack points exist when data are converted to MIME compatible format and back.
Exploit-Db
description | Blue Coat Authentication and Authorization Agent (BCAAA) 5 Buffer Overflow. CVE-2011-5124. Remote exploit for windows platform |
id | EDB-ID:17513 |
last seen | 2016-02-02 |
modified | 2011-07-09 |
published | 2011-07-09 |
reporter | metasploit |
source | https://www.exploit-db.com/download/17513/ |
title | Blue Coat Authentication and Authorization Agent BCAAA 5 - Buffer Overflow |
Metasploit
description | 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. |
id | MSF:EXPLOIT/WINDOWS/MISC/BCAAA_BOF |
last seen | 2020-06-14 |
modified | 2018-09-15 |
published | 2011-07-09 |
references | |
reporter | Rapid7 |
source | https://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/windows/misc/bcaaa_bof.rb |
title | Blue Coat Authentication and Authorization Agent (BCAAA) 5 Buffer Overflow |
Nessus
NASL family | Windows |
NASL id | BLUECOAT_AUTH_AGENT_SA55.NASL |
description | The version of Blue Coat Authentication and Authorization Agent installed on the remote Windows host is earlier than build 60258. It is, therefore, potentially affected by a stack-based buffer overflow vulnerability when handling specially crafted TCP packets on port 16102. By exploiting this flaw, a remote, unauthenticated attacker could execute arbitrary code on the remote host subject to the privileges of the user running the affected application. |
last seen | 2020-06-01 |
modified | 2020-06-02 |
plugin id | 68928 |
published | 2013-07-17 |
reporter | This script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof. |
source | https://www.tenable.com/plugins/nessus/68928 |
title | Blue Coat Authentication and Authorization Agent Remote Overflow |
code |
|