Skip to content

Protocol: Improper TLS 1.3 Cipher Order

Identifier: issue_ssl_improper_tls13_cipher_order

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Improper TLS 1.3 cipher ordering can cause a server to select a less preferred cipher suite.

How we test: We offer controlled TLS 1.3 cipher-suite lists and compare the suites selected by the server.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_improper_tls13_cipher_order:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.