CWE•Base•Draft•20 recent CVEs
CWE-184Incomplete List of Disallowed Inputs
Description
The product implements a protection mechanism that relies on a list of inputs (or properties of inputs) that are not allowed by policy or otherwise require other action to neutralize before additional processing takes place, but the list is incomplete.
Common consequences
- Access Control→Bypass Protection MechanismAttackers may be able to find other malicious inputs that were not expected by the developer, allowing them to bypass the intended protection mechanism.
Potential mitigations
- ImplementationDo not rely exclusively on detecting disallowed inputs. There are too many variants to encode a character, especially when different environments are used, so there is a high likelihood of missing some variants. Only use detection of disallowed inputs as a mechanism for detecting suspicious activity. Ensure that you are using other protection mechanisms that only identify "good" input - such as li
Related CWEs
CWE-693Protection Mechanism FailureCWE-1023Incomplete Comparison with Missing FactorsCWE-79Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')CWE-78Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')CWE-434Unrestricted Upload of File with Dangerous TypeCWE-98Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')
Recent CVEs classified under this CWE
CVE-2026-485578.82026-05-29CVE-2026-442876.32026-05-29CVE-2026-444638.62026-05-28CVE-2026-444626.42026-05-28CVE-2026-450377.12026-05-15CVE-2026-425908.22026-05-14CVE-2026-408938.22026-05-14CVE-2026-439298.22026-05-12CVE-2026-439918.42026-05-12CVE-2026-450068.82026-05-11CVE-2026-449935.42026-05-11CVE-2026-441158.82026-05-06CVE-2026-441147.82026-05-06CVE-2026-435848.82026-05-06CVE-2026-435789.12026-05-06CVE-2026-419348.82026-05-06CVE-2026-435669.12026-05-05CVE-2026-435327.72026-05-05CVE-2026-424358.82026-05-05CVE-2026-424275.32026-04-28