CWE-183Base

Permissive List of Allowed Inputs

Draft in the CWE catalog · 45 CVEs mapped

45
CVEs mapped
6.3
Median CVSS
What it is

The product implements a protection mechanism that relies on a list of inputs (or properties of inputs) that are explicitly allowed by policy because the inputs are assumed to be safe, but the list is too permissive - that is, it allows an input that is unsafe, leading to resultant weaknesses.

Recent examples
8.4cvss
CVE-2026-55581

CVE-2026-55581 - HIGH Severity Vulnerability

mcp-shell is an MCP server for running shell commands securely, auditably, and on demand. Prior to 0.6.0, the default Docker security.yaml includes /bin/bash in allowed_executables, while security.go validates only the first token and checkBlockedPatternsAndCommands does not reject the shell command-mode flag -c. A caller of the shell_exec MCP tool can provide the command argument `/bin/bash -c <arbitrary-command>`, which passes validation and reaches executor.go, where parseCommand and exec.CommandContext execute the arbitrary command as mcpuser outside the intended allowlist. This issue is fixed in version 0.6.0.

HIGHno explanation yet
0%
epss
none
CVE-2026-63649

CVE-2026-63649 - UNKNOWN Severity Vulnerability

The Windows interactive service in OpenVPN 2.4.0 through 2.6.21 and 2.7_alpha1 through 2.7.5 allows local authenticated users to bypass the trusted configuration directory constraint and load arbitrary configuration files via crafted options that bypass whitelist checks

no explanation yet
0%
epss
7.5cvss
CVE-2026-67315

CVE-2026-67315 - HIGH Severity Vulnerability

axios versions 0.31.0 before 0.33.0 and 1.15.0 before 1.18.0 fail to recognize 0.0.0.0 as a loopback address in shouldBypassProxy.js, allowing requests to 0.0.0.0 to bypass NO_PROXY rules. Attackers can supply 0.0.0.0 URLs to route requests through configured proxies, potentially exposing local services when the proxy can reach the destination.

HIGHno explanation yet
0%
epss
The record
Technical detail
CWE ID
CWE-183
Abstraction
Base
Structure
Simple
Status
Draft