logo
Home/CWEs/CWE-204/

CWE-204 - Observable Response Discrepancy

  • Abstraction:Base
  • Structure:Simple
  • Status:Incomplete
  • Release Date:2006-07-19
  • Latest Modification Date:2023-06-29

Weakness Name

Observable Response Discrepancy

Description

The product provides different responses to incoming requests in a way that reveals internal state information to an unauthorized actor outside of the intended control sphere.

This issue frequently occurs during authentication, where a difference in failed-login messages could allow an attacker to determine if the username is valid or not. These exposures can be inadvertent (bug) or intentional (design).

Common Consequences

Scope: Confidentiality, Access Control

Impact: Read Application Data, Bypass Protection Mechanism

Related Weaknesses

CWE-203Observable Discrepancy