Fallos del tipo CWE-125
5126 resultadosLeitura fora dos limites do buffer
Ocorre quando o código tenta acessar dados além das fronteiras válidas de um buffer (array, string, estrutura), lendo memória que não deveria. O risco é expor informações sensíveis da memória adjacente ou causar crash da aplicação.
Ejemplo
Uma função que processa strings sem validar o tamanho da entrada pode ler bytes além do final da string alocada, vazando dados de memória ou causando segmentation fault. Exemplo: strcpy() copiando para buffer menor sem checagem.
Cómo mitigar
Use funções seguras com limite explícito (strlen com buffer_size, strncpy, snprintf), valide índices antes de acessar arrays, e ative verificações de limite em tempo de compilação ou execução (-ftrapv, ASAN, bounds checking).
CVE-2024-30359HIGHFoxit PDF Reader AcroForm 3D Out-Of-Bounds Read Remote Code Execution VulnerabilityEPSS 0.7%CVE-2025-21179MEDIUMDHCP Client Service Denial of Service VulnerabilityEPSS 0.7%CVE-2024-30604HIGHTenda FH1203 v2.0.1.6 has a stack overflow vulnerability in the list1 parameter of the fromDhcpListClient function.EPSS 0.7%CVE-2021-47274HIGHtracing: Correct the length check which causes memory corruptionEPSS 0.7%CVE-2023-6174MEDIUMOut-of-bounds Read in WiresharkEPSS 0.7%CVE-2024-33763HIGHlunasvg v2.3.9 was discovered to contain a stack-buffer-underflow at lunasvg/source/layoutcontext.cpp.EPSS 0.7%CVE-2022-20610HIGHIn cellular modem firmware, there is a possible out of bounds read due to a missing bounds check. This could lead to remote code execution wEPSS 0.7%CVE-2026-55211CRITICALsurfio IRAP header size fields cause out-of-bounds readsEPSS 0.7%CVE-2024-43643MEDIUMWindows USB Video Class System Driver Elevation of Privilege VulnerabilityEPSS 0.7%CVE-2025-57052CRITICALcJSON 1.5.0 through 1.7.18 allows out-of-bounds access via the decode_array_index_from_pointer function in cJSON_Utils.c, allowing remote atEPSS 0.7%CVE-2024-43637MEDIUMWindows USB Video Class System Driver Elevation of Privilege VulnerabilityEPSS 0.7%CVE-2024-43634MEDIUMWindows USB Video Class System Driver Elevation of Privilege VulnerabilityEPSS 0.7%CVE-2022-48655HIGHfirmware: arm_scmi: Harden accesses to the reset domainsEPSS 0.7%CVE-2024-43449MEDIUMWindows USB Video Class System Driver Elevation of Privilege VulnerabilityEPSS 0.7%CVE-2024-43638MEDIUMWindows USB Video Class System Driver Elevation of Privilege VulnerabilityEPSS 0.7%CVE-2026-52836HIGHOpenDDS: out-of-bounds `rd_ptr` dereference in `RtpsSampleHeader::init` — triggered by malformed RTPS submessage, remotely exploitable denial of serviceEPSS 0.7%CVE-2026-16013MEDIUMliftoff-sr CIPster cipepath.cc deserialize_symbolic out-of-boundsEPSS 0.7%CVE-2023-27728HIGHNginx NJS v0.7.10 was discovered to contain a segmentation violation via the function njs_dump_is_recursive at src/njs_vmcode.c.EPSS 0.7%CVE-2023-27730HIGHNginx NJS v0.7.10 was discovered to contain a segmentation violation via the function njs_lvlhsh_find at src/njs_lvlhsh.c.EPSS 0.7%CVE-2022-24352HIGHThis vulnerability allows network-adjacent attackers to execute arbitrary code on affected installations of TP-Link AC1750 prior to 211210 rEPSS 0.7%