BaseDraft
CWE-184Incomplete List of Disallowed Inputs
Category: other
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· 1
- 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· 1
- [Implementation]Do 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 lists of allowed inputs - and ensure that you are properly encoding your outputs.
Related CAPEC attack patterns· 9
References
Exploits (incoming)9
| Type | Target | Confidence | Tier |
|---|---|---|---|
| AttackPattern | Using Unicode Encoding to Bypass Validation Logiccapec-71 | 100% | live |
| AttackPattern | Exploiting Multiple Input Interpretation Layerscapec-43 | 100% | live |
| AttackPattern | Double Encodingcapec-120 | 100% | live |
| AttackPattern | Flash Injectioncapec-182 | 100% | live |
| AttackPattern | Using Leading 'Ghost' Character Sequences to Bypass Input Filterscapec-3 | 100% | live |
| AttackPattern | AJAX Footprintingcapec-85 | 100% | live |
| AttackPattern | Argument Injectioncapec-6 | 100% | live |
| AttackPattern | Command Delimiterscapec-15 | 100% | live |
| AttackPattern | User-Controlled Filenamecapec-73 | 100% | live |
(incoming)27
| Type | Target | Confidence | Tier |
|---|---|---|---|
| Vulnerability | CVE-2025-1716cve-2025-1716 | 0% | live |
| Vulnerability | CVE-2025-48732cve-2025-48732 | 0% | live |
| Vulnerability | CVE-2025-58353cve-2025-58353 | 0% | live |
| Vulnerability | CVE-2025-58361cve-2025-58361 | 0% | live |
| Vulnerability | CVE-2026-28363cve-2026-28363 | 0% | live |
| Vulnerability | CVE-2026-28783cve-2026-28783 | 0% | live |
| Vulnerability | CVE-2026-31952cve-2026-31952 | 0% | live |
| Vulnerability | CVE-2026-31992cve-2026-31992 | 0% | live |
| Vulnerability | CVE-2026-33396cve-2026-33396 | 0% | live |
| Vulnerability | CVE-2026-34177cve-2026-34177 | 0% | live |
| Vulnerability | CVE-2026-34415cve-2026-34415 | 0% | live |
| Vulnerability | CVE-2026-34430cve-2026-34430 | 0% | live |
| Vulnerability | CVE-2026-40893cve-2026-40893 | 0% | live |
| Vulnerability | CVE-2026-41264cve-2026-41264 | 0% | live |
| Vulnerability | CVE-2026-41934cve-2026-41934 | 0% | live |
| Vulnerability | CVE-2026-42435cve-2026-42435 | 0% | live |
| Vulnerability | CVE-2026-42590cve-2026-42590 | 0% | live |
| Vulnerability | CVE-2026-43566cve-2026-43566 | 0% | live |
| Vulnerability | CVE-2026-43578cve-2026-43578 | 0% | live |
| Vulnerability | CVE-2026-43584cve-2026-43584 | 0% | live |
| Vulnerability | CVE-2026-43929cve-2026-43929 | 0% | live |
| Vulnerability | CVE-2026-43991cve-2026-43991 | 0% | live |
| Vulnerability | CVE-2026-44115cve-2026-44115 | 0% | live |
| Vulnerability | CVE-2026-45006cve-2026-45006 | 0% | live |
| KEVEntry | Microsoft Exchange Server Remote Code Execution Vulnerabilitykev-cve-2021-42321 | 0% | live |
| KEVEntry | Trend Micro Apex Central Arbitrary File Upload Vulnerabilitykev-cve-2022-26871 | 0% | live |
| KEVEntry | ServiceNow Incomplete List of Disallowed Inputs Vulnerabilitykev-cve-2024-5217 | 0% | live |
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.