Add CVE-2021-21300 for GHSA-8prw-h3cq-mghm

This commit is contained in:
Robert Schultheis 2021-03-09 12:32:16 -07:00
parent 14afb3b4ec
commit a439318c15
No known key found for this signature in database
GPG Key ID: 348C4211B4D8BB40

View File

@ -1,18 +1,142 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-21300",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"STATE": "PUBLIC",
"TITLE": "malicious repositories can execute remote code while cloning"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "git",
"version": {
"version_data": [
{
"version_value": ">= 2.14.2, < 2.17.62.17.6"
},
{
"version_value": ">= 2.18.0, < 2.18.5"
},
{
"version_value": ">= 2.19.0, < 2.19.6"
},
{
"version_value": ">= 2.20.0, < 2.20.5"
},
{
"version_value": ">= 2.21.0, < 2.21.4"
},
{
"version_value": ">= 2.22.0, < 2.22.5"
},
{
"version_value": ">= 2.23.0, < 2.23.4"
},
{
"version_value": ">= 2.24.0, < 2.24.4"
},
{
"version_value": ">= 2.25.0, < 2.25.5"
},
{
"version_value": ">= 2.26.0, < 2.26.3"
},
{
"version_value": ">= 2.27.0, < 2.27.1"
},
{
"version_value": ">= 2.28.0, < 2.28.1"
},
{
"version_value": ">= 2.29.0, < 2.29.3"
},
{
"version_value": ">= 2.30.0, < 2.30.1"
}
]
}
}
]
},
"vendor_name": "git"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Git is an open-source distributed revision control system. In affected versions of Git a specially crafted repository that contains symbolic links as well as files using a clean/smudge filter such as Git LFS, may cause just-checked out script to be executed while cloning onto a case-insensitive file system such as NTFS, HFS+ or APFS (i.e. the default file systems on Windows and macOS). Note that clean/smudge filters have to be configured for that. Git for Windows configures Git LFS by default, and is therefore vulnerable. The problem has been patched in the versions published on Tuesday, March 9th, 2021. As a workaound, if symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. Likewise, if no clean/smudge filters such as Git LFS are configured globally (i.e. _before_ cloning), the attack is foiled. As always, it is best to avoid cloning repositories from untrusted sources. The earliest impacted version is 2.14.2. The fix versions are: 2.30.1, 2.29.3, 2.28.1, 2.27.1, 2.26.3, 2.25.5, 2.24.4, 2.23.4, 2.22.5, 2.21.4, 2.20.5, 2.19.6, 2.18.5, 2.17.62.17.6. \n\n\n\n\n"
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-59 Improper Link Resolution Before File Access ('Link Following')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/git/git/security/advisories/GHSA-8prw-h3cq-mghm",
"refsource": "CONFIRM",
"url": "https://github.com/git/git/security/advisories/GHSA-8prw-h3cq-mghm"
},
{
"name": "https://lore.kernel.org/git/xmqqim6019yd.fsf@gitster.c.googlers.com/",
"refsource": "MISC",
"url": "https://lore.kernel.org/git/xmqqim6019yd.fsf@gitster.c.googlers.com/"
},
{
"name": "https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinks",
"refsource": "MISC",
"url": "https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinks"
},
{
"name": "https://git-scm.com/docs/gitattributes#_filter",
"refsource": "MISC",
"url": "https://git-scm.com/docs/gitattributes#_filter"
},
{
"name": "https://github.com/git/git/commit/684dd4c2b414bcf648505e74498a608f28de4592",
"refsource": "MISC",
"url": "https://github.com/git/git/commit/684dd4c2b414bcf648505e74498a608f28de4592"
}
]
},
"source": {
"advisory": "GHSA-8prw-h3cq-mghm",
"discovery": "UNKNOWN"
}
}