CVE-2022-39260

Name
CVE-2022-39260
Description
Git is an open source, scalable, distributed revision control system. `git shell` is a restricted login shell that can be used to implement Git's push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an `int` to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to `execv()`, it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to `git shell` as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling `git shell` access via remote logins is a viable short-term workaround.
NVD Severity
unknown
Other trackers
Mailing lists
Exploits
Forges
GitHub (code, issues), Aports (code, issues)

References

Type URI
CONFIRM https://github.com/git/git/security/advisories/GHSA-rjr6-wcq6-83p6
Mailing List https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/
Third Party Advisory https://support.apple.com/kb/HT213496
Mailing List https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/
Mailing List http://seclists.org/fulldisclosure/2022/Nov/1
Mailing List https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/
Mailing List https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/
security-advisories@github.com https://security.gentoo.org/glsa/202312-15

Match rules

CPE URI Source package Min version Max version
cpe:2.3:a:git-scm:git:2.38.0:*:*:*:*:*:*:* git == None == 2.38.0
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* git >= 2.37.0 < 2.37.4
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* git >= 2.36.0 < 2.36.3
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* git >= 2.35.0 < 2.35.5
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* git >= 2.34.0 < 2.34.5
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* git >= 2.33.0 < 2.33.5
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* git >= 2.32.0 < 2.32.4
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* git >= 2.31.0 < 2.31.5
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* git >= None < 2.30.6

Vulnerable and fixed packages

Source package Branch Version Maintainer Status
git 3.13-main 2.30.6-r0 Natanael Copa <ncopa@alpinelinux.org> fixed