Логотип exploitDog
bind:"CVE-2022-23521" OR bind:"CVE-2022-41903"
Консоль
Логотип exploitDog

exploitDog

bind:"CVE-2022-23521" OR bind:"CVE-2022-41903"

Количество 21

Количество 21

suse-cvrf логотип

SUSE-SU-2023:0110-1

почти 3 года назад

Security update for git

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2023:0109-1

почти 3 года назад

Security update for git

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2023:0108-1

почти 3 года назад

Security update for git

EPSS: Низкий
rocky логотип

RLSA-2023:0611

почти 3 года назад

Important: git security update

EPSS: Низкий
rocky логотип

RLSA-2023:0610

почти 3 года назад

Important: git security update

EPSS: Низкий
oracle-oval логотип

ELSA-2023-0978

почти 3 года назад

ELSA-2023-0978: git security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2023-0611

почти 3 года назад

ELSA-2023-0611: git security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2023-0610

почти 3 года назад

ELSA-2023-0610: git security update (IMPORTANT)

EPSS: Низкий
redos логотип

ROS-20230418-03

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

Множественные уязвимости Git

CVSS3: 9.8
EPSS: Низкий
ubuntu логотип

CVE-2022-41903

почти 3 года назад

Git is distributed revision control system. `git log` can display commits in an arbitrary format using its `--format` specifiers. This functionality is also exposed to `git archive` via the `export-subst` gitattribute. When processing the padding operators, there is a integer overflow in `pretty.c::format_and_pad_commit()` where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through git archive via the export-subst mechanism, which expands format specifiers inside of files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may result in arbitrary code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. Users who are unable t...

CVSS3: 9.8
EPSS: Средний
redhat логотип

CVE-2022-41903

почти 3 года назад

Git is distributed revision control system. `git log` can display commits in an arbitrary format using its `--format` specifiers. This functionality is also exposed to `git archive` via the `export-subst` gitattribute. When processing the padding operators, there is a integer overflow in `pretty.c::format_and_pad_commit()` where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through git archive via the export-subst mechanism, which expands format specifiers inside of files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may result in arbitrary code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. Users who are unable t...

CVSS3: 9.8
EPSS: Средний
nvd логотип

CVE-2022-41903

почти 3 года назад

Git is distributed revision control system. `git log` can display commits in an arbitrary format using its `--format` specifiers. This functionality is also exposed to `git archive` via the `export-subst` gitattribute. When processing the padding operators, there is a integer overflow in `pretty.c::format_and_pad_commit()` where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through git archive via the export-subst mechanism, which expands format specifiers inside of files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may result in arbitrary code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. Users who are unable to u

CVSS3: 9.8
EPSS: Средний
msrc логотип

CVE-2022-41903

почти 3 года назад

Integer overflow in `git archive` `git log --format` leading to RCE in git

CVSS3: 9.8
EPSS: Средний
debian логотип

CVE-2022-41903

почти 3 года назад

Git is distributed revision control system. `git log` can display comm ...

CVSS3: 9.8
EPSS: Средний
ubuntu логотип

CVE-2022-23521

почти 3 года назад

Git is distributed revision control system. gitattributes are a mechanism to allow defining attributes for paths. These attributes can be defined by adding a `.gitattributes` file to the repository, which contains a set of file patterns and the attributes that should be set for paths matching this pattern. When parsing gitattributes, multiple integer overflows can occur when there is a huge number of path patterns, a huge number of attributes for a single pattern, or when the declared attribute names are huge. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index or both. This integer overflow can result in arbitrary heap reads and writes, which may result in remote code execution. The problem has been patche...

CVSS3: 9.8
EPSS: Средний
redhat логотип

CVE-2022-23521

почти 3 года назад

Git is distributed revision control system. gitattributes are a mechanism to allow defining attributes for paths. These attributes can be defined by adding a `.gitattributes` file to the repository, which contains a set of file patterns and the attributes that should be set for paths matching this pattern. When parsing gitattributes, multiple integer overflows can occur when there is a huge number of path patterns, a huge number of attributes for a single pattern, or when the declared attribute names are huge. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index or both. This integer overflow can result in arbitrary heap reads and writes, which may result in remote code execution. The problem has been patche...

CVSS3: 9.8
EPSS: Средний
nvd логотип

CVE-2022-23521

почти 3 года назад

Git is distributed revision control system. gitattributes are a mechanism to allow defining attributes for paths. These attributes can be defined by adding a `.gitattributes` file to the repository, which contains a set of file patterns and the attributes that should be set for paths matching this pattern. When parsing gitattributes, multiple integer overflows can occur when there is a huge number of path patterns, a huge number of attributes for a single pattern, or when the declared attribute names are huge. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index or both. This integer overflow can result in arbitrary heap reads and writes, which may result in remote code execution. The problem has been patched i

CVSS3: 9.8
EPSS: Средний
msrc логотип

CVE-2022-23521

почти 3 года назад

GitHub: CVE-2022-23521 gitattributes parsing integer overflow

EPSS: Средний
debian логотип

CVE-2022-23521

почти 3 года назад

Git is distributed revision control system. gitattributes are a mechan ...

CVSS3: 9.8
EPSS: Средний
fstec логотип

BDU:2023-00609

почти 3 года назад

Уязвимость функции pretty.c::format_and_pad_commit() механизма форматирования коммитов распределенной системы контроля версий Git, позволяющая нарушителю выполнить произвольный код

