Lucene search
+L

11319 matches found

Positive Technologies
Positive Technologies
added 2022/05/04 12:00 a.m.11 views

PT-2022-13917 · Octopus Deploy +1 · Octopus Server +1

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided descriptions. Description: The issue concerns improper verification of permissions in the API for projects using Git version control. This flaw allows users with only ProjectView...

4.3CVSS4.4AI score0.00517EPSS
SaveExploits0References4
NVD
NVD
added 2022/05/03 11:15 a.m.39 views

CVE-2021-41959

JerryScript Git version 14ff5bf does not sufficiently track and release allocated memory via jerry-core/ecma/operations/ecma-regexp-object.c after RegExp, which causes a memory leak...

7.5CVSS0.01175EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2022/05/03 10:48 a.m.71 views

CVE-2021-41959

Removed by vendor...

7.5CVSS7.6AI score0.01175EPSS
SaveExploits1
CVE
CVE
added 2022/05/03 10:48 a.m.88 views

CVE-2021-41959

CVE-2021-41959 affects JerryScript (Git version 14ff5bf). The issue is a memory leak caused by insufficient tracking/freeing of allocated memory in jerry-core/ecma/operations/ecma-regexp-object.c after a RegExp. Multiple connected sources confirm the same root cause, and have not publicly detaile...

7.5CVSS7.5AI score0.01175EPSS
SaveExploits1References2Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/03 12:00 a.m.43 views

OS Command Injection in git-pull-or-clone

The package git-pull-or-clone before 2.0.2 is vulnerable to Command Injection due to the use of the --upload-pack feature of git which is also supported for git clone. The source includes the use of the secure child process API spawn. However, the outpath parameter passed to it may be a...

9.8CVSS1.5AI score0.03978EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2022/05/03 12:00 a.m.66 views

GHSA-3X62-X456-Q2VM OS Command Injection in git-pull-or-clone

The package git-pull-or-clone before 2.0.2 is vulnerable to Command Injection due to the use of the --upload-pack feature of git which is also supported for git clone. The source includes the use of the secure child process API spawn. However, the outpath parameter passed to it may be a...

9.8CVSS9.8AI score0.03978EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2022/05/03 12:00 a.m.10 views

JerryScript Git 安全漏洞

JerryScript is a lightweight JavaScript engine from the Jerryscript project. A security vulnerability exists in JerryScript Git version 14ff5bf, which stems from not adequately tracking and freeing allocated memory via jerry-core/ecma/operations/ecma-regexp-object.c after a RegExp...

7.5CVSS7.3AI score0.01175EPSS
SaveExploits1References3
OpenVAS
OpenVAS
added 2022/05/03 12:00 a.m.6 views

SUSE: Security Advisory (SUSE-SU-2022:1484-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.8CVSS8.2AI score0.0101EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2022/05/03 12:00 a.m.38 views

SUSE SLED15: git / git-arch / git-core / git-credential-gnome-keyring / etc (SUSE-SU-2022:1484-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2022:1484-1 advisory. - Updated to version 2.35.3: - CVE-2022-24765: Fixed a potential command injection via git worktree...

7.8CVSS6.9AI score0.0101EPSS
SaveExploits0References5
OSV
OSV
added 2022/05/02 2:47 p.m.10 views

SUSE-SU-2022:1484-1 Security update for git

This update for git fixes the following issues: - Updated to version 2.35.3: - CVE-2022-24765: Fixed a potential command injection via git worktree bsc1198234...

7.8CVSS8.1AI score0.0101EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2022/05/02 12:00 a.m.19 views

PT-2022-20314

Name of the Vulnerable Software and Affected Versions Gitea versions 1.16.6 and prior Description The issue is related to the improper handling of git fetch, allowing for shell command injection. This is due to the lack of escaping for the git fetch remote. There is no information provided about...

9.8CVSS6.9AI score0.89361EPSS
SaveExploits11References36
NVD
NVD
added 2022/05/01 4:15 p.m.40 views

CVE-2022-24437

The package git-pull-or-clone before 2.0.2 are vulnerable to Command Injection due to the use of the --upload-pack feature of git which is also supported for git clone. The source includes the use of the secure child process API spawn. However, the outpath parameter passed to it may be a...

9.8CVSS0.03978EPSS
SaveExploits1References3
Prion
Prion
added 2022/05/01 4:15 p.m.18 views

Command injection

The package git-pull-or-clone before 2.0.2 are vulnerable to Command Injection due to the use of the --upload-pack feature of git which is also supported for git clone. The source includes the use of the secure child process API spawn. However, the outpath parameter passed to it may be a...

7.5CVSS10AI score0.03978EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2022/05/01 3:20 p.m.705 views

CVE-2022-24437

The CVE-2022-24437 entry affects git-pull-or-clone prior to 2.0.2. The vulnerability arises from using the --upload-pack feature (also used by git clone) where the outpath argument passed to the secure spawn() call can be manipulated as a command-line argument, enabling arbitrary command injectio...

9.8CVSS10AI score0.03978EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2022/05/01 3:20 p.m.19 views

CVE-2022-24437 Command Injection

The package git-pull-or-clone before 2.0.2 are vulnerable to Command Injection due to the use of the --upload-pack feature of git which is also supported for git clone. The source includes the use of the secure child process API spawn. However, the outpath parameter passed to it may be a...

9.8CVSS7.2AI score
SaveExploits0References5
Cvelist
Cvelist
added 2022/05/01 3:20 p.m.39 views

CVE-2022-24437 Command Injection

The package git-pull-or-clone before 2.0.2 are vulnerable to Command Injection due to the use of the --upload-pack feature of git which is also supported for git clone. The source includes the use of the secure child process API spawn. However, the outpath parameter passed to it may be a...

9.8CVSS10AI score0.03978EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2022/05/01 3:19 p.m.8 views

CVE-2022-24437

The package git-pull-or-clone before 2.0.2 are vulnerable to Command Injection due to the use of the --upload-pack feature of git which is also supported for git clone. The source includes the use of the secure child process API spawn. However, the outpath parameter passed to it may be a...

9.8CVSS7.4AI score0.03978EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2022/05/01 12:00 a.m.16 views

PT-2022-16696 · Git +1 · Git +1

Name of the Vulnerable Software and Affected Versions: git-pull-or-clone versions prior to 2.0.2 Description: The issue arises from the use of the --upload-pack feature of git, which is also supported for git clone. Although the source utilizes the secure child process API spawn, the outpath...

9.8CVSS9.6AI score0.03978EPSS
SaveExploits1References8
CNNVD
CNNVD
added 2022/05/01 12:00 a.m.23 views

git-pull-or-clone 参数注入漏洞

git-pull-or-clone is used to ensure that a git repository exists on disk and is up-to-date. A parameter injection vulnerability exists in git-pull-or-clone versions prior to 2.0.2, which can be exploited to cause arbitrary command injection...

9.8CVSS8.4AI score0.03978EPSS
SaveExploits1References4
OpenVAS
OpenVAS
added 2022/04/29 12:00 a.m.21 views

Fedora: Security Advisory for golang-gopkg-src-d-git-4 (FEDORA-2022-5cbd6de569)

The remote host is missing an update for the Copyright C 2022 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

7.5CVSS10AI score0.03931EPSS
SaveExploits0References2
Rows per page
Query Builder