Fallos del tipo CWE-94

4404 resultados

Injeção de script

A aplicação executa código dinâmico (JavaScript, Python, etc.) construído a partir de entrada do usuário sem validação ou sanitização adequada. Um atacante injeta comandos maliciosos que são interpretados e executados pelo servidor ou navegador como se fossem parte legítima do programa.

Ejemplo

Um formulário de contato concatena o nome do usuário diretamente em um script JavaScript enviado ao navegador: `<script>var usuario = '` + entrada_usuario + `';</script>`. Se o usuário envia `'; alert('xss'); //`, o navegador executa o alerta indesejado.

Cómo mitigar

Nunca construa código dinâmico a partir de entrada de usuário. Use APIs seguras (como `JSON.parse()` ao invés de `eval()`, ou templates com escape automático), valide e sanitize rigorosamente todas as entradas, e aplique listas brancas de caracteres permitidos quando possível.

CVE-2026-3395MEDIUMMaxSite CMS MarkItUp Preview AJAX Endpoint preview-ajax.php eval code injectionEPSS 3.9%CVE-2023-37466CRITICALvm2 Sandbox Escape vulnerabilityEPSS 3.9%CVE-2024-39844CRITICALIn ZNC before 1.9.1, remote code execution can occur in modtcl via a KICK.EPSS 3.9%CVE-2025-55423CRITICALA command injection vulnerability exists in the upnp_relay() function in multiple ipTIME router models because the controlURL value used to EPSS 3.8%CVE-2017-14853HIGHThe Orpak SiteOmat OrCU component is vulnerable to code injection, for all versions prior to 2017-09-25, due to a search query that uses a dEPSS 3.8%CVE-2026-26030CRITICALMicrosoft Semantic Kernel InMemoryVectorStore filter functionality vulnerable to remote code executionEPSS 3.8%CVE-2024-44411CRITICALD-Link DI-8300 v16.07.26A1 is vulnerable to command injection via the msp_info_htm function.EPSS 3.7%CVE-2025-13773CRITICALPrint Invoice & Delivery Notes for WooCommerce <= 5.8.0 - Unauthenticated Remote Code ExecutionEPSS 3.7%CVE-2025-51991HIGHXWiki through version 17.3.0 is vulnerable to Server-Side Template Injection (SSTI) in the Administration interface, specifically within theEPSS 3.7%CVE-2022-23088CRITICAL802.11 heap buffer overflowEPSS 3.6%CVE-2025-41243CRITICALSpring Expression Language property modification using Spring Cloud Gateway Server WebFluxEPSS 3.5%CVE-2024-41667HIGHOpenAM FreeMarker template injectionEPSS 3.5%CVE-2022-39327HIGHImproper Control of Generation of Code ('Code Injection') in Azure CLIEPSS 3.5%CVE-2022-1159HIGHRockwell Automation Studio 5000 Logix Designer Code InjectionEPSS 3.5%CVE-2023-36281CRITICALAn issue in langchain v.0.0.171 allows a remote attacker to execute arbitrary code via a JSON file to load_prompt. This is related to __subcEPSS 3.4%CVE-2019-5413An attacker can use the format parameter to inject arbitrary commands in the npm package morgan < 1.9.1.EPSS 3.4%CVE-2019-1194HIGHScripting Engine Memory Corruption VulnerabilityEPSS 3.4%CVE-2020-15252HIGHRCE in XWikiEPSS 3.4%CVE-2015-3173custom-content-type-manager Wordpress plugin can be used by an administrator to achieve arbitrary PHP remote code execution.EPSS 3.3%CVE-2024-38346CRITICALApache CloudStack: Unauthenticated cluster service port leads to remote executionEPSS 3.3%