Sensitive Data Exposure

Securitybeginner

// Definition

Leaking private or confidential data — passwords, tokens, personal data, payment-card data or internal details — through responses, logs, error messages, tokens or insecure storage. It is one of the most common high-impact issues QA can catch: confirm that sensitive values are masked in the UI and API responses, are not present in JWT payloads, and do not appear in stack traces. When reporting, mask the values themselves so the bug report does not become a second exposure.

// Related terms