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-2026-69458HIGHWindows BitLocker Elevation of Privilege VulnerabilityEPSS 0.8%CVE-2026-69365HIGHMicrosoft Local Security Authority (LSA) Server Elevation of Privilege VulnerabilityEPSS 0.8%CVE-2026-69619HIGHWindows exFAT File System Elevation of Privilege VulnerabilityEPSS 0.8%CVE-2026-69689HIGHWindows Win32k Elevation of Privilege VulnerabilityEPSS 0.8%CVE-2026-69875HIGHWindows NTFS Elevation of Privilege VulnerabilityEPSS 0.8%CVE-2026-69332HIGHWindows NTFS Elevation of Privilege VulnerabilityEPSS 0.8%CVE-2022-32817MEDIUMAn out-of-bounds read issue was addressed with improved bounds checking. This issue is fixed in watchOS 8.7, tvOS 15.6, iOS 15.6 and iPadOS EPSS 0.8%CVE-2022-41684HIGHA heap out of bounds read vulnerability exists in the OpenImageIO master-branch-9aeece7a when parsing the image file directory part of a PSDEPSS 0.8%CVE-2024-30353HIGHFoxit PDF Reader AcroForm Out-Of-Bounds Read Remote Code Execution VulnerabilityEPSS 0.8%CVE-2024-27094MEDIUMOpenZeppelin Contracts base64 encoding may read from potentially dirty memoryEPSS 0.8%CVE-2024-3839MEDIUMOut of bounds read in Fonts in Google Chrome prior to 124.0.6367.60 allowed a remote attacker to obtain potentially sensitive information frEPSS 0.8%CVE-2022-20605HIGHIn SAECOMM_CopyBufferBytes of SAECOMM_Utility.c, there is a possible out of bounds read due to an incorrect bounds check. This could lead toEPSS 0.8%CVE-2022-28285MEDIUMWhen generating the assembly code for <code>MLoadTypedArrayElementHole</code>, an incorrect AliasSet was used. In conjunction with another vEPSS 0.8%CVE-2025-21265MEDIUMWindows Digital Media Elevation of Privilege VulnerabilityEPSS 0.8%CVE-2025-21261MEDIUMWindows Digital Media Elevation of Privilege VulnerabilityEPSS 0.8%CVE-2026-67865HIGHS2OPC 1.7.3 contains an out-of-bounds read in RepublishResponse handling. This allows a remote attacker to cause a denial of serviceEPSS 0.8%CVE-2024-52802HIGHRIOT-OS missing dhcpv6_opt_t minimum header length checkEPSS 0.8%CVE-2025-21327MEDIUMWindows Digital Media Elevation of Privilege VulnerabilityEPSS 0.8%CVE-2026-45455LOWMicrosoft Excel Information Disclosure VulnerabilityEPSS 0.8%CVE-2025-21263MEDIUMWindows Digital Media Elevation of Privilege VulnerabilityEPSS 0.8%