2022-05-18 19:02:22 +00:00
{
"CVE_data_meta" : {
2022-07-12 20:30:55 +00:00
"ASSIGNER" : "security-advisories@github.com" ,
2022-05-18 19:02:22 +00:00
"ID" : "CVE-2022-31012" ,
2022-07-12 20:30:55 +00:00
"STATE" : "PUBLIC" ,
"TITLE" : "Git for Windows' installer can be tricked into executing an untrusted binary"
2022-05-18 19:02:22 +00:00
} ,
2022-07-12 20:30:55 +00:00
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "git" ,
"version" : {
"version_data" : [
{
"version_value" : "< 2.37.1"
}
]
}
}
]
} ,
"vendor_name" : "git-for-windows"
}
]
}
} ,
"data_format" : "MITRE" ,
"data_type" : "CVE" ,
"data_version" : "4.0" ,
2022-05-18 19:02:22 +00:00
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2022-07-12 21:00:42 +00:00
"value" : "Git for Windows is a fork of Git that contains Windows-specific patches. This vulnerability in versions prior to 2.37.1 lets Git for Windows' installer execute a binary into `C:\\mingw64\\bin\\git.exe` by mistake. This only happens upon a fresh install, not when upgrading Git for Windows. A patch is included in version 2.37.1. Two workarounds are available. Create the `C:\\mingw64` folder and remove read/write access from this folder, or disallow arbitrary authenticated users to create folders in `C:\\`."
2022-07-12 20:30:55 +00:00
}
]
} ,
"impact" : {
"cvss" : {
"attackComplexity" : "LOW" ,
"attackVector" : "LOCAL" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 8.2 ,
"baseSeverity" : "HIGH" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"privilegesRequired" : "LOW" ,
"scope" : "CHANGED" ,
"userInteraction" : "REQUIRED" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H" ,
"version" : "3.1"
}
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-426: Untrusted Search Path"
}
]
2022-05-18 19:02:22 +00:00
}
]
2022-07-12 20:30:55 +00:00
} ,
"references" : {
"reference_data" : [
{
"name" : "https://github.com/git-for-windows/git/security/advisories/GHSA-gjrj-fxvp-hjj2" ,
"refsource" : "CONFIRM" ,
"url" : "https://github.com/git-for-windows/git/security/advisories/GHSA-gjrj-fxvp-hjj2"
} ,
{
"name" : "https://github.com/git-for-windows/git/releases/tag/v2.37.1.windows.1" ,
"refsource" : "MISC" ,
"url" : "https://github.com/git-for-windows/git/releases/tag/v2.37.1.windows.1"
}
]
} ,
"source" : {
"advisory" : "GHSA-gjrj-fxvp-hjj2" ,
"discovery" : "UNKNOWN"
2022-05-18 19:02:22 +00:00
}
}