Fallos del tipo CWE-125

5119 resultados

Leitura 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-2023-29419MEDIUMAn issue was discovered in libbzip3.a in bzip3 before 1.2.3. There is a bz3_decode_block out-of-bounds read.EPSS 0.9%CVE-2023-29418MEDIUMAn issue was discovered in libbzip3.a in bzip3 before 1.2.3. There is an xwrite out-of-bounds read.EPSS 0.9%CVE-2022-34875LOWThis vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 11.2.1.53537. UseEPSS 0.9%CVE-2026-68898MEDIUMWindows iSCSI Denial of Service VulnerabilityEPSS 0.9%CVE-2026-8177HIGHXML::LibXML versions through 2.0210 for Perl read out-of-bounds heap memory when parsing XML node names containing truncated UTF-8 byte sequencesEPSS 0.9%CVE-2022-37351LOWThis vulnerability allows remote attackers to disclose sensitive information on affected installations of PDF-XChange Editor. User interactiEPSS 0.9%CVE-2024-49077MEDIUMWindows Mobile Broadband Driver Elevation of Privilege VulnerabilityEPSS 0.9%CVE-2024-49078MEDIUMWindows Mobile Broadband Driver Elevation of Privilege VulnerabilityEPSS 0.9%CVE-2025-4969MEDIUMLibsoup: off-by-one out-of-bounds read in find_boundary() in soup-multipart.cEPSS 0.9%CVE-2022-1297MEDIUMOut-of-bounds Read in r_bin_ne_get_entrypoints function in radareorg/radare2EPSS 0.9%CVE-2022-21711HIGHOut-of-bounds Read lead to application crashes or information leakage in ELF parsing.EPSS 0.9%CVE-2022-43616HIGHThis vulnerability allows remote attackers to execute arbitrary code on affected installations of Corel CorelDRAW Graphics Suite 23.5.0.506.EPSS 0.9%CVE-2023-35358HIGHWindows Kernel Elevation of Privilege VulnerabilityEPSS 0.9%CVE-2022-37383LOWThis vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 11.2.1.53537. UseEPSS 0.9%CVE-2023-35357HIGHWindows Kernel Elevation of Privilege VulnerabilityEPSS 0.9%CVE-2022-37380LOWThis vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 11.2.1.53537. UseEPSS 0.9%CVE-2022-37386LOWThis vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PDF Reader 11.2.2.53575. UseEPSS 0.9%CVE-2024-49109MEDIUMWireless Wide Area Network Service (WwanSvc) Elevation of Privilege VulnerabilityEPSS 0.9%CVE-2024-49101MEDIUMWireless Wide Area Network Service (WwanSvc) Elevation of Privilege VulnerabilityEPSS 0.9%CVE-2026-22855MEDIUMFreeRDP has a heap-buffer-overflow in smartcard_unpack_set_attrib_callEPSS 0.9%