CVE-2021-21300

Updated: 2024-05-15 00:39:59.61471

Description:

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.


Links NIST CIRCL RHEL Ubuntu

Severity

Severity Score
CVSS Version 2.x MEDIUM 5.1
CVSS Version 3.x HIGH 7.5

Status

OS name Project name Version Score Severity Status Errata Last updated
CentOS 6 ELS git 1.7.1 7.5 HIGH Ignored 2023-02-13 10:03:27
CentOS 7 ELS git 1.8.3 7.5 HIGH Not Vulnerable 2024-04-02 11:09:36
CentOS 8.4 ELS git 2.27.0 7.5 HIGH Ignored 2023-02-13 10:03:27
CentOS 8.5 ELS git 2.27.0 7.5 HIGH Ignored 2023-02-13 10:03:27
CloudLinux 6 ELS git 1.7.1 7.5 HIGH Ignored 2023-02-13 10:03:27
Oracle Linux 6 ELS git 1.7.1 7.5 HIGH Ignored 2023-02-13 10:03:27
Ubuntu 16.04 ELS git 2.7.4 7.5 HIGH Ignored 2023-02-13 10:03:27
Ubuntu 18.04 ELS git 2.17.1 7.5 HIGH Already Fixed 2023-06-02 09:10:39

Statement

This issue affects git operations on a case-insensitive file systems which aren't too much useful on Linux.