Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

oracle-oval логотип

ELSA-2023-2319

Опубликовано: 15 мая 2023
Источник: oracle-oval
Платформа: Oracle Linux 9

Описание

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

Связанные уязвимости

oracle-oval
около 2 лет назад

ELSA-2023-2859: git security and bug fix update (MODERATE)

suse-cvrf
больше 2 лет назад

Security update for git

suse-cvrf
больше 2 лет назад

Security update for git

suse-cvrf
больше 2 лет назад

Security update for git

CVSS3: 5.5
ubuntu
больше 2 лет назад

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...