CWE-693β€”Protection Mechanism Failure

PUBLISHEDweakness record
released 2008-04-11 Β· last modified 2026-04-30

Metadata

CWE ID:
CWE-693
Abstraction:
Pillar
Structure:
Simple
Status:
Draft
Release Date:
2008-04-11
Latest Modification Date:
2026-04-30

Weakness Name

Protection Mechanism Failure

Description

The product does not use or incorrectly uses a protection mechanism that provides sufficient defense against directed attacks against the product.

This weakness covers three distinct situations. A "missing" protection mechanism occurs when the application does not define any mechanism against a certain class of attack. An "insufficient" protection mechanism might provide some defenses - for example, against the most common attacks - but it does not protect against everything that is intended. Finally, an "ignored" mechanism occurs when a mechanism is available and in active use within the product, but the developer has not applied it in some code path.

Common Consequences

Scope:
Access Control
Impact:
Bypass Protection Mechanism

Related Alerts