Lucene search
K

44 matches found

Positive Technologies
Positive Technologies
added 2022/05/02 12:0 a.m.3 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.86413EPSS
Exploits11References36
FreeBSD
FreeBSD
added 2022/04/25 12:0 a.m.16 views

gitea -- Escape git fetch remote

The Gitea team reports: Escape git fetch remote in services/migrations/giteauploader.go...

1.3AI score
Exploits0References1
UbuntuCve
UbuntuCve
added 2022/04/19 5:15 p.m.29 views

CVE-2022-25648

The package git before 1.11.0 are vulnerable to Command Injection via git argument injection. When calling the fetchremote = 'origin', opts = function, the remote parameter is passed to the git fetch subcommand in a way that additional flags can be set. The additional flags can be used to perform...

9.8CVSS7.2AI score0.05735EPSS
Exploits1References4
ATTACKERKB
ATTACKERKB
added 2022/04/19 4:34 p.m.3 views

CVE-2022-25648

The package git before 1.11.0 are vulnerable to Command Injection via git argument injection. When calling the fetchremote = 'origin', opts = function, the remote parameter is passed to the git fetch subcommand in a way that additional flags can be set. The additional flags can be used to perform...

9.8CVSS5.6AI score0.05735EPSS
Exploits1References11
CNNVD
CNNVD
added 2022/04/19 12:0 a.m.2 views

ruby-git 参数注入漏洞

ruby-git is a Ruby library. It can be used to create, read, and manipulate Git repositories by wrapping system calls in git binaries. A security vulnerability exists in ruby-git, which stems from the fact that when the fetchremote = origin, opts = function is called, the remote argument is passed...

9.8CVSS8AI score0.05735EPSS
Exploits1References13
Positive Technologies
Positive Technologies
added 2022/04/13 12:0 a.m.2 views

PT-2022-7286

Name of the Vulnerable Software and Affected Versions git versions prior to 1.11.0 Description The issue is related to Command Injection via git argument injection. When calling the fetchremote = 'origin', opts = function, the remote parameter is passed to the git fetch subcommand in a way that...

9.8CVSS7.9AI score0.05735EPSS
Exploits1References322
Prion
Prion
added 2022/04/01 8:15 p.m.17 views

Command injection

The package simple-git before 3.5.0 are vulnerable to Command Injection due to an incomplete fix of CVE-2022-24433 which only patches against the git fetch attack vector. A similar use of the --upload-pack feature of git is also supported for git clone, which the prior fix didn't cover...

7.5CVSS9.7AI score0.01454EPSS
Exploits1References4Affected Software1
Veracode
Veracode
added 2022/03/22 7:13 a.m.24 views

Remote Code Execution (RCE)

ungit is vulnerable to remote code execution. An attacker can inject and execute malicious git options through the user-controlled values in the git fetch command when calling the /api/fetch endpoint...

8.8CVSS3.8AI score0.04231EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2022/03/22 12:0 a.m.26 views

GHSA-HF8C-XR89-VFM5 Command Injection in ungit

The package ungit before 1.5.20 are vulnerable to Remote Code Execution RCE via argument injection. The issue occurs when calling the /api/fetch endpoint. User controlled values remote and ref are passed to the git fetch command. By injecting some git options it was possible to get arbitrary...

8.8CVSS9.3AI score0.04231EPSS
Exploits1References6
Github Security Blog
Github Security Blog
added 2022/03/22 12:0 a.m.43 views

Command Injection in ungit

The package ungit before 1.5.20 are vulnerable to Remote Code Execution RCE via argument injection. The issue occurs when calling the /api/fetch endpoint. User controlled values remote and ref are passed to the git fetch command. By injecting some git options it was possible to get arbitrary...

8.8CVSS6.6AI score0.04231EPSS
Exploits1References6Affected Software1
OSV
OSV
added 2022/03/21 6:15 p.m.8 views

CVE-2022-25766

