CWE-180Variant

Incorrect Behavior Order: Validate Before Canonicalize

Draft in the CWE catalog · 28 CVEs mapped

28
CVEs mapped
7.1
Median CVSS
What it is

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

Recent examples
none
CVE-2026-82736

CVE-2026-82736 - UNKNOWN Severity Vulnerability

Incorrect Behavior Order: Validate Before Canonicalize vulnerability in ash-project ash lets an attacker store a case-insensitive string value that violates its length or match constraints. Ash.Type.CiString.apply_constraints/2 (lib/ash/type/ci_string.ex) validated the max_length, min_length, and match constraints against the value as submitted, while the type case-folds the string (per its casing) for storage and comparison. Because validation ran before folding, an attacker can submit a value whose folded form breaks a constraint but whose original form passes: for example, against a match pattern requiring uppercase, an uppercase value that is stored lowercased persists a value the pattern rejects. The fix case-folds the value at the start of apply_constraints/2, so the constraints are checked against the form that is actually stored. This issue affects ash: from 1.29.0-rc0 before 3.32.2.

no explanation yet
0%
epss
none
CVE-2026-82481

CVE-2026-82481 - UNKNOWN Severity Vulnerability

The cohttp package before 6.3.0 for OCaml allows directory traversal.

no explanation yet
1%
epss
none
CVE-2026-76203

CVE-2026-76203 - UNKNOWN Severity Vulnerability

Incorrect Behavior Order: Validate Before Canonicalize in the report theme CSS sanitizer in maalfer Pentestify 1.2.0 through 2.3.2 allows an authenticated user to force outbound HTTP requests from other users' browsers, disclosing their IP address and User-Agent, via CSS hex escapes that reconstruct the url() function and evade the sanitizer blocklist

no explanation yet
0%
epss
The record
Technical detail
CWE ID
CWE-180
Abstraction
Variant
Structure
Simple
Status
Draft