Skip to content

Protocol: Anonymous NULL TLS Ciphers Enabled

Identifier: issue_ssl_anonymous_null_ciphers

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Anonymous NULL cipher suites omit both peer authentication and encryption.

How we test: We attempt to negotiate anonymous NULL cipher suites.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_anonymous_null_ciphers:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.