Skip to content

Protocol: SSL Revoked Certificate via OCSP

Identifier: issue_ssl_revoked_certificate_ocsp

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Serving a revoked certificate enables an attacker with its private key to impersonate the TLS service.

How we test: We query the certificate's OCSP responder and inspect its revocation status.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_revoked_certificate_ocsp:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.