Falhas do tipo CWE-125

5.119 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-2026-22859MEDIUMFreeRDP has a heap-buffer-overflow in urb_select_configurationEPSS 0.9%CVE-2025-21226MEDIUMWindows Digital Media Elevation of Privilege VulnerabilityEPSS 0.9%CVE-2025-53367HIGHDjVuLibre OOB-Write Vulnerability in MMRDecoderEPSS 0.9%CVE-2026-84484HIGHION-DTN before 4.2.0 Out-of-Bounds Read via decodeSdnvEPSS 0.9%CVE-2022-23483HIGHOut-of-Bound Read in libxrdpEPSS 0.9%CVE-2020-13498MEDIUMAn exploitable vulnerability exists in the way Pixar OpenUSD 20.05 handles parses certain encoded types. A specially crafted malformed file EPSS 0.9%CVE-2022-23592HIGHOut of bounds read in TensorflowEPSS 0.9%CVE-2023-36696HIGHWindows Cloud Files Mini Filter Driver Elevation of Privilege VulnerabilityEPSS 0.9%CVE-2024-30323HIGHFoxit PDF Reader template Out-Of-Bounds Read Remote Code Execution VulnerabilityEPSS 0.9%CVE-2025-27742MEDIUMNTFS Information Disclosure VulnerabilityEPSS 0.9%CVE-2026-85522MEDIUMvalkey-io valkey Slot Migration cluster_migrateslots.c createSlotImportJob out-of-boundsEPSS 0.9%CVE-2022-20766MEDIUMCisco ATA 190 Series Analog Telephone Adapter firmware Cisco Discovery Protocol Denial of Service VulnerabilityEPSS 0.9%CVE-2023-24473MEDIUMAn information disclosure vulnerability exists in the TGAInput::read_tga2_header functionality of OpenImageIO Project OpenImageIO v2.4.7.1. EPSS 0.9%CVE-2026-18583MEDIUMmz-automation libiec61850 MMS Request mms_mapping.c checkDataSetAccess out-of-boundsEPSS 0.9%CVE-2026-90698MEDIUMmemcached mcmc Tokenizer proto_text.c try_read_command_asciiauth out-of-boundsEPSS 0.9%CVE-2026-78518HIGHMicrosoft Office Excel Remote Code Execution VulnerabilityEPSS 0.9%CVE-2019-10994—Processing a specially crafted project file in LAquis SCADA 4.3.1.71 may trigger an out-of-bounds read, which may allow an attacker to obtaiEPSS 0.9%CVE-2026-69372MEDIUMWindows Network File System Denial of Service VulnerabilityEPSS 0.9%CVE-2026-33689HIGHxrdp: Pre-authentication out-of-bounds reads in channel parsersEPSS 0.9%CVE-2023-45231MEDIUMOut-of-Bounds Read in EDK II Network PackageEPSS 0.9%