CWE•Variant•Draft•14 recent CVEs
CWE-176Improper Handling of Unicode Encoding
Description
The product does not properly handle when an input contains Unicode encoding.
Common consequences
- Integrity→Unexpected State
Potential mitigations
- Architecture and DesignAvoid making decisions based on names of resources (e.g. files) if those resources can have alternate names.
- Implementation[object Object]
- ImplementationInputs should be decoded and canonicalized to the application's current internal representation before being validated (CWE-180). Make sure that the application does not decode the same input twice (CWE-174). Such errors could be used to bypass allowlist validation schemes by introducing dangerous inputs after they have been checked.
Related CWEs
Recent CVEs classified under this CWE
CVE-2026-598906.12026-07-08CVE-2026-486186.52026-06-26CVE-2026-494017.32026-06-23CVE-2026-451358.12026-06-23CVE-2026-450628.12026-06-10CVE-2025-713169.82026-06-04CVE-2026-442885.32026-05-13CVE-2026-70407.52026-04-27CVE-2026-353753.32026-04-22CVE-2026-353733.32026-04-22CVE-2026-353463.32026-04-22CVE-2026-41167.22026-04-09CVE-2026-41146.62026-04-09CVE-2026-239508.82026-01-20