Falhas do tipo CWE-125

5.100 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-2020-17429LOWThis vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit Studio Photo 3.6.6.922. UserEPSS 2.8%CVE-2022-23192MEDIUMAdobe Illustrator Out-of-bounds Read could lead to Memory leakEPSS 2.8%CVE-2022-23124MEDIUMThis vulnerability allows remote attackers to disclose sensitive information on affected installations of Netatalk. Authentication is not reEPSS 2.8%CVE-2021-28555MEDIUMAdobe Acrobat Reader out-of-bounds Read could lead to information disclosureEPSS 2.8%CVE-2023-38229HIGHZDI-CAN-21310: Adobe Acrobat Reader DC Font Parsing Out-Of-Bounds Read Information Disclosure VulnerabilityEPSS 2.8%CVE-2019-1148MEDIUMMicrosoft Graphics Component Information Disclosure VulnerabilityEPSS 2.8%CVE-2016-9036HIGHAn exploitable incorrect return value vulnerability exists in the mp_check function of Tarantool's Msgpuck library 1.0.3. A specially crafteEPSS 2.8%CVE-2021-31466HIGHThis vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit Reader 10.1.3.37598. User interactioEPSS 2.8%CVE-2021-31468HIGHThis vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit Reader 10.1.3.37598. User interactioEPSS 2.8%CVE-2017-16588This vulnerability allows remote attackers to disclose sensitive information on vulnerable installations of Foxit Reader 8.3.1.21155. User iEPSS 2.8%CVE-2017-16589This vulnerability allows remote attackers to disclose sensitive information on vulnerable installations of Foxit Reader 8.3.1.21155. User iEPSS 2.8%CVE-2021-28630LOWAdobe Animate FLA File Parsing Out-Of-Bounds Read Information Disclosure VulnerabilityEPSS 2.8%CVE-2021-28589LOWAdobe Media Encoder TS File Parsing Out-Of-Bounds Read Information Disclosure VulnerabilityEPSS 2.8%CVE-2021-36013LOWAdobe Media Encoder VOB File Parsing Out-Of-Bounds Read Information Disclosure VulnerabilityEPSS 2.8%CVE-2021-28590LOWAdobe Media Encoder VOB File Parsing Out-Of-Bounds Read Information Disclosure VulnerabilityEPSS 2.8%CVE-2022-1587An out-of-bounds read vulnerability was discovered in the PCRE2 library in the get_recurse_data_length() function of the pcre2_jit_compile.cEPSS 2.8%CVE-2021-3610A heap-based buffer overflow vulnerability was found in ImageMagick in versions prior to 7.0.11-14 in ReadTIFFImage() in coders/tiff.c. ThisEPSS 2.8%CVE-2021-41556CRITICALsqclass.cpp in Squirrel through 2.2.5 and 3.x through 3.1 allows an out-of-bounds read (in the core interpreter) that can lead to Code ExecuEPSS 2.8%CVE-2020-17420LOWThis vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit Studio Photo 3.6.6.922. UserEPSS 2.7%CVE-2020-17422LOWThis vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit Studio Photo 3.6.6.922. UserEPSS 2.7%