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 Mechanism
    Attackers 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

CAPEC-120CAPEC-15CAPEC-182CAPEC-3CAPEC-43CAPEC-6CAPEC-71CAPEC-73CAPEC-85

References

  1. https://cwe.mitre.org/data/definitions/184.html

Exploits (incoming)9

TypeTargetConfidenceTier
AttackPatternUsing Unicode Encoding to Bypass Validation Logiccapec-71100%live
AttackPatternExploiting Multiple Input Interpretation Layerscapec-43100%live
AttackPatternDouble Encodingcapec-120100%live
AttackPatternFlash Injectioncapec-182100%live
AttackPatternUsing Leading 'Ghost' Character Sequences to Bypass Input Filterscapec-3100%live
AttackPatternAJAX Footprintingcapec-85100%live
AttackPatternArgument Injectioncapec-6100%live
AttackPatternCommand Delimiterscapec-15100%live
AttackPatternUser-Controlled Filenamecapec-73100%live

(incoming)27

TypeTargetConfidenceTier
VulnerabilityCVE-2025-1716cve-2025-17160%live
VulnerabilityCVE-2025-48732cve-2025-487320%live
VulnerabilityCVE-2025-58353cve-2025-583530%live
VulnerabilityCVE-2025-58361cve-2025-583610%live
VulnerabilityCVE-2026-28363cve-2026-283630%live
VulnerabilityCVE-2026-28783cve-2026-287830%live
VulnerabilityCVE-2026-31952cve-2026-319520%live
VulnerabilityCVE-2026-31992cve-2026-319920%live
VulnerabilityCVE-2026-33396cve-2026-333960%live
VulnerabilityCVE-2026-34177cve-2026-341770%live
VulnerabilityCVE-2026-34415cve-2026-344150%live
VulnerabilityCVE-2026-34430cve-2026-344300%live
VulnerabilityCVE-2026-40893cve-2026-408930%live
VulnerabilityCVE-2026-41264cve-2026-412640%live
VulnerabilityCVE-2026-41934cve-2026-419340%live
VulnerabilityCVE-2026-42435cve-2026-424350%live
VulnerabilityCVE-2026-42590cve-2026-425900%live
VulnerabilityCVE-2026-43566cve-2026-435660%live
VulnerabilityCVE-2026-43578cve-2026-435780%live
VulnerabilityCVE-2026-43584cve-2026-435840%live
VulnerabilityCVE-2026-43929cve-2026-439290%live
VulnerabilityCVE-2026-43991cve-2026-439910%live
VulnerabilityCVE-2026-44115cve-2026-441150%live
VulnerabilityCVE-2026-45006cve-2026-450060%live
KEVEntryMicrosoft Exchange Server Remote Code Execution Vulnerabilitykev-cve-2021-423210%live
KEVEntryTrend Micro Apex Central Arbitrary File Upload Vulnerabilitykev-cve-2022-268710%live
KEVEntryServiceNow Incomplete List of Disallowed Inputs Vulnerabilitykev-cve-2024-52170%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CWE
Permissive List of Allowed Inputs
CWE
Reliance on Untrusted Inputs in a Security Decision
CWE
Misinterpretation of Input
CWE
Insufficient Verification of Data Authenticity
CWE
Improper Input Validation
CWE
Incomplete Denylist to Cross-Site Scripting
Sourced from MITRE CWE 4.20. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.