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-10464HIGHRepeated writes to history interface attributes could have been used to cause a Denial of Service condition in the browser. This was addressEPSS 0.6%CVE-2026-6104MEDIUMGlobal buffer over-read in mb_convert_encoding() with attacker-supplied encodingEPSS 0.6%CVE-2024-26890HIGHBluetooth: btrtl: fix out of bounds memory accessEPSS 0.6%CVE-2024-30364LOWFoxit PDF Reader U3D File Parsing Out-Of-Bounds Read Information Disclosure VulnerabilityEPSS 0.6%CVE-2023-52152HIGHmupnp/net/uri.c in mUPnP for C through 3.0.2 has an out-of-bounds read and application crash because it lacks a certain host length recalculEPSS 0.6%CVE-2024-42478MEDIUMllama.cpp allows Arbitrary Address Read in rpc_server::get_tensorEPSS 0.6%CVE-2023-21714MEDIUMMicrosoft Office Information Disclosure VulnerabilityEPSS 0.6%CVE-2026-41503HIGHBACnet Stack: Out-of-Bounds Read in ReadPropertyMultiple Property Decoder via Deprecated Tag ParserEPSS 0.6%CVE-2026-41502HIGHBACnet Stack: Off-by-One Out-of-Bounds Read in ReadPropertyMultiple Object ID DecoderEPSS 0.6%CVE-2026-20851MEDIUMCapability Access Management Service (camsvc) Information Disclosure VulnerabilityEPSS 0.6%CVE-2024-10467CRITICALMemory safety bugs present in Firefox 131, Firefox ESR 128.3, and Thunderbird 128.3. Some of these bugs showed evidence of memory corruptionEPSS 0.6%CVE-2019-5034MEDIUMAn exploitable information disclosure vulnerability exists in the Weave Legacy Pairing functionality of Nest Cam IQ Indoor version 4620002. EPSS 0.6%CVE-2025-27490HIGHWindows Bluetooth Service Elevation of Privilege VulnerabilityEPSS 0.6%CVE-2026-55047MEDIUMMicrosoft Office Information Disclosure VulnerabilityEPSS 0.6%CVE-2026-44821MEDIUMMicrosoft Office Information Disclosure VulnerabilityEPSS 0.6%CVE-2026-55028MEDIUMMicrosoft Office Information Disclosure VulnerabilityEPSS 0.6%CVE-2025-27728HIGHWindows Kernel-Mode Driver Elevation of Privilege VulnerabilityEPSS 0.6%CVE-2026-55050MEDIUMMicrosoft Word Information Disclosure VulnerabilityEPSS 0.6%CVE-2026-55027MEDIUMMicrosoft Office Information Disclosure VulnerabilityEPSS 0.6%CVE-2026-55023MEDIUMMicrosoft Office Information Disclosure VulnerabilityEPSS 0.6%