logo

CWE-471 - Modification of Assumed-Immutable Data (MAID)

CWE-471

  • Abstraction:
  • Base
  • Structure:
  • Simple
  • Status:
  • Draft
Weakness Name

Modification of Assumed-Immutable Data (MAID)

Description

The product does not properly protect an assumed-immutable element from being modified by an attacker.

This occurs when a particular input is critical enough to the functioning of the application that it should not be modifiable at all, but it is. Certain resources are often assumed to be immutable when they are not, such as hidden form fields in web applications, cookies, and reverse DNS lookups.

Common Consequences

Scope: Integrity

Impact: Modify Application Data

Notes: Common data types that are attacked are environment variables, web application parameters, and HTTP headers.

Scope: Integrity

Impact: Unexpected State

Related Weaknesses
  • Release Date:
  • 2006-07-19
  • Latest Modification Date:
  • 2023-06-29

Free security scan for your website