gsd-2021-43839
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
Cronos is a commercial implementation of a blockchain. In Cronos nodes running versions before v0.6.5, it is possible to take transaction fees from Cosmos SDK's FeeCollector for the current block by sending a custom crafted MsgEthereumTx. This problem has been patched in Cronos v0.6.5. There are no tested workarounds. All validator node operators are recommended to upgrade to Cronos v0.6.5 at their earliest possible convenience.
Aliases
Aliases



{
  "GSD": {
    "alias": "CVE-2021-43839",
    "description": "Cronos is a commercial implementation of a blockchain. In Cronos nodes running versions before v0.6.5, it is possible to take transaction fees from Cosmos SDK\u0027s FeeCollector for the current block by sending a custom crafted MsgEthereumTx. This problem has been patched in Cronos v0.6.5. There are no tested workarounds. All validator node operators are recommended to upgrade to Cronos v0.6.5 at their earliest possible convenience.",
    "id": "GSD-2021-43839"
  },
  "gsd": {
    "metadata": {
      "exploitCode": "unknown",
      "remediation": "unknown",
      "reportConfidence": "confirmed",
      "type": "vulnerability"
    },
    "osvSchema": {
      "aliases": [
        "CVE-2021-43839"
      ],
      "details": "Cronos is a commercial implementation of a blockchain. In Cronos nodes running versions before v0.6.5, it is possible to take transaction fees from Cosmos SDK\u0027s FeeCollector for the current block by sending a custom crafted MsgEthereumTx. This problem has been patched in Cronos v0.6.5. There are no tested workarounds. All validator node operators are recommended to upgrade to Cronos v0.6.5 at their earliest possible convenience.",
      "id": "GSD-2021-43839",
      "modified": "2023-12-13T01:23:26.553197Z",
      "schema_version": "1.4.0"
    }
  },
  "namespaces": {
    "cve.org": {
      "CVE_data_meta": {
        "ASSIGNER": "security-advisories@github.com",
        "ID": "CVE-2021-43839",
        "STATE": "PUBLIC",
        "TITLE": "Drainage of FeeCollector\u0027s Block Transaction Fees"
      },
      "affects": {
        "vendor": {
          "vendor_data": [
            {
              "product": {
                "product_data": [
                  {
                    "product_name": "cronos",
                    "version": {
                      "version_data": [
                        {
                          "version_value": "\u003c 0.6.5"
                        }
                      ]
                    }
                  }
                ]
              },
              "vendor_name": "crypto-org-chain"
            }
          ]
        }
      },
      "data_format": "MITRE",
      "data_type": "CVE",
      "data_version": "4.0",
      "description": {
        "description_data": [
          {
            "lang": "eng",
            "value": "Cronos is a commercial implementation of a blockchain. In Cronos nodes running versions before v0.6.5, it is possible to take transaction fees from Cosmos SDK\u0027s FeeCollector for the current block by sending a custom crafted MsgEthereumTx. This problem has been patched in Cronos v0.6.5. There are no tested workarounds. All validator node operators are recommended to upgrade to Cronos v0.6.5 at their earliest possible convenience."
          }
        ]
      },
      "impact": {
        "cvss": {
          "attackComplexity": "LOW",
          "attackVector": "NETWORK",
          "availabilityImpact": "NONE",
          "baseScore": 7.5,
          "baseSeverity": "HIGH",
          "confidentialityImpact": "NONE",
          "integrityImpact": "HIGH",
          "privilegesRequired": "NONE",
          "scope": "UNCHANGED",
          "userInteraction": "NONE",
          "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
          "version": "3.1"
        }
      },
      "problemtype": {
        "problemtype_data": [
          {
            "description": [
              {
                "lang": "eng",
                "value": "CWE-670: Always-Incorrect Control Flow Implementation"
              }
            ]
          }
        ]
      },
      "references": {
        "reference_data": [
          {
            "name": "https://github.com/crypto-org-chain/cronos/security/advisories/GHSA-f854-hpxv-cw9r",
            "refsource": "CONFIRM",
            "url": "https://github.com/crypto-org-chain/cronos/security/advisories/GHSA-f854-hpxv-cw9r"
          },
          {
            "name": "https://github.com/crypto-org-chain/cronos/pull/270",
            "refsource": "MISC",
            "url": "https://github.com/crypto-org-chain/cronos/pull/270"
          },
          {
            "name": "https://github.com/crypto-org-chain/cronos/commit/150ef237b37ac28c8136e1c0f494932860b9ebe8",
            "refsource": "MISC",
            "url": "https://github.com/crypto-org-chain/cronos/commit/150ef237b37ac28c8136e1c0f494932860b9ebe8"
          }
        ]
      },
      "source": {
        "advisory": "GHSA-f854-hpxv-cw9r",
        "discovery": "UNKNOWN"
      }
    },
    "gitlab.com": {
      "advisories": [
        {
          "affected_range": "\u003cv0.6.5",
          "affected_versions": "All versions before 0.6.5",
          "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:P/A:N",
          "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
          "cwe_ids": [
            "CWE-1035",
            "CWE-670",
            "CWE-937"
          ],
          "date": "2022-01-05",
          "description": "Cronos is a commercial implementation of a blockchain. In Cronos nodes running versions before v0.6.5, it is possible to take transaction fees from Cosmos SDK\u0027s FeeCollector for the current block by sending a custom crafted MsgEthereumTx. This problem has been patched in Cronos v0.6.5. There are no tested workarounds. All validator node operators are recommended to upgrade to Cronos v0.6.5 at their earliest possible convenience.",
          "fixed_versions": [
            "v0.6.5"
          ],
          "identifier": "CVE-2021-43839",
          "identifiers": [
            "CVE-2021-43839",
            "GHSA-f854-hpxv-cw9r"
          ],
          "not_impacted": "All versions starting from 0.6.5",
          "package_slug": "go/github.com/crypto-org-chain/cronos",
          "pubdate": "2021-12-21",
          "solution": "Upgrade to version 0.6.5 or above.",
          "title": "Always-Incorrect Control Flow Implementation",
          "urls": [
            "https://nvd.nist.gov/vuln/detail/CVE-2021-43839",
            "https://github.com/crypto-org-chain/cronos/pull/270",
            "https://github.com/crypto-org-chain/cronos/security/advisories/GHSA-f854-hpxv-cw9r",
            "https://github.com/crypto-org-chain/cronos/commit/150ef237b37ac28c8136e1c0f494932860b9ebe8"
          ],
          "uuid": "133d762c-ea3e-4857-af51-fd3438309e40",
          "versions": [
            {
              "commit": {
                "sha": "fb7db2ecfd4c78ef31ab9887d4d2728c0473357e",
                "tags": [
                  "v0.6.5"
                ],
                "timestamp": "20211221043320"
              },
              "number": "v0.6.5"
            }
          ]
        },
        {
          "affected_range": "\u003cv0.7.3 || \u003e=v0.8.0 \u003c=v0.9.0",
          "affected_versions": "All versions before 0.7.3, all versions starting from 0.8.0 up to 0.9.0",
          "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:P/A:N",
          "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
          "cwe_ids": [
            "CWE-1035",
            "CWE-670",
            "CWE-937"
          ],
          "date": "2022-01-05",
          "description": "Cronos is a commercial implementation of a blockchain. In Cronos nodes running versions before v0.6.5, it is possible to take transaction fees from Cosmos SDK\u0027s FeeCollector for the current block by sending a custom crafted MsgEthereumTx. This problem has been patched in Cronos v0.6.5. There are no tested workarounds. All validator node operators are recommended to upgrade to Cronos v0.6.5 at their earliest possible convenience.",
          "fixed_versions": [
            "v0.7.3"
          ],
          "identifier": "CVE-2021-43839",
          "identifiers": [
            "CVE-2021-43839",
            "GHSA-f854-hpxv-cw9r"
          ],
          "not_impacted": "All starting from 0.7.3 before 0.8.0, all versions after 0.9.0",
          "package_slug": "go/github.com/tharsis/ethermint",
          "pubdate": "2021-12-21",
          "solution": "Upgrade to version 0.7.3, 0.9.1 or above.",
          "title": "Always-Incorrect Control Flow Implementation",
          "urls": [
            "https://nvd.nist.gov/vuln/detail/CVE-2021-43839",
            "https://github.com/crypto-org-chain/cronos/pull/270",
            "https://github.com/crypto-org-chain/cronos/security/advisories/GHSA-f854-hpxv-cw9r",
            "https://github.com/crypto-org-chain/cronos/commit/150ef237b37ac28c8136e1c0f494932860b9ebe8"
          ],
          "uuid": "396dacbd-b998-4607-88a6-ff0684c2ee75",
          "versions": [
            {
              "commit": {
                "sha": "2b85d2255e60132b5ee3e8e85bd13419e1ea31c6",
                "tags": [
                  "v0.8.0"
                ],
                "timestamp": "20211117140524"
              },
              "number": "v0.8.0"
            },
            {
              "commit": {
                "sha": "0b63b9087bc0d22ea4c4185f6b48573e089a9639",
                "tags": [
                  "v0.9.0"
                ],
                "timestamp": "20211201085034"
              },
              "number": "v0.9.0"
            }
          ]
        },
        {
          "affected_range": "\u003c=v0.4.2",
          "affected_versions": "All versions up to 0.4.2",
          "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:P/A:N",
          "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
          "cwe_ids": [
            "CWE-1035",
            "CWE-670",
            "CWE-937"
          ],
          "date": "2022-01-05",
          "description": "Cronos is a commercial implementation of a blockchain. In Cronos nodes running versions before v0.6.5, it is possible to take transaction fees from Cosmos SDK\u0027s FeeCollector for the current block by sending a custom crafted MsgEthereumTx. This problem has been patched in Cronos v0.6.5. There are no tested workarounds. All validator node operators are recommended to upgrade to Cronos v0.6.5 at their earliest possible convenience.",
          "fixed_versions": [],
          "identifier": "CVE-2021-43839",
          "identifiers": [
            "CVE-2021-43839",
            "GHSA-f854-hpxv-cw9r"
          ],
          "not_impacted": "",
          "package_slug": "go/github.com/tharsis/evmos",
          "pubdate": "2021-12-21",
          "solution": "Unfortunately, there is no solution available yet.",
          "title": "Always-Incorrect Control Flow Implementation",
          "urls": [
            "https://nvd.nist.gov/vuln/detail/CVE-2021-43839",
            "https://github.com/crypto-org-chain/cronos/pull/270",
            "https://github.com/crypto-org-chain/cronos/security/advisories/GHSA-f854-hpxv-cw9r",
            "https://github.com/crypto-org-chain/cronos/commit/150ef237b37ac28c8136e1c0f494932860b9ebe8"
          ],
          "uuid": "86dfe47e-967f-4110-bd23-bc540fe52fba",
          "versions": [
            {
              "commit": {
                "sha": "4b6bf2c53286d92b9154caf605c0b4c4257664af",
                "tags": [
                  "v0.4.2"
                ],
                "timestamp": "20211211171126"
              },
              "number": "v0.4.2"
            }
          ]
        }
      ]
    },
    "nvd.nist.gov": {
      "configurations": {
        "CVE_data_version": "4.0",
        "nodes": [
          {
            "children": [],
            "cpe_match": [
              {
                "cpe23Uri": "cpe:2.3:a:crypto:cronos:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndExcluding": "0.6.5",
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:a:crypto:ethermint:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndExcluding": "0.7.3",
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:a:crypto:ethermint:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndIncluding": "0.9.0",
                "versionStartIncluding": "0.8.0",
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:a:crypto:evmos:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndIncluding": "0.4.2",
                "vulnerable": true
              }
            ],
            "operator": "OR"
          }
        ]
      },
      "cve": {
        "CVE_data_meta": {
          "ASSIGNER": "security-advisories@github.com",
          "ID": "CVE-2021-43839"
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "en",
              "value": "Cronos is a commercial implementation of a blockchain. In Cronos nodes running versions before v0.6.5, it is possible to take transaction fees from Cosmos SDK\u0027s FeeCollector for the current block by sending a custom crafted MsgEthereumTx. This problem has been patched in Cronos v0.6.5. There are no tested workarounds. All validator node operators are recommended to upgrade to Cronos v0.6.5 at their earliest possible convenience."
            }
          ]
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "en",
                  "value": "CWE-670"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "https://github.com/crypto-org-chain/cronos/pull/270",
              "refsource": "MISC",
              "tags": [
                "Patch",
                "Third Party Advisory"
              ],
              "url": "https://github.com/crypto-org-chain/cronos/pull/270"
            },
            {
              "name": "https://github.com/crypto-org-chain/cronos/security/advisories/GHSA-f854-hpxv-cw9r",
              "refsource": "CONFIRM",
              "tags": [
                "Third Party Advisory"
              ],
              "url": "https://github.com/crypto-org-chain/cronos/security/advisories/GHSA-f854-hpxv-cw9r"
            },
            {
              "name": "https://github.com/crypto-org-chain/cronos/commit/150ef237b37ac28c8136e1c0f494932860b9ebe8",
              "refsource": "MISC",
              "tags": [
                "Patch",
                "Third Party Advisory"
              ],
              "url": "https://github.com/crypto-org-chain/cronos/commit/150ef237b37ac28c8136e1c0f494932860b9ebe8"
            }
          ]
        }
      },
      "impact": {
        "baseMetricV2": {
          "acInsufInfo": false,
          "cvssV2": {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "NONE",
            "baseScore": 5.0,
            "confidentialityImpact": "NONE",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:N",
            "version": "2.0"
          },
          "exploitabilityScore": 10.0,
          "impactScore": 2.9,
          "obtainAllPrivilege": false,
          "obtainOtherPrivilege": false,
          "obtainUserPrivilege": false,
          "severity": "MEDIUM",
          "userInteractionRequired": false
        },
        "baseMetricV3": {
          "cvssV3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "exploitabilityScore": 3.9,
          "impactScore": 3.6
        }
      },
      "lastModifiedDate": "2022-01-05T15:10Z",
      "publishedDate": "2021-12-21T17:15Z"
    }
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…