CVSS3: 9.8
EPSS: Средний

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
suse-cvrf логотип
SUSE-SU-2023:0110-1

Security update for git

почти 3 года назад
suse-cvrf логотип
SUSE-SU-2023:0109-1

Security update for git

почти 3 года назад
suse-cvrf логотип
SUSE-SU-2023:0108-1

Security update for git

почти 3 года назад
rocky логотип
RLSA-2023:0611

Important: git security update

почти 3 года назад
rocky логотип
RLSA-2023:0610

Important: git security update

почти 3 года назад
oracle-oval логотип
ELSA-2023-0978

ELSA-2023-0978: git security update (IMPORTANT)

почти 3 года назад
oracle-oval логотип
ELSA-2023-0611

ELSA-2023-0611: git security update (IMPORTANT)

почти 3 года назад
oracle-oval логотип
ELSA-2023-0610

ELSA-2023-0610: git security update (IMPORTANT)

почти 3 года назад
redos логотип
ROS-20230418-03

Множественные уязвимости Git

CVSS3: 9.8
больше 2 лет назад
ubuntu логотип
CVE-2022-41903

Git is distributed revision control system. `git log` can display commits in an arbitrary format using its `--format` specifiers. This functionality is also exposed to `git archive` via the `export-subst` gitattribute. When processing the padding operators, there is a integer overflow in `pretty.c::format_and_pad_commit()` where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through git archive via the export-subst mechanism, which expands format specifiers inside of files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may result in arbitrary code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. Users who are unable t...

CVSS3: 9.8
21%
Средний
почти 3 года назад
redhat логотип
CVE-2022-41903

Git is distributed revision control system. `git log` can display commits in an arbitrary format using its `--format` specifiers. This functionality is also exposed to `git archive` via the `export-subst` gitattribute. When processing the padding operators, there is a integer overflow in `pretty.c::format_and_pad_commit()` where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through git archive via the export-subst mechanism, which expands format specifiers inside of files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may result in arbitrary code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. Users who are unable t...

CVSS3: 9.8
21%
Средний
почти 3 года назад
nvd логотип
CVE-2022-41903

Git is distributed revision control system. `git log` can display commits in an arbitrary format using its `--format` specifiers. This functionality is also exposed to `git archive` via the `export-subst` gitattribute. When processing the padding operators, there is a integer overflow in `pretty.c::format_and_pad_commit()` where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through git archive via the export-subst mechanism, which expands format specifiers inside of files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may result in arbitrary code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. Users who are unable to u

CVSS3: 9.8
21%
Средний
почти 3 года назад
msrc логотип
CVE-2022-41903

Integer overflow in `git archive` `git log --format` leading to RCE in git

CVSS3: 9.8
21%
Средний
почти 3 года назад
debian логотип
CVE-2022-41903

Git is distributed revision control system. `git log` can display comm ...

CVSS3: 9.8
21%
Средний
почти 3 года назад
ubuntu логотип
CVE-2022-23521

Git is distributed revision control system. gitattributes are a mechanism to allow defining attributes for paths. These attributes can be defined by adding a `.gitattributes` file to the repository, which contains a set of file patterns and the attributes that should be set for paths matching this pattern. When parsing gitattributes, multiple integer overflows can occur when there is a huge number of path patterns, a huge number of attributes for a single pattern, or when the declared attribute names are huge. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index or both. This integer overflow can result in arbitrary heap reads and writes, which may result in remote code execution. The problem has been patche...

CVSS3: 9.8
21%
Средний
почти 3 года назад
redhat логотип
CVE-2022-23521

Git is distributed revision control system. gitattributes are a mechanism to allow defining attributes for paths. These attributes can be defined by adding a `.gitattributes` file to the repository, which contains a set of file patterns and the attributes that should be set for paths matching this pattern. When parsing gitattributes, multiple integer overflows can occur when there is a huge number of path patterns, a huge number of attributes for a single pattern, or when the declared attribute names are huge. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index or both. This integer overflow can result in arbitrary heap reads and writes, which may result in remote code execution. The problem has been patche...

CVSS3: 9.8
21%
Средний
почти 3 года назад
nvd логотип
CVE-2022-23521

Git is distributed revision control system. gitattributes are a mechanism to allow defining attributes for paths. These attributes can be defined by adding a `.gitattributes` file to the repository, which contains a set of file patterns and the attributes that should be set for paths matching this pattern. When parsing gitattributes, multiple integer overflows can occur when there is a huge number of path patterns, a huge number of attributes for a single pattern, or when the declared attribute names are huge. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index or both. This integer overflow can result in arbitrary heap reads and writes, which may result in remote code execution. The problem has been patched i

CVSS3: 9.8
21%
Средний
почти 3 года назад
msrc логотип
CVE-2022-23521

GitHub: CVE-2022-23521 gitattributes parsing integer overflow

21%
Средний
почти 3 года назад
debian логотип
CVE-2022-23521

Git is distributed revision control system. gitattributes are a mechan ...

CVSS3: 9.8
21%
Средний
почти 3 года назад
fstec логотип
BDU:2023-00609

Уязвимость функции pretty.c::format_and_pad_commit() механизма форматирования коммитов распределенной системы контроля версий Git, позволяющая нарушителю выполнить произвольный код

CVSS3: 9.8
21%
Средний
почти 3 года назад

Уязвимостей на страницу