Skip to content

Protocol: TLS Compression Enabled

Identifier: issue_ssl_crime_tls_compression

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

TLS-level compression can expose secret data through the CRIME compression side channel.

How we test: We check whether the endpoint negotiates TLS compression.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_crime_tls_compression:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.