CVE-2021-21300 - log back

CVE-2021-21300 edited at 09 Mar 2021 21:41:28
References
https://github.com/git/git/security/advisories/GHSA-8prw-h3cq-mghm
https://lore.kernel.org/git/xmqqim6019yd.fsf@gitster.c.googlers.com/
- https://github.com/git/git/commit/684dd4c2b414bcf648505e74498a608f28de4592
+ https://git.kernel.org/pub/scm/git/git.git/commit/?id=684dd4c2b414bcf648505e74498a608f28de4592
CVE-2021-21300 edited at 09 Mar 2021 21:39:34
Severity
- Medium
+ Low
Description
- A security issue was found in Git up to version 2.30.1. On case-insensitive file systems with support for symbolic links, if Git is configured globally to apply delay-capable clean/smudge filters (such as Git LFS), Git could be fooled into running remote code during a clone. It is fixed in Git versions 2.17.6, 2.18.5, 2.19.6, 2.20.5, 2.21.4, 2.22.5, 2.23.4, 2.24.4, 2.25.5, 2.26.3, 2.27.1, 2.28.1, 2.29.3 and 2.30.2.
+ 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. Note that clean/smudge filters have to be configured for that. As a workaround, 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.
References
- https://lkml.org/lkml/2021/3/9/995
+ https://github.com/git/git/security/advisories/GHSA-8prw-h3cq-mghm
+ https://lore.kernel.org/git/xmqqim6019yd.fsf@gitster.c.googlers.com/
https://github.com/git/git/commit/684dd4c2b414bcf648505e74498a608f28de4592
Notes
+ Workaround
+ ==========
+
+ The issue can be mitigated by disabling symbolic link support using "git config --global core.symlinks false".
CVE-2021-21300 edited at 09 Mar 2021 18:31:56
Severity
- Unknown
+ Medium
Remote
- Unknown
+ Remote
Type
- Unknown
+ Arbitrary code execution
Description
+ A security issue was found in Git up to version 2.30.1. On case-insensitive file systems with support for symbolic links, if Git is configured globally to apply delay-capable clean/smudge filters (such as Git LFS), Git could be fooled into running remote code during a clone. It is fixed in Git versions 2.17.6, 2.18.5, 2.19.6, 2.20.5, 2.21.4, 2.22.5, 2.23.4, 2.24.4, 2.25.5, 2.26.3, 2.27.1, 2.28.1, 2.29.3 and 2.30.2.
References
+ https://lkml.org/lkml/2021/3/9/995
+ https://github.com/git/git/commit/684dd4c2b414bcf648505e74498a608f28de4592
Notes
CVE-2021-21300 created at 09 Mar 2021 18:27:32