CWE•Base•Incomplete•14 recent CVEs
CWE-289Authentication Bypass by Alternate Name
Description
The product performs authentication based on the name of a resource being accessed, or the name of the actor performing the access, but it does not properly check all possible names for that resource or actor.
Common consequences
- Access Control→Bypass Protection Mechanism
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-108427.52026-07-30CVE-2026-97019.82026-07-08CVE-2026-550757.42026-07-07CVE-2026-486186.52026-06-26CVE-2026-560912026-06-25CVE-2026-5362210.02026-06-23CVE-2026-506279.12026-06-12CVE-2026-444928.62026-06-11CVE-2026-436174.82026-05-20CVE-2026-3985810.02026-04-30CVE-2026-31843.72026-04-03CVE-2025-551309.12026-01-20CVE-2024-20987.52024-06-13CVE-2023-18039.82023-04-14