CVE Database
/

CVE-2020-5260

Back to search

CVE-2020-5260

Published: Apr 14, 2020

Modified: Aug 4, 2024

PUBLISHED

CVSS v3.1

9.3

CRITICAL

Description

Affected versions of Git have a vulnerability whereby Git can be tricked into sending private credentials to a host controlled by an attacker. Git uses external "credential helper" programs to store and retrieve passwords or other credentials from secure storage provided by the operating system. Specially-crafted URLs that contain an encoded newline can inject unintended values into the credential helper protocol stream, causing the credential helper to retrieve the password for one server (e.g., good.example.com) for an HTTP request being made to another server (e.g., evil.example.com), resulting in credentials for the former being sent to the latter. There are no restrictions on the relationship between the two, meaning that an attacker can craft a URL that will present stored credentials for any host to a host of their choosing. The vulnerability can be triggered by feeding a malicious URL to git clone. However, the affected URLs look rather suspicious; the likely vector would be through systems which automatically clone URLs not visible to the user, such as Git submodules, or package systems built around Git. The problem has been patched in the versions published on April 14th, 2020, going back to v2.17.x. Anyone wishing to backport the change further can do so by applying commit 9a6bbee (the full release includes extra checks for git fsck, but that commit is sufficient to protect clients against the vulnerability). The patched versions are: 2.17.4, 2.18.3, 2.19.4, 2.20.3, 2.21.2, 2.22.3, 2.23.2, 2.24.2, 2.25.3, 2.26.1.

VendorProductVersions

git

git

affected
< 2.17.4
affected
>= 2.18.0, < 2.18.3
affected
>= 2.19.0, 2.19.4
affected
>= 2.20.0, < 2.20.3
affected
>= 2.21.0, < 2.21.2

+5 more versions

Weaknesses (CWE)

CVSS v3.1 Details

CVSS v3.1 Vector

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

Attack Vector

Network

Attack Complexity

Low

Privileges Required

None

User Interaction

Required

Scope

Changed

Confidentiality

High

Integrity

High

Availability

None

References

DSA-4657
vendor-advisory
x_refsource_DEBIAN
openSUSE-SU-2020:0524
vendor-advisory
x_refsource_SUSE
FEDORA-2020-cdef88bb89
vendor-advisory
x_refsource_FEDORA
GLSA-202004-13
vendor-advisory
x_refsource_GENTOO
FEDORA-2020-c6548b488f
vendor-advisory
x_refsource_FEDORA
FEDORA-2020-f6b3b6fb18
vendor-advisory
x_refsource_FEDORA
FEDORA-2020-b2a2c830cf
vendor-advisory
x_refsource_FEDORA
USN-4329-1
vendor-advisory
x_refsource_UBUNTU
FEDORA-2020-4e093619bb
vendor-advisory
x_refsource_FEDORA
openSUSE-SU-2020:0598
vendor-advisory
x_refsource_SUSE

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now