CAPEC Definitions

    CAPEC Definitions / CAPEC-217

    CAPEC-217: Exploiting Incorrectly Configured SSL/TLS

    An adversary takes advantage of incorrectly configured SSL/TLS communications that enables access to data intended to be encrypted. The adversary may also use this type of attack to inject commands or other traffic into the encrypted stream to cause compromise of either the client or server.

    Severity:
    Possibility:Low

    Extended Description

    SSL/TLS communications become vulnerable to this attack when they use outdated versions and insecure ciphers. Currently, all SSL versions are deprecated and TLS versions 1.0 and 1.1 are also deprecated due to being insecure. It is still possible for later versions of TLS to be insecure if they are configured with insecure ciphers such as 3DES or RC4.

    Mitigations

    Do not use SSL, as all SSL versions have been broken and should not be used. If TLS is not an option for the client or server, consider setting timeouts on SSL sessions to extremely low values to lessen the potential impact.

    Only use TLS version 1.2+, as versions 1.0 and 1.1 are insecure.

    Configure TLS to use secure algorithms. The current recommendation is to use ECDH, ECDSA, AES256-GCM, and SHA384 for the most security.

    Relationships with other CAPECs

    CAPEC-216: Communication Channel Manipulation

    Prerequisites

    Access to the client/server stream.

    Related Weaknesses

    CWE-201: Insertion of Sensitive Information Into Sent Data