Fallos del tipo CWE-125

5126 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-2026-57073CRITICALHTML::Bare versions through 0.04 for Perl have an unbounded character lookaheadEPSS 0.7%CVE-2026-31966MEDIUMHTSlib CRAM reader has out-of-bounds read due to improper validation of inputEPSS 0.7%CVE-2026-20828MEDIUMWindows rndismp6.sys Information Disclosure VulnerabilityEPSS 0.7%CVE-2026-56015CRITICALNet::IP::LPM versions before 1.11 for Perl allow a heap out-of-bounds read via an unbounded prefix lengthEPSS 0.7%CVE-2020-26999—A vulnerability has been identified in JT2Go (All versions < V13.1.0.2), Teamcenter Visualization (All versions < V13.1.0.2). Affected appliEPSS 0.7%CVE-2026-55654LOWOpenssh: heap out-of-bounds read in red hat enterprise linux versions of openssh gssapi indicator cleanup due to missing null sentinel terminationEPSS 0.7%CVE-2024-22949CRITICALJFreeChart v1.5.4 was discovered to contain a NullPointerException via the component /chart/annotations/CategoryLineAnnotation. NOTE: this iEPSS 0.7%CVE-2021-0277HIGHJunos OS and Junos OS Evolved: LLDP Out-of-Bounds Read vulnerability in l2cpdEPSS 0.7%CVE-2026-67291HIGHFreeRDP before 3.29.0 Heap Out-of-Bounds Read via GLYPH_FRAGMENT_ADDEPSS 0.7%CVE-2026-67301HIGHFreeRDP before 3.29.0 Out-of-bounds Read via Polygon async message-proxyEPSS 0.7%CVE-2026-89046HIGHzstd-jni 1.5.5-6 through 1.5.7-13 Out-of-Bounds Read via Negative OffsetEPSS 0.7%CVE-2024-26245HIGHWindows SMB Elevation of Privilege VulnerabilityEPSS 0.7%CVE-2024-32669MEDIUMPossible stack overflow due to a string encoding processing errorEPSS 0.6%CVE-2026-51537CRITICALEIPStackGroup OpENer 2.3.0 (commit 76b95cf) has an out-of-bounds read issue in Connection Manager handling of ForwardOpen requests when procEPSS 0.6%CVE-2023-0698HIGHOut of bounds read in WebRTC in Google Chrome prior to 110.0.5481.77 allowed a remote attacker to perform an out of bounds memory read via aEPSS 0.6%CVE-2025-32720MEDIUMWindows Storage Management Provider Information Disclosure VulnerabilityEPSS 0.6%CVE-2025-15661HIGHlibssh2 - Heap Buffer Over-read via sftp_symlink() in sftp.cEPSS 0.6%CVE-2022-28302HIGHThis vulnerability allows remote attackers to execute arbitrary code on affected installations of Bentley MicroStation CONNECT 10.16.02.34. EPSS 0.6%CVE-2025-47219HIGHIn GStreamer through 1.26.1, the isomp4 plugin's qtdemux_parse_trak function may read past the end of a heap buffer while parsing an MP4 filEPSS 0.6%CVE-2024-5159HIGHHeap buffer overflow in ANGLE in Google Chrome prior to 125.0.6422.76 allowed a remote attacker to perform an out of bounds memory read via EPSS 0.6%