Falhas do tipo CWE-120

3.164 resultados

Estouro de buffer clássico

A aplicação copia dados em um buffer sem validar o tamanho, permitindo que um atacante sobrescreva memória adjacente. Isso pode corromper variáveis, desviar o fluxo de execução ou injetar código malicioso que será executado com os mesmos privilégios da aplicação.

Exemplo

Um formulário web aceita um nome de usuário e o copia direto em um array de 32 bytes sem checar comprimento. Um atacante envia 200 bytes; o excesso sobrescreve o endereço de retorno da função, desviando a execução para código dele. Comum em CGI antigos, serviços network e binários C/C++ mal escritos.

Como mitigar

Use funções seguras (strncpy, strlcpy em vez de strcpy; snprintf em vez de sprintf) que respeitam limites. Sempre valide e sanitize entrada externa antes de copiar. Em C moderno, considere AddressSanitizer ou ferramentas estáticas para detectar cópias inseguras em tempo de compilação.

CVE-2022-20912MEDIUMCisco Small Business RV110W, RV130, RV130W, and RV215W Routers Remote Command Execution and Denial of Service VulnerabilitiesEPSS 1.0%CVE-2022-20895MEDIUMCisco Small Business RV110W, RV130, RV130W, and RV215W Routers Remote Command Execution and Denial of Service VulnerabilitiesEPSS 1.0%CVE-2022-20892MEDIUMCisco Small Business RV110W, RV130, RV130W, and RV215W Routers Remote Command Execution and Denial of Service VulnerabilitiesEPSS 1.0%CVE-2022-20899MEDIUMCisco Small Business RV110W, RV130, RV130W, and RV215W Routers Remote Command Execution and Denial of Service VulnerabilitiesEPSS 1.0%CVE-2022-20897MEDIUMCisco Small Business RV110W, RV130, RV130W, and RV215W Routers Remote Command Execution and Denial of Service VulnerabilitiesEPSS 1.0%CVE-2022-20902MEDIUMCisco Small Business RV110W, RV130, RV130W, and RV215W Routers Remote Command Execution and Denial of Service VulnerabilitiesEPSS 1.0%CVE-2022-20894MEDIUMCisco Small Business RV110W, RV130, RV130W, and RV215W Routers Remote Command Execution and Denial of Service VulnerabilitiesEPSS 1.0%CVE-2022-20893MEDIUMCisco Small Business RV110W, RV130, RV130W, and RV215W Routers Remote Command Execution and Denial of Service VulnerabilitiesEPSS 1.0%CVE-2022-20896MEDIUMCisco Small Business RV110W, RV130, RV130W, and RV215W Routers Remote Command Execution and Denial of Service VulnerabilitiesEPSS 1.0%CVE-2026-3016HIGHUTT HiPER 810G formP2PLimitConfig strcpy buffer overflowEPSS 1.0%CVE-2026-3165HIGHTenda F453 httpd AdvSetWrlsafeset fromSetWifiGusetBasic buffer overflowEPSS 1.0%CVE-2026-3167HIGHTenda F453 httpd webtypelibrary formWebTypeLibrary buffer overflowEPSS 1.0%CVE-2026-2904HIGHUTT HiPER 810G ConfigExceptAli strcpy buffer overflowEPSS 1.0%CVE-2026-2981HIGHUTT HiPER 810G formTaskEdit_ap strcpy buffer overflowEPSS 1.0%CVE-2026-3015HIGHUTT HiPER 810G formPolicyRouteConf strcpy buffer overflowEPSS 1.0%CVE-2026-3168HIGHTenda F453 httpd NatStaticSetting fromNatStaticSetting buffer overflowEPSS 1.0%CVE-2026-3169HIGHTenda F453 httpd SafeEmailFilter fromSafeEmailFilter buffer overflowEPSS 1.0%CVE-2026-3166HIGHTenda F453 httpd RouteStatic fromRouteStatic buffer overflowEPSS 1.0%CVE-2026-2911HIGHTenda FH451 GstDhcpSetSer buffer overflowEPSS 1.0%CVE-2024-33365HIGHBuffer Overflow vulnerability in Tenda AC10 v4 US_AC10V4.0si_V16.03.10.20_cn allows a remote attacker to execute arbitrary code via the VirtEPSS 1.0%