CWE-180Incorrect Behavior Order: Validate Before Canonicalize

PUBLISHEDweakness record
released 2006-07-19 · last modified 2025-12-11

Metadata

CWE ID:
CWE-180
摘要:
Variant
结构:
Simple
状态:
Draft
发布日期:
2006-07-19
更新日期:
2025-12-11

名称

Incorrect Behavior Order: Validate Before Canonicalize

描述

The product validates input before it is canonicalized, which prevents the product from detecting data that becomes invalid after the canonicalization step.

This can be used by an attacker to bypass the validation and launch attacks that expose weaknesses that would otherwise be prevented, such as injection.

常见后果

范围:
Access Control
影响:
Bypass Protection Mechanism

相关 CWE