Page 6 of 39 results (0.003 seconds)

CVSS: 7.5EPSS: 0%CPEs: 1EXPL: 1

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 •

CVSS: 8.8EPSS: 0%CPEs: 1EXPL: 1

Py-EVM v0.2.0-alpha.33 allows attackers to make a vm.execute_bytecode call that triggers computation._stack.values with '"stack": [100, 100, 0]' where b'\x' was expected, resulting in an execution failure because of an invalid opcode. This is reportedly related to "smart contracts can be executed indefinitely without gas being paid." Py-EVM v0.2.0-alpha.33 permite a los atacantes hacer una llamada vm.execute_bytecode que desencadena computation._stack.values con '"stack": 100, 100, 0]' donde se esperaba b'\x', resultando en un fallo de ejecución debido a un opcode no válido. • https://github.com/ethereum/py-evm/issues/1448 https://twitter.com/AlexanderFisher/status/1060923428641878019 https://twitter.com/NettaLab/status/1060889400102383617 https://www.reddit.com/r/ethereum/comments/9vkk2g/netta_labs_claim_to_have_found_a_vulnerability_in/e9d3wyx • CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer •

CVSS: 7.5EPSS: 0%CPEs: 1EXPL: 0

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 •

CVSS: 7.5EPSS: 0%CPEs: 1EXPL: 1

The mintToken function of a smart contract implementation for Ethereum Cash Pro (ECP), an Ethereum token, has an integer overflow that allows the owner of the contract to set the balance of an arbitrary user to any value. La función mintToken de una implementación de contrato inteligente para Ethereum Cash Pro (ECP), un token de Ethereum, tiene un desbordamiento de enteros que permite que el propietario del contrato establezca el balance de un usuario arbitrario en cualquier valor. • https://github.com/BlockChainsSecurity/EtherTokens/blob/master/GEMCHAIN/mint%20integer%20overflow.md https://github.com/BlockChainsSecurity/EtherTokens/tree/master/Ethereum_Cash_Pro_Coin • CWE-190: Integer Overflow or Wraparound •

CVSS: 7.5EPSS: 0%CPEs: 1EXPL: 2

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 •