The package ungit before 1.5.20 are vulnerable to Remote Code Execution RCE via argument injection. The issue occurs when calling the /api/fetch endpoint. User controlled values remote and ref are passed to the git fetch command. By injecting some git options it was possible to get arbitrary...

8.8CVSS8.5AI score
Exploits0References3
Prion
Prion
added 2022/03/21 6:15 p.m.14 views

Design/Logic Flaw

The package ungit before 1.5.20 are vulnerable to Remote Code Execution RCE via argument injection. The issue occurs when calling the /api/fetch endpoint. User controlled values remote and ref are passed to the git fetch command. By injecting some git options it was possible to get arbitrary...

6.5CVSS9.3AI score0.04231EPSS
Exploits1References3Affected Software1
EUVD
EUVD
added 2022/03/21 5:15 p.m.3 views

EUVD-2022-1441

The package ungit before 1.5.20 are vulnerable to Remote Code Execution RCE via argument injection. The issue occurs when calling the /api/fetch endpoint. User controlled values remote and ref are passed to the git fetch command. By injecting some git options it was possible to get arbitrary...

8.8CVSS9.3AI score0.04231EPSS
Exploits1References6
Positive Technologies
Positive Technologies
added 2022/03/21 12:0 a.m.2 views

PT-2022-17499 · Ungit · Ungit

Name of the Vulnerable Software and Affected Versions: ungit versions prior to 1.5.20 Description: The issue occurs when calling the "/api/fetch" endpoint, where user-controlled values remote and ref are passed to the git fetch command. By injecting some git options, it is possible to get arbitra...

8.8CVSS9AI score0.04231EPSS
Exploits1References9
OSV
OSV
added 2022/03/12 12:0 a.m.37 views

GHSA-3F95-R44V-8MRG Command injection in simple-git

The package simple-git before 3.3.0 is vulnerable to Command Injection via argument injection. When calling the .fetchremote, branch, handlerFn function, both the remote and branch parameters are passed to the git fetch subcommand. By injecting some git options, it was possible to get arbitrary...

8.1CVSS9.9AI score0.00514EPSS
Exploits0References6
NVD
NVD
added 2022/03/11 5:16 p.m.13 views

CVE-2022-24433

The package simple-git before 3.3.0 are vulnerable to Command Injection via argument injection. When calling the .fetchremote, branch, handlerFn function, both the remote and branch parameters are passed to the git fetch subcommand. By injecting some git options it was possible to get arbitrary...

9.8CVSS0.00514EPSS
Exploits0References4
Cvelist
Cvelist
added 2022/03/11 4:15 p.m.19 views

CVE-2022-24433 Command Injection

The package simple-git before 3.3.0 are vulnerable to Command Injection via argument injection. When calling the .fetchremote, branch, handlerFn function, both the remote and branch parameters are passed to the git fetch subcommand. By injecting some git options it was possible to get arbitrary...

8.1CVSS10AI score0.00514EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2022/03/11 4:12 p.m.4 views

CVE-2022-24433

The package simple-git before 3.3.0 are vulnerable to Command Injection via argument injection. When calling the .fetchremote, branch, handlerFn function, both the remote and branch parameters are passed to the git fetch subcommand. By injecting some git options it was possible to get arbitrary...

9.8CVSS7.5AI score0.00514EPSS
Exploits0References5
Snyk
Snyk
added 2022/03/11 2:19 p.m.2 views

Command Injection

Overview git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary. Affected versions of this package are vulnerable to Command Injection via git argument injection. When calling the fetchremote = 'origin', opts = function, t...

9.8CVSS7.5AI score0.05735EPSS
Exploits1References2
Snyk
Snyk
added 2022/03/11 10:58 a.m.1 views

Command Injection

Overview workspace-tools is a JS Monorepo Workspace Tools. Affected versions of this package are vulnerable to Command Injection via git argument injection. When calling the fetchRemoteBranchremote: string, remoteBranch: string, cwd: string function, both the remote and remoteBranch parameters ar...

9.8CVSS7.4AI score0.01249EPSS
Exploits1References2
Rows per page
Query Builder