data.json 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. [
  2. {
  3. "name": "CorruptedDAG",
  4. "uid": "GETH-2020-01",
  5. "summary": "Mining nodes will generate erroneous PoW on epochs > `385`.",
  6. "description": "A mining flaw could cause miners to erroneously calculate PoW, due to an index overflow, if DAG size is exceeding the maximum 32 bit unsigned value.\n\nThis occurred on the ETC chain on 2020-11-06. This is likely to trigger for ETH mainnet around block `11550000`/epoch `385`, slated to occur early January 2021.\n\nThis issue is relevant only for miners, non-mining nodes are unaffected, since non-mining nodes use a smaller verification cache instead of a full DAG.",
  7. "links": [
  8. "https://github.com/ethereum/go-ethereum/pull/21793",
  9. "https://blog.ethereum.org/2020/11/12/geth_security_release/",
  10. "https://github.com/ethereum/go-ethereum/commit/567d41d9363706b4b13ce0903804e8acf214af49"
  11. ],
  12. "introduced": "v1.6.0",
  13. "fixed": "v1.9.24",
  14. "published": "2020-11-12",
  15. "severity": "Medium",
  16. "check": "Geth\\/v1\\.(6|7|8)\\..*|Geth\\/v1\\.9\\.2(1|2|3)-.*"
  17. },
  18. {
  19. "name": "GoCrash",
  20. "uid": "GETH-2020-02",
  21. "summary": "A denial-of-service issue can be used to crash Geth nodes during block processing, due to an underlying bug in Go (CVE-2020-28362) versions < `1.15.5`, or `<1.14.12`",
  22. "description": "The DoS issue can be used to crash all Geth nodes during block processing, the effects of which would be that a major part of the Ethereum network went offline.\n\nOutside of Go-Ethereum, the issue is most likely relevant for all forks of Geth (such as TurboGeth or ETC’s core-geth) which is built with versions of Go which contains the vulnerability.",
  23. "links": [
  24. "https://blog.ethereum.org/2020/11/12/geth_security_release/",
  25. "https://groups.google.com/g/golang-announce/c/NpBGTTmKzpM",
  26. "https://github.com/golang/go/issues/42552"
  27. ],
  28. "fixed": "v1.9.24",
  29. "published": "2020-11-12",
  30. "severity": "Critical",
  31. "check": "Geth.*\\/go1\\.(11(.*)|12(.*)|13(.*)|14|14\\.(\\d|10|11|)|15|15\\.[0-4])$"
  32. },
  33. {
  34. "name": "ShallowCopy",
  35. "uid": "GETH-2020-03",
  36. "summary": "A consensus flaw in Geth, related to `datacopy` precompile",
  37. "description": "Geth erroneously performed a 'shallow' copy when the precompiled `datacopy` (at `0x00...04`) was invoked. An attacker could deploy a contract that uses the shallow copy to corrupt the contents of the `RETURNDATA`, thus causing a consensus failure.",
  38. "links": [
  39. "https://blog.ethereum.org/2020/11/12/geth_security_release/"
  40. ],
  41. "introduced": "v1.9.7",
  42. "fixed": "v1.9.17",
  43. "published": "2020-11-12",
  44. "severity": "Critical",
  45. "check": "Geth\\/v1\\.9\\.(7|8|9|10|11|12|13|14|15|16).*$"
  46. },
  47. {
  48. "name": "GethCrash",
  49. "uid": "GETH-2020-04",
  50. "summary": "A denial-of-service issue can be used to crash Geth nodes during block processing",
  51. "description": "Full details to be disclosed at a later date",
  52. "links": [
  53. "https://blog.ethereum.org/2020/11/12/geth_security_release/"
  54. ],
  55. "introduced": "v1.9.16",
  56. "fixed": "v1.9.18",
  57. "published": "2020-11-12",
  58. "severity": "Critical",
  59. "check": "Geth\\/v1\\.9.(16|17).*$"
  60. }
  61. ]