Fallos del tipo CWE-125

5104 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-2022-2286HIGHOut-of-bounds Read in vim/vimEPSS 1.4%CVE-2023-21682MEDIUMWindows Point-to-Point Protocol (PPP) Information Disclosure VulnerabilityEPSS 1.4%CVE-2024-23533MEDIUMAn out-of-bounds read vulnerability in WLAvalancheService component of Ivanti Avalanche before 6.4.3, in certain conditions can allow an autEPSS 1.4%CVE-2022-2206HIGHOut-of-bounds Read in vim/vimEPSS 1.4%CVE-2024-32658CRITICALFreeRDP ExtractRunLengthRegular* out of bound readEPSS 1.4%CVE-2021-38561HIGHgolang.org/x/text/language in golang.org/x/text before 0.3.7 can panic with an out-of-bounds read during BCP 47 language tag parsing. Index EPSS 1.4%CVE-2024-53150HIGHALSA: usb-audio: Fix out of bounds reads when finding clock sourcesEPSS 1.4%KEVCVE-2023-21729MEDIUMRemote Procedure Call Runtime Information Disclosure VulnerabilityEPSS 1.3%CVE-2023-29373HIGHMicrosoft ODBC Driver Remote Code Execution VulnerabilityEPSS 1.3%CVE-2021-22663Cscape (All versions prior to 9.90 SP3.5) lacks proper validation of user-supplied data when parsing project files. This could lead to an ouEPSS 1.3%CVE-2021-33738A vulnerability has been identified in JT2Go (All versions < V13.2.0.2), Teamcenter Visualization (All versions < V13.2.0.2). The plmxmlAdapEPSS 1.3%CVE-2024-0794CRITICALCertain LaserJet Pro, HP Enterprise LaserJet, HP LaserJet Managed Printers – Potential Buffer Overflow, Potential Remote Code ExecutionEPSS 1.3%CVE-2022-29458HIGHncurses 6.3 before patch 20220416 has an out-of-bounds read and segmentation violation in convert_strings in tinfo/read_entry.c in the termiEPSS 1.3%CVE-2023-1534HIGHOut of bounds read in ANGLE in Google Chrome prior to 111.0.5563.110 allowed a remote attacker who had compromised the renderer process to pEPSS 1.3%CVE-2021-27482HIGHEIPStackGroup OpENer Ethernet/IP Out-of-bounds ReadEPSS 1.3%CVE-2025-29961MEDIUMWindows Routing and Remote Access Service (RRAS) Information Disclosure VulnerabilityEPSS 1.3%CVE-2021-39833LOWAdobe FrameMaker TIF File Parsing Out-Of-Bounds Read Information Disclosure VulnerabilityEPSS 1.3%CVE-2021-39834LOWAdobe FrameMaker TIF File Parsing Out-Of-Bounds Read Information Disclosure VulnerabilityEPSS 1.3%CVE-2022-4338An integer underflow in Organization Specific TLV was found in various versions of OpenvSwitch.EPSS 1.3%CVE-2022-4337An out-of-bounds read in Organization Specific TLV was found in various versions of OpenvSwitch.EPSS 1.3%