Weaknesses of type CWE-140

20 results

Neutralização inadequada de delimitadores

Ocorre quando um aplicativo não trata corretamente caracteres especiais usados como delimitadores (como aspas, barras, vírgulas) em dados de entrada, permitindo que um atacante quebre a estrutura esperada e execute comandos ou acesse dados não autorizados. É um problema de falta de sanitização que abre caminho para injeção de código, quebra de parsing ou escape de contexto.

Example

Um sistema monta um comando SQL concatenando entrada do usuário sem escapar aspas: `SELECT * FROM users WHERE name='` + entrada + `'`. Se o usuário digita `admin'--`, o comando vira `SELECT * FROM users WHERE name='admin'--'`, comentando o resto da query e retornando dados de qualquer usuário com nome começado por 'admin'.

How to mitigate

Use prepared statements/parameterized queries para bancos de dados, valide e escape delimitadores conforme o contexto (HTML, URL, SQL, shell), e aplique whitelist de caracteres permitidos quando possível. Nunca confie em concatenação direta de strings com dados externos.

CVE-2023-31208HIGHLivestatus command injection in RestAPIEPSS 1.0%CVE-2023-38488HIGHKirby vulnerable to field injection in the KirbyData text storage handlerEPSS 0.9%CVE-2023-6157HIGHLivestatus injection in ajax_searchEPSS 0.9%CVE-2023-6156HIGHLivestatus injection in availability timelineEPSS 0.9%CVE-2024-42482MEDIUMfish-shop/syntax-check Improper Neutralization of DelimitersEPSS 0.8%CVE-2024-38865MEDIUMLivestatus command injection in RestAPIEPSS 0.8%CVE-2026-6322HIGHfast-uri vulnerable to host confusion via percent-encoded authority delimitersEPSS 0.5%CVE-2024-6542MEDIUMLivestatus injection in mknotifydEPSS 0.5%CVE-2025-47779HIGHUsing malformed From header can forge identity with ";" or NULL in name portionEPSS 0.5%CVE-2025-32918MEDIUMLivestatus injection in autocomplete endpointEPSS 0.3%CVE-2024-38866MEDIUMLivestatus Injection in dynmapsEPSS 0.3%CVE-2026-21691MEDIUMiccDEV has Type Confusion in CIccTag:IsTypeCompressed()EPSS 0.2%CVE-2025-48879MEDIUMOctoPrint Vulnerable to Denial of Service through malformed HTTP requestEPSS 0.2%CVE-2026-47162HIGHVim: Vimscript Code Injection in netrw NetrwBookHistSave() via crafted directory nameEPSS 0.2%CVE-2024-42392MEDIUMImproper Neutralization of Delimiters in Mongoose Web Server libraryEPSS 0.2%CVE-2026-33456MEDIUMPotential livestatus injection in notification testEPSS 0.2%CVE-2026-33457MEDIUMPotential livestatus injection in prediction graph pageEPSS 0.2%CVE-2026-33455MEDIUMLivestatus injection in monitoring quicksearchEPSS 0.2%CVE-2025-52989MEDIUMJunos OS and Junos OS Evolved: Annotate configuration command can be used to change the configurationEPSS 0.1%CVE-2024-42385MEDIUMImproper Neutralization of Delimiters in Mongoose Web Server libraryEPSS 0.1%