Описание
ELSA-2023-2319: git security and bug fix update (MODERATE)
Обновленные пакеты
Oracle Linux 9
Oracle Linux aarch64
git
2.39.1-1.el9
git-all
2.39.1-1.el9
git-core
2.39.1-1.el9
git-core-doc
2.39.1-1.el9
git-credential-libsecret
2.39.1-1.el9
git-daemon
2.39.1-1.el9
git-email
2.39.1-1.el9
git-gui
2.39.1-1.el9
git-instaweb
2.39.1-1.el9
git-subtree
2.39.1-1.el9
git-svn
2.39.1-1.el9
gitk
2.39.1-1.el9
gitweb
2.39.1-1.el9
perl-Git
2.39.1-1.el9
perl-Git-SVN
2.39.1-1.el9
Oracle Linux x86_64
git
2.39.1-1.el9
git-all
2.39.1-1.el9
git-core
2.39.1-1.el9
git-core-doc
2.39.1-1.el9
git-credential-libsecret
2.39.1-1.el9
git-daemon
2.39.1-1.el9
git-email
2.39.1-1.el9
git-gui
2.39.1-1.el9
git-instaweb
2.39.1-1.el9
git-subtree
2.39.1-1.el9
git-svn
2.39.1-1.el9
gitk
2.39.1-1.el9
gitweb
2.39.1-1.el9
perl-Git
2.39.1-1.el9
perl-Git-SVN
2.39.1-1.el9
Связанные уязвимости
ELSA-2023-2859: git security and bug fix update (MODERATE)
Git is an open source, scalable, distributed revision control system. 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 are subject to 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. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects...