Fallos del tipo CWE-125

5099 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-2017-13035CRITICALThe ISO IS-IS parser in tcpdump before 4.9.2 has a buffer over-read in print-isoclns.c:isis_print_id().EPSS 3.4%CVE-2017-13022CRITICALThe IP parser in tcpdump before 4.9.2 has a buffer over-read in print-ip.c:ip_printroute().EPSS 3.4%CVE-2017-13025CRITICALThe IPv6 mobility parser in tcpdump before 4.9.2 has a buffer over-read in print-mobility.c:mobility_opt_print().EPSS 3.4%CVE-2017-13037CRITICALThe IP parser in tcpdump before 4.9.2 has a buffer over-read in print-ip.c:ip_printts().EPSS 3.4%CVE-2017-13045CRITICALThe VQP parser in tcpdump before 4.9.2 has a buffer over-read in print-vqp.c:vqp_print().EPSS 3.4%CVE-2017-13021CRITICALThe ICMPv6 parser in tcpdump before 4.9.2 has a buffer over-read in print-icmp6.c:icmp6_print().EPSS 3.4%CVE-2020-10894LOWThis vulnerability allows remote attackers to disclose sensitive information on affected installations of Foxit PhantomPDF 9.7.1.29511. UserEPSS 3.4%CVE-2021-28551HIGHAdobe Acrobat Pro DC JPEG2000 Editing Out-Of-Bounds Read Remote Code Execution VulnerabilityEPSS 3.4%CVE-2022-28231HIGHAdobe Acrobat Reader DC Doc Object Out-Of-Bounds Read Information Disclosure VulnerabilityEPSS 3.4%CVE-2022-28239HIGHAdobe Acrobat Reader DC Annotation Out-Of-Bounds Read Remote Code Execution VulnerabilityEPSS 3.4%CVE-2022-1586An out-of-bounds read vulnerability was discovered in the PCRE2 library in the compile_xclass_matchingpath() function of the pcre2_jit_compiEPSS 3.4%CVE-2024-29996HIGHWindows Common Log File System Driver Elevation of Privilege VulnerabilityEPSS 3.4%CVE-2022-34215HIGHAdobe Acrobat Reader DC Annotation Polygon Out-Of-Bounds Read Remote Code Execution VulnerabilityEPSS 3.3%CVE-2022-34222HIGHAdobe Acrobat Reader DC query Out-Of-Bounds Read Remote Code Execution VulnerabilityEPSS 3.3%CVE-2021-27271HIGHThis vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PhantomPDF 10.1.0.37527. User interaEPSS 3.3%CVE-2020-1763HIGHAn out-of-bounds buffer read flaw was found in the pluto daemon of libreswan from versions 3.27 till 3.31 where, an unauthenticated attackerEPSS 3.3%CVE-2017-12896CRITICALThe ISAKMP parser in tcpdump before 4.9.2 has a buffer over-read in print-isakmp.c:isakmp_rfc3948_print().EPSS 3.3%CVE-2017-13020CRITICALThe VTP parser in tcpdump before 4.9.2 has a buffer over-read in print-vtp.c:vtp_print().EPSS 3.3%CVE-2017-13687CRITICALThe Cisco HDLC parser in tcpdump before 4.9.2 has a buffer over-read in print-chdlc.c:chdlc_print().EPSS 3.3%CVE-2021-28617MEDIUMAdobe Animate out-of-bounds read vulnerability could lead to sensitive information disclosureEPSS 3.3%