Weaknesses of type CWE-141

12 results

Falta de neutralização de delimitadores em parâmetros

Ocorre quando a aplicação não sanitiza ou valida delimitadores (como espaços, vírgulas, pipes, aspas) presentes em parâmetros de entrada antes de usá-los em operações críticas. Um atacante injeta delimitadores maliciosos para quebrar a estrutura esperada e executar comandos, consultas ou lógica não autorizada.

Example

Um script shell que monta um comando usando entrada do usuário sem aspas: `curl http://api.local/search?q=$user_input`. Se o usuário fornece `; rm -rf /`, o delimitador `;` quebra a estrutura e executa um comando arbitrário no servidor.

How to mitigate

Sempre escapar ou remover delimitadores específicos do contexto onde o parâmetro será usado (shell, SQL, URL). Use APIs seguras (prepared statements, funções nativas de escape) ao invés de concatenação manual; valide entrada contra uma whitelist rigorosa de caracteres permitidos.

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-20200HIGHCisco Integrated Management Controller Argument Injection and Remote Code Execution VulnerabilityEPSS 0.7%CVE-2026-19594HIGHPath Traversal and HTTP Parameter Pollution in Snowflake Python API (snowflake.core) Allow Confused-Deputy Privilege EscalationEPSS 0.5%CVE-2026-66323MEDIUMMicrosoft Edge (Chromium-based) Remote Code Execution VulnerabilityEPSS 0.4%CVE-2025-31329MEDIUMInformation Disclosure vulnerability in SAP NetWeaver Application Server ABAP and ABAP PlatformEPSS 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%