Debian Security Advisory
DLA-3239-1 git -- LTS security update
- Date Reported:
- 14 Dec 2022
- Affected Packages:
- git
- Vulnerable:
- Yes
- Security database references:
- In the Debian bugtracking system: Bug 1014848, Bug 1022046.
In Mitre's CVE dictionary: CVE-2022-24765, CVE-2022-29187, CVE-2022-39253, CVE-2022-39260. - More information:
-
Multiple issues were found in Git, a distributed revision control system. An attacker may cause other local users into executing arbitrary commands, leak information from the local filesystem, and bypass restricted shell.
Note: Due to new security checks, access to repositories owned and accessed by different local users may now be rejected by Git; in case changing ownership is not practical, git displays a way to bypass these checks using the new
safe.directory
configuration entry.- CVE-2022-24765
Git is not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.
- CVE-2022-29187
An unsuspecting user could still be affected by the issue reported in CVE-2022-24765, for example when navigating as root into a shared tmp directory that is owned by them, but where an attacker could create a git repository.
- CVE-2022-39253
Exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source's `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim's machine.
- CVE-2022-39260
`git shell` 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.
For Debian 10 buster, these problems have been fixed in version 1:2.20.1-2+deb10u5.
We recommend that you upgrade your git packages.
For the detailed security status of git please refer to its security tracker page at: https://security-tracker.debian.org/tracker/git
Further information about Debian LTS security advisories, how to apply these updates to your system and frequently asked questions can be found at: https://wiki.debian.org/LTS
- CVE-2022-24765