Falhas do tipo CWE-125

5.099 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-2021-21074HIGHAdobe Animate out-of-bounds read vulnerabilityEPSS 3.2%CVE-2021-21076HIGHAdobe Animate out-of-bounds read vulnerabilityEPSS 3.2%CVE-2024-20736MEDIUMZDI-CAN-22822: Adobe Acrobat Pro DC AcroForm Out-Of-Bounds Read Information Disclosure VulnerabilityEPSS 3.2%CVE-2023-38428CRITICALAn issue was discovered in the Linux kernel before 6.3.4. fs/ksmbd/smb2pdu.c in ksmbd does not properly check the UserName value because it EPSS 3.2%CVE-2021-36079HIGHAdobe Bridge SGI File Parsing Out-Of-Bounds Read Remote Code Execution VulnerabilityEPSS 3.2%CVE-2019-14907MEDIUMAll samba versions 4.9.x before 4.9.18, 4.10.x before 4.10.12 and 4.11.x before 4.11.5 have an issue where if it is set with "log level = 3"EPSS 3.2%CVE-2022-34236MEDIUMAdobe Acrobat Reader DC Font Parsing Out-Of-Bounds Read Information Disclosure VulnerabilityEPSS 3.1%CVE-2024-48457HIGHAn issue in Netis Wifi6 Router NX10 2.0.1.3643 and 2.0.1.3582 and Netis Wifi 11AC Router NC65 3.0.0.3749 and Netis Wifi 11AC Router NC63 3.0EPSS 3.1%CVE-2019-5032CRITICALAn exploitable out-of-bounds read vulnerability exists in the LabelSst record parser of Aspose Aspose.Cells 19.1.0 library. A specially crafEPSS 3.1%CVE-2019-5033CRITICALAn exploitable out-of-bounds read vulnerability exists in the Number record parser of Aspose Aspose.Cells 19.1.0 library. A specially crafteEPSS 3.1%CVE-2021-27647CRITICALOut-of-bounds Read vulnerability in iscsi_snapshot_comm_core in Synology DiskStation Manager (DSM) before 6.2.3-25426-3 allows remote attackEPSS 3.1%CVE-2017-13000CRITICALThe IEEE 802.15.4 parser in tcpdump before 4.9.2 has a buffer over-read in print-802_15_4.c:ieee802_15_4_if_print().EPSS 3.1%CVE-2019-11039MEDIUMOut-of-bounds read in iconv.cEPSS 3.1%CVE-2020-17411LOWThis vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PhantomPDF 10.0.0.35798. UseEPSS 3.1%CVE-2021-39844LOWAdobe Acrobat Reader CalRGB Out-of-Bounds Read VulnerabilityEPSS 3.1%CVE-2020-24418HIGHAdobe After Effects Out-of-Bounds Read VulnerabilityEPSS 3.1%CVE-2020-26996A vulnerability has been identified in JT2Go (All versions < V13.1.0), Teamcenter Visualization (All versions < V13.1.0). Affected applicatiEPSS 3.1%CVE-2020-24426LOWAcrobat Reader DC Out-Of-Bounds Read Information Disclosure VulnerabilityEPSS 3.1%CVE-2020-24434LOWAcrobat Pro DC Out-Of-Bounds Read Vulnerability Could Lead to Information DisclosureEPSS 3.1%CVE-2022-34239MEDIUMAdobe Acrobat Reader DC Font Parsing Out-Of-Bounds Read Information Disclosure VulnerabilityEPSS 3.1%