ID CVE-2020-26265
Summary Go Ethereum, or "Geth", is the official Golang implementation of the Ethereum protocol. In Geth from version 1.9.4 and before version 1.9.20 a consensus-vulnerability could cause a chain split, where vulnerable versions refuse to accept the canonical chain. The fix was included in the Paragade release version 1.9.20. No individual workaround patches have been made -- all users are recommended to upgrade to a newer version.
References
Vulnerable Configurations
  • cpe:2.3:a:ethereum:go_ethereum:1.9.4:*:*:*:*:*:*:*
    cpe:2.3:a:ethereum:go_ethereum:1.9.4:*:*:*:*:*:*:*
  • cpe:2.3:a:ethereum:go_ethereum:1.9.5:*:*:*:*:*:*:*
    cpe:2.3:a:ethereum:go_ethereum:1.9.5:*:*:*:*:*:*:*
  • cpe:2.3:a:ethereum:go_ethereum:1.9.6:*:*:*:*:*:*:*
    cpe:2.3:a:ethereum:go_ethereum:1.9.6:*:*:*:*:*:*:*
  • cpe:2.3:a:ethereum:go_ethereum:1.9.7:*:*:*:*:*:*:*
    cpe:2.3:a:ethereum:go_ethereum:1.9.7:*:*:*:*:*:*:*
  • cpe:2.3:a:ethereum:go_ethereum:1.9.8:*:*:*:*:*:*:*
    cpe:2.3:a:ethereum:go_ethereum:1.9.8:*:*:*:*:*:*:*
  • cpe:2.3:a:ethereum:go_ethereum:1.9.9:*:*:*:*:*:*:*
    cpe:2.3:a:ethereum:go_ethereum:1.9.9:*:*:*:*:*:*:*
  • cpe:2.3:a:ethereum:go_ethereum:1.9.10:*:*:*:*:*:*:*
    cpe:2.3:a:ethereum:go_ethereum:1.9.10:*:*:*:*:*:*:*
  • cpe:2.3:a:ethereum:go_ethereum:1.9.11:*:*:*:*:*:*:*
    cpe:2.3:a:ethereum:go_ethereum:1.9.11:*:*:*:*:*:*:*
  • cpe:2.3:a:ethereum:go_ethereum:1.9.12:*:*:*:*:*:*:*
    cpe:2.3:a:ethereum:go_ethereum:1.9.12:*:*:*:*:*:*:*
  • cpe:2.3:a:ethereum:go_ethereum:1.9.13:*:*:*:*:*:*:*
    cpe:2.3:a:ethereum:go_ethereum:1.9.13:*:*:*:*:*:*:*
  • cpe:2.3:a:ethereum:go_ethereum:1.9.14:*:*:*:*:*:*:*
    cpe:2.3:a:ethereum:go_ethereum:1.9.14:*:*:*:*:*:*:*
  • cpe:2.3:a:ethereum:go_ethereum:1.9.15:*:*:*:*:*:*:*
    cpe:2.3:a:ethereum:go_ethereum:1.9.15:*:*:*:*:*:*:*
  • cpe:2.3:a:ethereum:go_ethereum:1.9.16:*:*:*:*:*:*:*
    cpe:2.3:a:ethereum:go_ethereum:1.9.16:*:*:*:*:*:*:*
  • cpe:2.3:a:ethereum:go_ethereum:1.9.17:*:*:*:*:*:*:*
    cpe:2.3:a:ethereum:go_ethereum:1.9.17:*:*:*:*:*:*:*
  • cpe:2.3:a:ethereum:go_ethereum:1.9.18:*:*:*:*:*:*:*
    cpe:2.3:a:ethereum:go_ethereum:1.9.18:*:*:*:*:*:*:*
  • cpe:2.3:a:ethereum:go_ethereum:1.9.19:*:*:*:*:*:*:*
    cpe:2.3:a:ethereum:go_ethereum:1.9.19:*:*:*:*:*:*:*
CVSS
Base: 3.5 (as of 14-12-2020 - 18:16)
Impact:
Exploitability:
CWE CWE-682
CAPEC
  • Integer Attacks
    An attacker takes advantage of the structure of integer variables to cause these variables to assume values that are not expected by an application. For example, adding one to the largest positive integer in a signed integer variable results in a negative number. Negative numbers may be illegal in an application and the application may prevent an attacker from providing them directly, but the application may not consider that adding two positive numbers can create a negative number do to the structure of integer storage formats.
  • Pointer Manipulation
    This attack pattern involves an adversary manipulating a pointer within a target application resulting in the application accessing an unintended memory location. This can result in the crashing of the application or, for certain pointer values, access to data that would not normally be possible or the execution of arbitrary code. Since pointers are simply integer variables, Integer Attacks may often be used in Pointer Attacks.
Access
VectorComplexityAuthentication
NETWORK MEDIUM SINGLE
Impact
ConfidentialityIntegrityAvailability
NONE PARTIAL NONE
cvss-vector via4 AV:N/AC:M/Au:S/C:N/I:P/A:N
refmap via4
confirm https://github.com/ethereum/go-ethereum/security/advisories/GHSA-xw37-57qp-9mm4
misc https://github.com/ethereum/go-ethereum/releases/tag/v1.9.20
Last major update 14-12-2020 - 18:16
Published 11-12-2020 - 17:15
Last modified 14-12-2020 - 18:16
Back to Top