Exploitation Summary
EIP tracks 2 public exploits for CVE-2011-3389.
PoCs published by mpgn, todb, et, Chris John Riley, including Metasploit module auxiliary/scanner/ssl/ssl_version.
AI-analyzed exploit summary This is a proof-of-concept implementation of the BEAST attack (CVE-2011-3389), demonstrating a chosen-plaintext attack against TLS 1.0 and SSLv3 using CBC mode. It exploits the predictable IV vulnerability to decrypt sensitive data by manipulating ciphertext blocks.
Description
The SSL protocol, as used in certain configurations in Microsoft Windows and Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Opera, and other products, encrypts data by using CBC mode with chained initialization vectors, which allows man-in-the-middle attackers to obtain plaintext HTTP headers via a blockwise chosen-boundary attack (BCBA) on an HTTPS session, in conjunction with JavaScript code that uses (1) the HTML5 WebSocket API, (2) the Java URLConnection API, or (3) the Silverlight WebClient API, aka a "BEAST" attack.
Exploits (2)
This is a proof-of-concept implementation of the BEAST attack (CVE-2011-3389), demonstrating a chosen-plaintext attack against TLS 1.0 and SSLv3 using CBC mode. It exploits the predictable IV vulnerability to decrypt sensitive data by manipulating ciphertext blocks.
This Metasploit module scans SSL/TLS services for vulnerabilities, including CVE-2011-3389 (BEAST), by detecting supported protocols and cipher suites. It does not exploit vulnerabilities but reports them for further action.