Skip to content

Sensitive Data: TOTP Secret Exposure

Identifier: totp_secret_exposure

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

TOTP secret exposure occurs when time-based one-time password seeds are disclosed in responses, client code, logs, configuration, or other accessible data.

How we test: We inspect discovered application data for TOTP seed material and related authenticator provisioning secrets that would allow an attacker to generate valid one-time passwords.

References:

Configuration

Example

Example configuration:

---
security_tests:
  totp_secret_exposure:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.