Weaknesses of type CWE-20

5,416 results

Validação inadequada de entrada

O software recebe dados do usuário ou de fontes externas, mas não verifica ou verifica de forma incompleta se esses dados têm as propriedades necessárias para processar com segurança. Isso permite que entradas malformadas, maliciosas ou inesperadas passem por controles e causem comportamentos indevidos — desde crashes até injeção de código.

Example

Uma aplicação web recebe um parâmetro numérico via GET, mas não valida se é realmente um número inteiro válido antes de usá-lo em uma consulta SQL. Um atacante envia um valor com caracteres especiais (ex: `1' OR '1'='1`), conseguindo injetar código SQL direto no banco de dados.

How to mitigate

Implemente validação rigorosa na entrada: defina o tipo, formato, comprimento e intervalo esperados; rejeite tudo que não se encaixe. Use listas de caracteres permitidos ('whitelist'), escape de dados para o contexto específico (SQL, HTML, URL) e bibliotecas de validação consolidadas. Nunca confie em dados do cliente.

CVE-2023-27599HIGHOpenSIPS has vulnerability in the parse_to_param() functionEPSS 1.0%CVE-2024-21374MEDIUMMicrosoft Teams for Android Information Disclosure VulnerabilityEPSS 1.0%CVE-2023-28513MEDIUMIBM MQ denial of serviceEPSS 1.0%CVE-2026-1668HIGHInput Validation Vulnerability on Multiple Omada SwitchesEPSS 1.0%CVE-2023-28095HIGHOpenSIPS has vulnerability in the building the local negative repliesEPSS 1.0%CVE-2020-3519MEDIUMCisco Data Center Network Manager Path Traversal VulnerabilityEPSS 1.0%CVE-2020-3317MEDIUMCisco Firepower Threat Defense Software SSL Input Validation Denial of Service VulnerabilityEPSS 1.0%CVE-2023-50737CRITICALAn input validation vulnerability in the SE Menu allows an attacker to execute arbitrary code.EPSS 1.0%CVE-2021-41769—A vulnerability has been identified in SIPROTEC 5 6MD85 devices (CPU variant CP300) (All versions < V8.83), SIPROTEC 5 6MD86 devices (CPU vaEPSS 1.0%CVE-2020-3307MEDIUMCisco Firepower Management Center Arbitrary Log File Write VulnerabilityEPSS 1.0%CVE-2021-25378MEDIUMImproper access control of certain port in SmartThings prior to version 1.7.63.6 allows remote temporary denial of service.EPSS 1.0%CVE-2026-70105MEDIUMMicrosoft Word Information Disclosure VulnerabilityEPSS 1.0%CVE-2026-72977MEDIUMMicrosoft Office PowerPoint Information Disclosure VulnerabilityEPSS 1.0%CVE-2023-29530HIGHLaminas Diactoros vulnerable to HTTP Multiline Header TerminationEPSS 1.0%CVE-2024-33792CRITICALnetis-systems MEX605 v2.00.06 allows attackers to execute arbitrary OS commands via a crafted payload to the tracert page.EPSS 1.0%CVE-2020-15203HIGHDenial of Service in TensorflowEPSS 1.0%CVE-2024-27918HIGHCoder's OIDC authentication allows email with partially matching domain to registerEPSS 1.0%CVE-2025-34159CRITICALCoolify Docker Compose Directive Injection in Application Deployment WorkflowEPSS 1.0%CVE-2023-25930MEDIUMIBM Db2 denial of serviceEPSS 1.0%CVE-2017-15136—When registering and activating a new system with Red Hat Satellite 6 if the new systems hostname is then reset to the hostname of a previouEPSS 1.0%