Falhas do tipo CWE-125

5.104 resultados

Leitura fora dos limites de memória

Ocorre quando o código tenta ler dados de uma posição de memória fora do intervalo alocado para um buffer ou array. O programa não valida o índice ou tamanho antes de acessar, causando leitura de dados inválidos, corrupção de informações ou revelação de dados sensíveis da memória adjacente.

Exemplo

Um processador de imagem PNG lê 4 bytes de um buffer de 2 bytes para validar uma assinatura, ou uma função copia uma string sem verificar se o índice fornecido pelo usuário extrapola o tamanho real do array. Em ambos os casos, dados fora do escopo pretendido são lidos.

Como mitigar

Sempre validar índices e comprimentos contra os limites reais do buffer antes de qualquer leitura. Usar funções seguras (ex: `strncpy` em vez de `strcpy`, bounds-checking em loops) e implementar testes com entradas extremas (size zero, índices negativos, valores muito grandes).

CVE-2017-14818This vulnerability allows remote attackers to disclose sensitive on vulnerable installations of Foxit Reader 8.3.1.21155. User interaction 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-28600MEDIUMAdobe After Effects Out-of-bounds Read vulnerability could lead to sensitive information disclosureEPSS 2.4%CVE-2021-28615MEDIUMAdobe 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-10949Delta 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-0777OServer 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%