Skip to content

Protocol: BEAST-Vulnerable CBC Ciphers Present

Identifier: issue_ssl_beast_cbc_ciphers_present

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

CBC ciphers usable with TLS 1.0 can enable the Browser Exploit Against SSL/TLS (BEAST) attack.

How we test: We identify CBC cipher suites offered by endpoints that negotiate TLS 1.0.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_beast_cbc_ciphers_present:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.