CVE-2020-26233 Vulnerability Analysis & Exploit Details

CVE-2020-26233
Vulnerability Scoring

7.3
/10
Very High Risk

Highly exploitable, CVE-2020-26233 poses a critical security risk that could lead to severe breaches.

Attack Complexity Details

  • Attack Complexity: High
    Exploits require significant effort and special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: High
    High-level privileges are required for exploitation.
  • Scope: Changed
    Successful exploitation can impact components beyond the vulnerable component.
  • User Interaction: Required
    User interaction is necessary for successful exploitation.

CVE-2020-26233 Details

Status: Analyzed

Last updated: 🕝 18 Feb 2021, 14:39 UTC
Originally published on: 🕗 08 Dec 2020, 20:15 UTC

Time between publication and last update: 71 days

CVSS Release: version 3

CVSS3 Source

nvd@nist.gov

CVSS3 Type

Primary

CVSS3 Vector

CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:N

CVE-2020-26233 Vulnerability Summary

CVE-2020-26233: Git Credential Manager Core (GCM Core) is a secure Git credential helper built on .NET Core that runs on Windows and macOS. In Git Credential Manager Core before version 2.0.289, when recursively cloning a Git repository on Windows with submodules, Git will first clone the top-level repository and then recursively clone all submodules by starting new Git processes from the top-level working directory. If a malicious git.exe executable is present in the top-level repository then this binary will be started by Git Credential Manager Core when attempting to read configuration, and not git.exe as found on the %PATH%. This only affects GCM Core on Windows, not macOS or Linux-based distributions. GCM Core version 2.0.289 contains the fix for this vulnerability, and is available from the project's GitHub releases page. GCM Core 2.0.289 is also bundled in the latest Git for Windows release; version 2.29.2(3). As a workaround, users should avoid recursively cloning untrusted repositories with the --recurse-submodules option.

Assessing the Risk of CVE-2020-26233

Access Complexity Graph

The exploitability of CVE-2020-26233 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2020-26233

The exploitability of CVE-2020-26233 is influenced by multiple factors. Security teams should analyze system configurations and apply appropriate countermeasures to mitigate threats.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2020-26233, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2020-26233, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: High
    Exploiting CVE-2020-26233 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: High
    CVE-2020-26233 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: None
    CVE-2020-26233 does not impact system availability.

Exploit Prediction Scoring System (EPSS)

The EPSS score estimates the probability that this vulnerability will be exploited in the near future.

EPSS Score: 0.14% (probability of exploit)

EPSS Percentile: 51.11% (lower percentile = lower relative risk)
This vulnerability is less risky than approximately 48.89% of others.

CVE-2020-26233 References

External References

CWE Common Weakness Enumeration

CWE-706

CAPEC Common Attack Pattern Enumeration and Classification

  • Redirect Access to Libraries CAPEC-159 An adversary exploits a weakness in the way an application searches for external libraries to manipulate the execution flow to point to an adversary supplied library or code base. This pattern of attack allows the adversary to compromise the application or server via the execution of unauthorized code. An application typically makes calls to functions that are a part of libraries external to the application. These libraries may be part of the operating system or they may be third party libraries. If an adversary can redirect an application's attempts to access these libraries to other libraries that the adversary supplies, the adversary will be able to force the targeted application to execute arbitrary code. This is especially dangerous if the targeted application has enhanced privileges. Access can be redirected through a number of techniques, including the use of symbolic links, search path modification, and relative path manipulation.
  • Create files with the same name as files protected with a higher classification CAPEC-177 An attacker exploits file location algorithms in an operating system or application by creating a file with the same name as a protected or privileged file. The attacker could manipulate the system if the attacker-created file is trusted by the operating system or an application component that attempts to load the original file. Applications often load or include external files, such as libraries or configuration files. These files should be protected against malicious manipulation. However, if the application only uses the name of the file when locating it, an attacker may be able to create a file with the same name and place it in a directory that the application will search before the directory with the legitimate file is searched. Because the attackers' file is discovered first, it would be used by the target application. This attack can be extremely destructive if the referenced file is executable and/or is granted special privileges based solely on having a particular name.
  • Passing Local Filenames to Functions That Expect a URL CAPEC-48 This attack relies on client side code to access local files and resources instead of URLs. When the client browser is expecting a URL string, but instead receives a request for a local file, that execution is likely to occur in the browser process space with the browser's authority to local files. The attacker can send the results of this request to the local files out to a site that they control. This attack may be used to steal sensitive authentication data (either local or remote), or to gain system profile information to launch further attacks.
  • DLL Side-Loading CAPEC-641 An adversary places a malicious version of a Dynamic-Link Library (DLL) in the Windows Side-by-Side (WinSxS) directory to trick the operating system into loading this malicious DLL instead of a legitimate DLL. Programs specify the location of the DLLs to load via the use of WinSxS manifests or DLL redirection and if they aren't used then Windows searches in a predefined set of directories to locate the file. If the applications improperly specify a required DLL or WinSxS manifests aren't explicit about the characteristics of the DLL to be loaded, they can be vulnerable to side-loading.

