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-2023-23399HIGHMicrosoft Excel Remote Code Execution VulnerabilityEPSS 2.5%CVE-2017-12894CRITICALSeveral protocol parsers in tcpdump before 4.9.2 could cause a buffer over-read in addrtoname.c:lookup_bytestring().EPSS 2.5%CVE-2017-12993CRITICALThe Juniper protocols parser in tcpdump before 4.9.2 has a buffer over-read in print-juniper.c, several functions.EPSS 2.5%CVE-2017-13013CRITICALThe ARP parser in tcpdump before 4.9.2 has a buffer over-read in print-arp.c, several functions.EPSS 2.5%CVE-2017-13002CRITICALThe AODV parser in tcpdump before 4.9.2 has a buffer over-read in print-aodv.c:aodv_extension().EPSS 2.5%CVE-2017-13014CRITICALThe White Board protocol parser in tcpdump before 4.9.2 has a buffer over-read in print-wb.c:wb_prep(), several functions.EPSS 2.5%CVE-2017-12994CRITICALThe BGP parser in tcpdump before 4.9.2 has a buffer over-read in print-bgp.c:bgp_attr_print().EPSS 2.5%CVE-2017-13006CRITICALThe L2TP parser in tcpdump before 4.9.2 has a buffer over-read in print-l2tp.c, several functions.EPSS 2.5%CVE-2017-12897CRITICALThe ISO CLNS parser in tcpdump before 4.9.2 has a buffer over-read in print-isoclns.c:isoclns_print().EPSS 2.5%CVE-2017-12898CRITICALThe NFS parser in tcpdump before 4.9.2 has a buffer over-read in print-nfs.c:interp_reply().EPSS 2.5%CVE-2017-13016CRITICALThe ISO ES-IS parser in tcpdump before 4.9.2 has a buffer over-read in print-isoclns.c:esis_print().EPSS 2.5%CVE-2019-11823HIGHCRLF injection vulnerability in Network Center in Synology Router Manager (SRM) before 1.2.3-8017-2 allows remote attackers to cause a deniaEPSS 2.5%CVE-2018-10482This vulnerability allows remote attackers to disclose sensitive information on vulnerable installations of Foxit Reader 9.0.0.29935. User iEPSS 2.5%CVE-2018-10492This vulnerability allows remote attackers to disclose sensitive information on vulnerable installations of Foxit Reader 9.0.0.29935. User iEPSS 2.5%CVE-2018-10480This vulnerability allows remote attackers to disclose sensitive information on vulnerable installations of Foxit Reader 9.0.0.29935. User iEPSS 2.5%CVE-2018-10479This vulnerability allows remote attackers to disclose sensitive information on vulnerable installations of Foxit Reader 9.0.0.29935. User iEPSS 2.5%CVE-2018-9976This vulnerability allows remote attackers to disclose sensitive information on vulnerable installations of Foxit Reader 9.0.0.29935. User iEPSS 2.5%CVE-2018-10493This vulnerability allows remote attackers to disclose sensitive information on vulnerable installations of Foxit Reader 9.0.1.1049. User inEPSS 2.5%CVE-2018-10476This vulnerability allows remote attackers to disclose sensitive information on vulnerable installations of Foxit Reader 9.0.0.29935. User iEPSS 2.5%CVE-2018-9984This vulnerability allows remote attackers to disclose sensitive information on vulnerable installations of Foxit Reader 9.0.0.29935. User iEPSS 2.5%