Falhas do tipo CWE-119

3.265 resultados

Corrupção de Memória Genérica

É uma categoria abrangente que descreve qualquer acesso indevido à memória — escrever fora dos limites de um buffer, ler dados não inicializados, ou manipular ponteiros inválidos. O risco é grave: permite execução de código arbitrário, travamento da aplicação ou exposição de dados sensíveis.

Exemplo

Um programa em C copia dados do usuário para um array sem validar o tamanho (strcpy em vez de strncpy). Um atacante envia uma string maior que o buffer, sobrescrevendo dados adjacentes ou até o endereço de retorno da função, permitindo injetar código malicioso.

Como mitigar

Use funções seguras (strncpy, snprintf, memmove com limites explícitos), valide e sanitize toda entrada antes de copiar, ative canários de pilha e ASLR no SO, e aplique sanitizadores (ASAN, UBSAN) durante desenvolvimento e testes. Em linguagens seguras (Rust, Python) o problema é praticamente eliminado.

CVE-2025-11293HIGHBelkin F9K1015 formConnectionSetting buffer overflowEPSS 1.1%CVE-2025-11297HIGHBelkin F9K1015 formSetLanguage buffer overflowEPSS 1.1%CVE-2025-11302HIGHBelkin F9K1015 formWpsStart buffer overflowEPSS 1.1%CVE-2025-10170HIGHUTT 1200GW formApLbConfig sub_4B48F8 buffer overflowEPSS 1.1%CVE-2025-10172HIGHUTT 750W formPictureUrl buffer overflowEPSS 1.1%CVE-2025-10171HIGHUTT 1250GW formConfigApConfTemp sub_453DC buffer overflowEPSS 1.1%CVE-2025-15045CRITICALTenda WH450 HTTP Request Natlimit stack-based overflowEPSS 1.1%CVE-2025-15044CRITICALTenda WH450 NatStaticSetting stack-based overflowEPSS 1.1%CVE-2025-15046CRITICALTenda WH450 HTTP Request PPTPClient stack-based overflowEPSS 1.1%CVE-2026-4182CRITICALD-Link DIR-816 goahead form2Wl5RepeaterStep2.cgi stack-based overflowEPSS 1.1%CVE-2026-0839HIGHUTT 进取 520W APSecurity strcpy buffer overflowEPSS 1.1%CVE-2025-10757HIGHUTT 1200GW formConfigDnsFilterGlobal buffer overflowEPSS 1.1%CVE-2021-41121HIGHMemory corruption in VyperEPSS 1.1%CVE-2025-3802HIGHTenda W12/i24 httpd cgiPingSet stack-based overflowEPSS 1.1%CVE-2019-1901HIGHCisco Nexus 9000 Series ACI Mode Switch Software Link Layer Discovery Protocol Buffer Overflow VulnerabilityEPSS 1.1%CVE-2025-7792HIGHTenda FH451 SafeEmailFilter formSafeEmailFilter stack-based overflowEPSS 1.1%CVE-2025-7794HIGHTenda FH451 NatStaticSetting fromNatStaticSetting stack-based overflowEPSS 1.1%CVE-2025-11328HIGHTenda AC18 SetDDNSCfg stack-based overflowEPSS 1.1%CVE-2025-7793HIGHTenda FH451 webtypelibrary formWebTypeLibrary stack-based overflowEPSS 1.1%CVE-2025-1851HIGHTenda AC7 SetFirewallCfg formSetFirewallCfg stack-based overflowEPSS 1.1%