ghsa-xfhp-jf8p-mh5w
Vulnerability from github
Published
2024-06-25 18:31
Modified
2024-06-28 21:43
Severity ?
Summary
HashiCorp go-getter Vulnerable to Code Execution On Git Update Via Git Config Manipulation
Details
HashiCorp’s go-getter library can be coerced into executing Git update on an existing maliciously modified Git Configuration, potentially leading to arbitrary code execution. When go-getter is performing a Git operation, go-getter will try to clone the given repository in a specified destination. Cloning initializes a git config to the provided destination and if the repository needs to get updated go-getter will pull the new changes .
An attacker may alter the Git config after the cloning step to set an arbitrary Git configuration to achieve code execution.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/hashicorp/go-getter" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.7.5" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-6257" ], "database_specific": { "cwe_ids": [ "CWE-77" ], "github_reviewed": true, "github_reviewed_at": "2024-06-25T20:14:06Z", "nvd_published_at": "2024-06-25T17:15:10Z", "severity": "HIGH" }, "details": "HashiCorp\u2019s go-getter library can be coerced into executing Git update on an existing maliciously modified Git Configuration, potentially leading to arbitrary code execution. When go-getter is performing a Git operation, go-getter will try to clone the given repository in a specified destination. Cloning initializes a git config to the provided destination and if the repository needs to get updated go-getter will pull the new changes .\n\nAn attacker may alter the Git config after the cloning step to set an arbitrary Git configuration to achieve code execution.", "id": "GHSA-xfhp-jf8p-mh5w", "modified": "2024-06-28T21:43:53Z", "published": "2024-06-25T18:31:22Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6257" }, { "type": "WEB", "url": "https://github.com/hashicorp/go-getter/commit/268c11cae8cf0d9374783e06572679796abe9ce9" }, { "type": "WEB", "url": "https://discuss.hashicorp.com/t/hcsec-2024-13-hashicorp-go-getter-vulnerable-to-code-execution-on-git-update-via-git-config-manipulation/68081" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-xfhp-jf8p-mh5w" }, { "type": "PACKAGE", "url": "https://github.com/hashicorp/go-getter" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "HashiCorp go-getter Vulnerable to Code Execution On Git Update Via Git Config Manipulation" }
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.