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-2025-62521CRITICALChurchCRM has unauthenticated RCE in its Install WizardEPSS 4.5%CVE-2025-42880CRITICALCode Injection vulnerability in SAP Solution ManagerEPSS 4.5%CVE-2023-41179HIGHA vulnerability in the 3rd party AV uninstaller module contained in Trend Micro Apex One (on-prem and SaaS), Worry-Free Business Security anEPSS 4.5%KEVCVE-2019-1157HIGHJet Database Engine Remote Code Execution VulnerabilityEPSS 4.5%CVE-2024-11613CRITICALWordPress File Upload <= 4.24.15 - Unauthenticated Remote Code Execution, Arbitrary File Read, and Arbitrary File DeletionEPSS 4.5%CVE-2017-16042Growl adds growl notification support to nodejs. Growl before 1.10.2 does not properly sanitize input before passing it to exec, allowing foEPSS 4.4%CVE-2026-59865CRITICALKiota: Command injection via x-ms-kiota-info dependencyInstallCommand surfaced by `kiota info`EPSS 4.4%CVE-2021-41269CRITICALUnauthenticated remote code injection in cron-utilsEPSS 4.3%CVE-2020-8137Code injection vulnerability in blamer 1.0.0 and earlier may result in remote code execution when the input can be controlled by an attackerEPSS 4.3%CVE-2026-77806CRITICALSPIP before 4.4.21 allows unauthenticated remote attackers to execute arbitrary code, as exploited in the wild in August 2026. This is relatEPSS 4.2%CVE-2018-25114CRITICALosCommerce 2.3.4.1 Installer Unauthenticated Configuration File Injection PHP Code ExecutionEPSS 4.2%CVE-2023-33466Orthanc before 1.12.0 allows authenticated users with access to the Orthanc API to overwrite arbitrary files on the file system, and in specEPSS 4.2%CVE-2011-10019CRITICALSpreecommerce < 0.60.2 Search Parameter RCEEPSS 4.0%CVE-2020-5258HIGHPrototype pollution in dojoEPSS 4.0%CVE-2026-42607CRITICALGrav: Remote Code Execution (RCE) via Malicious Plugin ZIP Upload in Direct Install FeatureEPSS 3.9%CVE-2023-0877CRITICAL Code Injection in froxlor/froxlorEPSS 3.9%CVE-2024-46507HIGHA SSTI (server side template injection) vulnerability in the custom template export function in yeti-platform yeti before 2.1.12 allows attaEPSS 3.9%CVE-2019-7610Kibana versions before 6.6.1 contain an arbitrary code execution flaw in the security audit logger. If a Kibana instance has the setting xpaEPSS 3.9%CVE-2005-3302HIGHEval injection vulnerability in bvh_import.py in Blender 2.36 allows attackers to execute arbitrary Python code via a hierarchy element in aEPSS 3.9%CVE-2026-47668CRITICALDbGate: Unauthenticated Remote Code Execution via JSON Script RunnerEPSS 3.9%