CVE-2018-19184
https://notcve.org/view.php?id=CVE-2018-19184
cmd/evm/runner.go in Go Ethereum (aka geth) 1.8.17 allows attackers to cause a denial of service (SEGV) via crafted bytecode. cmd/evm/runner.go en Go Ethereum (alias geth) 1.8.17 permite a los atacantes provocar una denegación de servicio (SEGV) mediante un código de bytes manipulado. • https://github.com/ethereum/go-ethereum/issues/18069 • CWE-476: NULL Pointer Dereference •
CVE-2018-16733
https://notcve.org/view.php?id=CVE-2018-16733
In Go Ethereum (aka geth) before 1.8.14, TraceChain in eth/api_tracer.go does not verify that the end block is after the start block. En Go Ethereum (también conocido como geth) en versiones anteriores a la 1.8.14, TraceChain en eth/api_tracer.go no verifica que el bloque final esté tras el bloque de inicio. • https://github.com/ethereum/go-ethereum/commit/106d196ec4a6451efedc60ab15957f231fa85639 • CWE-20: Improper Input Validation •
CVE-2018-12018
https://notcve.org/view.php?id=CVE-2018-12018
The GetBlockHeadersMsg handler in the LES protocol implementation in Go Ethereum (aka geth) before 1.8.11 may lead to an access violation because of an integer signedness error for the array index, which allows attackers to launch a Denial of Service attack by sending a packet with a -1 query.Skip value. The vulnerable remote node would be crashed by such an attack immediately, aka the EPoD (Ethereum Packet of Death) issue. El manipulador GetBlockHeadersMsg en la implementación del protocolo LES en Go Ethereum (también conocido como geth) en versiones anteriores a la1.8.11 puede conducir a una infracción de acceso debido a un error en la propiedad signedness de un número entero para el índice del array, lo que permite que los atacantes lancen un ataque de denegación de servicio (DoS) enviando un paquete con un valor -1 query.Skip. El nodo remoto vulnerable se cerraría de manera inesperada por dicho ataque inmediatamente, también conocido como vulnerabilidad EPoD (Ethereum Packet of Death). • https://github.com/k3v142/CVE-2018-12018 https://github.com/ethereum/go-ethereum/commit/a5237a27eaf81946a3edb4fafe13ed6359d119e4 https://github.com/ethereum/go-ethereum/pull/16891 https://github.com/ethereum/go-ethereum/releases/tag/v1.8.11 https://peckshield.com/2018/06/27/EPoD • CWE-129: Improper Validation of Array Index •