Falhas do tipo CWE-141

12 resultados

Falta de Neutralização de Delimitadores em Parâmetros

Ocorre quando a aplicação recebe parâmetros ou argumentos contendo caracteres delimitadores (como aspas, espaços, barras) sem validá-los ou escapá-los adequadamente. Um atacante pode injetar delimitadores malformados para quebrar a estrutura esperada do comando, consulta ou chamada de função, resultando em execução de código não autorizado ou acesso a dados sensíveis.

Exemplo

Um script shell que constrói um comando concatenando uma entrada do usuário sem aspas: `system('grep ' + user_input + ' /etc/passwd')`. Se o usuário inserir `admin' && cat /etc/shadow`, o delimitador aspófo quebra a sintaxe e executa um comando adicional com privilégios.

Como mitigar

Use funções nativas de escape específicas da linguagem/contexto (ex: `shlex.quote()` em Python, prepared statements em SQL), valide rigorosamente a entrada contra um padrão whitelist, e evite concatenação direta de parâmetros em comandos do sistema. Prefira APIs que parametrizem automaticamente os argumentos.

CVE-2026-20200HIGHCisco Integrated Management Controller Argument Injection and Remote Code Execution VulnerabilityEPSS 5.7%CVE-2020-7868CRITICALHelpu remote code execution vulnerabilityEPSS 2.7%CVE-2022-29873CRITICALA vulnerability has been identified in SICAM T (All versions < V3.0). Affected devices do not properly validate parameters of certain GET anEPSS 1.9%CVE-2022-29872HIGHA vulnerability has been identified in SICAM T (All versions < V3.0). Affected devices do not properly validate parameters of POST requests.EPSS 1.4%CVE-2023-28815CRITICALSome versions of Hikvision's iSecure Center Product contain insufficient parameter validation, resulting in a command injection vulnerabilitEPSS 1.4%CVE-2022-41665CRITICALA vulnerability has been identified in SICAM P850 (7KG8500-0AA00-0AA0) (All versions < V3.10), SICAM P850 (7KG8500-0AA00-2AA0) (All versionsEPSS 1.1%CVE-2024-0840HIGHGrandstream UCM Series IP PBX HTTP Parameter InjectionEPSS 0.9%CVE-2026-19594HIGHPath Traversal and HTTP Parameter Pollution in Snowflake Python API (snowflake.core) Allow Confused-Deputy Privilege EscalationEPSS 0.4%CVE-2025-31329MEDIUMInformation Disclosure vulnerability in SAP NetWeaver Application Server ABAP and ABAP PlatformEPSS 0.3%CVE-2026-66323MEDIUMMicrosoft Edge (Chromium-based) Remote Code Execution VulnerabilityEPSS 0.3%CVE-2026-56813LOWCookie attribute injection in Plug.Conn.Cookies.encode/2EPSS 0.2%CVE-2025-20338MEDIUMA vulnerability in the CLI of Cisco IOS XE Software could allow an authenticated, local attacker with administrative privileges to execute aEPSS 0.2%