Fallos del tipo CWE-125
5104 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-2017-16573—This vulnerability allows remote attackers to disclose sensitive information on vulnerable installations of Foxit Reader 8.3.1.21155. User iEPSS 2.5%CVE-2022-35671MEDIUMAdobe Acrobat Reader DC Font Parsing Out-Of-Bounds Read Information Disclosure VulnerabilityEPSS 2.5%CVE-2021-35992LOWAdobe Bridge PostScript Parsing Out-Of-Bounds Read Information Disclosure VulnerabilityEPSS 2.5%CVE-2021-28615MEDIUMAdobe After Effects Out-of-bounds Read vulnerability could lead to sensitive information disclosureEPSS 2.4%CVE-2021-28600MEDIUMAdobe After Effects Out-of-bounds Read vulnerability could lead to sensitive information disclosureEPSS 2.4%CVE-2021-45055HIGHAdobe InCopy TIF File Parsing Out-Of-Bounds Read Remote Code Execution VulnerabilityEPSS 2.4%CVE-2022-30651HIGHAdobe InCopy Font Parsing Out-Of-Bounds Read Remote Code Execution VulnerabilityEPSS 2.4%CVE-2021-21091LOWAdobe Bridge HEIC File Parsing Out-Of-Bounds Read vulnerability could lead to information disclosureEPSS 2.4%CVE-2019-10949—Delta Industrial Automation CNCSoft, CNCSoft ScreenEditor Version 1.00.88 and prior. Multiple out-of-bounds read vulnerabilities may be explEPSS 2.4%CVE-2017-12995CRITICALThe DNS parser in tcpdump before 4.9.2 could enter an infinite loop due to a bug in print-domain.c:ns_print().EPSS 2.4%CVE-2019-3728HIGHRSA BSAFE Crypto-C Micro Edition versions from 4.0.0.0 before 4.0.5.4 and from 4.1.0 before 4.1.4, RSA BSAFE Micro Edition Suite versions frEPSS 2.4%CVE-2022-21722CRITICALPotential out-of-bound read during RTP/RTCP parsing in PJSIPEPSS 2.4%CVE-2014-0777—OServer Out of Bounds ReadEPSS 2.4%CVE-2017-12996CRITICALThe PIMv2 parser in tcpdump before 4.9.2 has a buffer over-read in print-pim.c:pimv2_print().EPSS 2.4%CVE-2017-13001CRITICALThe NFS parser in tcpdump before 4.9.2 has a buffer over-read in print-nfs.c:nfs_printfh().EPSS 2.4%CVE-2017-13015CRITICALThe EAP parser in tcpdump before 4.9.2 has a buffer over-read in print-eap.c:eap_print().EPSS 2.4%CVE-2017-12992CRITICALThe RIPng parser in tcpdump before 4.9.2 has a buffer over-read in print-ripng.c:ripng_print().EPSS 2.4%CVE-2017-12901CRITICALThe EIGRP parser in tcpdump before 4.9.2 has a buffer over-read in print-eigrp.c:eigrp_print().EPSS 2.4%CVE-2017-13017CRITICALThe DHCPv6 parser in tcpdump before 4.9.2 has a buffer over-read in print-dhcp6.c:dhcp6opt_print().EPSS 2.4%CVE-2017-12893CRITICALThe SMB/CIFS parser in tcpdump before 4.9.2 has a buffer over-read in smbutil.c:name_len().EPSS 2.4%