Vulnerable Configurations

  • cpe:2.3:a:microsoft:git_credential_manager_core:2.0.5:beta:*:*:*:windows:*:*
    cpe:2.3:a:microsoft:git_credential_manager_core:2.0.5:beta:*:*:*:windows:*:*
  • cpe:2.3:a:microsoft:git_credential_manager_core:2.0.22:beta:*:*:*:windows:*:*
    cpe:2.3:a:microsoft:git_credential_manager_core:2.0.22:beta:*:*:*:windows:*:*
  • cpe:2.3:a:microsoft:git_credential_manager_core:2.0.33:beta:*:*:*:windows:*:*
    cpe:2.3:a:microsoft:git_credential_manager_core:2.0.33:beta:*:*:*:windows:*:*
  • cpe:2.3:a:microsoft:git_credential_manager_core:2.0.79:beta:*:*:*:windows:*:*
    cpe:2.3:a:microsoft:git_credential_manager_core:2.0.79:beta:*:*:*:windows:*:*
  • cpe:2.3:a:microsoft:git_credential_manager_core:2.0.87:beta:*:*:*:windows:*:*
    cpe:2.3:a:microsoft:git_credential_manager_core:2.0.87:beta:*:*:*:windows:*:*
  • cpe:2.3:a:microsoft:git_credential_manager_core:2.0.124:beta:*:*:*:windows:*:*
    cpe:2.3:a:microsoft:git_credential_manager_core:2.0.124:beta:*:*:*:windows:*:*
  • cpe:2.3:a:microsoft:git_credential_manager_core:2.0.153:beta:*:*:*:windows:*:*
    cpe:2.3:a:microsoft:git_credential_manager_core:2.0.153:beta:*:*:*:windows:*:*
  • cpe:2.3:a:microsoft:git_credential_manager_core:2.0.157:beta:*:*:*:windows:*:*
    cpe:2.3:a:microsoft:git_credential_manager_core:2.0.157:beta:*:*:*:windows:*:*
  • cpe:2.3:a:microsoft:git_credential_manager_core:2.0.164:beta:*:*:*:windows:*:*
    cpe:2.3:a:microsoft:git_credential_manager_core:2.0.164:beta:*:*:*:windows:*:*
  • cpe:2.3:a:microsoft:git_credential_manager_core:2.0.194:beta:*:*:*:windows:*:*
    cpe:2.3:a:microsoft:git_credential_manager_core:2.0.194:beta:*:*:*:windows:*:*
  • cpe:2.3:a:microsoft:git_credential_manager_core:2.0.246:beta:*:*:*:windows:*:*
    cpe:2.3:a:microsoft:git_credential_manager_core:2.0.246:beta:*:*:*:windows:*:*
  • cpe:2.3:a:microsoft:git_credential_manager_core:2.0.249:beta:*:*:*:windows:*:*
    cpe:2.3:a:microsoft:git_credential_manager_core:2.0.249:beta:*:*:*:windows:*:*
  • cpe:2.3:a:microsoft:git_credential_manager_core:2.0.252:beta:*:*:*:windows:*:*
    cpe:2.3:a:microsoft:git_credential_manager_core:2.0.252:beta:*:*:*:windows:*:*
  • cpe:2.3:a:microsoft:git_credential_manager_core:2.0.280:beta:*:*:*:windows:*:*
    cpe:2.3:a:microsoft:git_credential_manager_core:2.0.280:beta:*:*:*:windows:*:*

Protect Your Infrastructure against CVE-2020-26233: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2025-2129 – A vulnerability was found in Mage AI 0.9.75. It has been classified as problematic. This affects an unknown part. The manipulation leads to insecur...
  • CVE-2025-2127 – A vulnerability was found in JoomlaUX JUX Real Estate 3.4.0 on Joomla. It has been classified as problematic. Affected is an unknown function of th...
  • CVE-2025-2126 – A vulnerability was found in JoomlaUX JUX Real Estate 3.4.0 on Joomla and classified as critical. This issue affects some unknown processing of the...
  • CVE-2025-2125 – A vulnerability has been found in Control iD RH iD 25.2.25.0 and classified as problematic. This vulnerability affects unknown code of the file /v2...
  • CVE-2025-2124 – A vulnerability, which was classified as problematic, was found in Control iD RH iD 25.2.25.0. This affects an unknown part of the file /v2/custome...