Protocol: Missing SSL Secure Renegotiation¶
Identifier:
issue_ssl_missing_secure_renegotiation
Scanner(s) Support¶
| GraphQL Scanner | REST Scanner | WebApp Scanner | ASM Scanner |
|---|---|---|---|
Description¶
TLS renegotiation without RFC 5746 protections can let an attacker prefix data to a victim's TLS session.
How we test: We inspect the TLS handshake for the secure renegotiation indication extension.
References:
Configuration¶
Example¶
Example configuration:
Reference¶
skip¶
Type : boolean
Skip the test if true.