Falhas do tipo CWE-501

32 resultados

Violação de Limite de Confiança

Ocorre quando o código trata dados que cruzam um limite de segurança (como entrada de usuário, rede ou processos não confiáveis) como se fossem internamente seguros, sem validação ou sanitização adequada. O desenvolvedor assume erroneamente que certos dados são confiáveis quando, na verdade, podem vir de fontes hostis.

Exemplo

Uma aplicação web recebe um parâmetro de URL e o usa diretamente em uma query SQL, ou um serviço backend confia cegamente em headers HTTP enviados pelo cliente para tomar decisões de controle de acesso, sem verificar a origem real da requisição.

Como mitigar

Valide e sanitize explicitamente todo dado que cruze um limite de confiança (entrada do usuário, APIs externas, headers, etc.). Use whitelist de valores esperados, prepared statements para SQL, e nunca assuma que dados internos são seguros só porque vieram de um componente seu — sempre considere que foram potencialmente modificados.

CVE-2026-44091HIGHCreation of a new configuration by posting a malicious ID to MQTTEPSS 0.3%CVE-2022-20826MEDIUMA vulnerability in the secure boot implementation of Cisco Secure Firewalls 3100 Series that are running Cisco Adaptive Security Appliance (EPSS 0.3%CVE-2026-33828HIGHWindows Device Health Attestation (DHA) Elevation of Privilege VulnerabilityEPSS 0.3%CVE-2025-1118MEDIUMGrub2: commands/dump: the dump command is not in lockdown when secure boot is enabledEPSS 0.3%CVE-2022-1799MEDIUMIncorrect signature verification on Google play-services-basement in Google Play SDKEPSS 0.3%CVE-2026-35051HIGHTraefik: ForwardAuth trustForwardHeader=false allows spoofed X-Forwarded-Prefix to bypass authEPSS 0.3%CVE-2024-20265MEDIUMA vulnerability in the boot process of Cisco Access Point (AP) Software could allow an unauthenticated, physical attacker to bypass the CiscEPSS 0.2%CVE-2023-0627MEDIUMDocker Desktop 4.11.x allows --no-windows-containers flag bypassEPSS 0.2%CVE-2025-14542HIGHCommand execution in python-utcp allows attackers to achieve remote code execution when fetching a remote Manual from a malicious endpointEPSS 0.2%CVE-2023-0629HIGHDocker Desktop before 4.17.0 allows an unprivileged user to bypass Enhanced Container Isolation restrictions via the raw Docker socket and launch privileged containersEPSS 0.2%CVE-2026-65902MEDIUMDOMPurify before 3.4.7 Hook Mutation Pollution via allowedTagsEPSS 0.2%CVE-2026-24153MEDIUMNVIDIA Jetson Linux has a vulnerability in initrd, where the nvluks trusted application is not disabled. A successful exploit of this vulnerEPSS 0.1%