Lucene search
+L

76 matches found

Cvelist
Cvelist
added 2024/10/08 5:0 a.m.42 views

CVE-2024-21533

All versions of the package ggit are vulnerable to Arbitrary Argument Injection via the clone API, which allows specifying the remote URL to clone and the file on disk to clone to. The library does not sanitize for user input or validate a given URL scheme, nor does it properly pass command-line...

6.5CVSS0.00601EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/10/08 5:0 a.m.17 views

CVE-2024-21533

All versions of the package ggit are vulnerable to Arbitrary Argument Injection via the clone API, which allows specifying the remote URL to clone and the file on disk to clone to. The library does not sanitize for user input or validate a given URL scheme, nor does it properly pass command-line...

6.5CVSS7.6AI score0.00601EPSS
SaveExploits0References2
CVE
CVE
added 2024/10/08 5:0 a.m.98 views

CVE-2024-21533

GGIT is affected across all versions by Arbitrary Argument Injection via the clone() API. The root cause is failure to sanitize user input and validate URL schemes, plus improper handling of git command-line flags (using -- to end options). Public details include a PoC from Snyk and a GitHub gist...

6.5CVSS7.4AI score0.00601EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/10/07 12:0 a.m.13 views

PT-2024-18947 · Ggit · Ggit

Name of the Vulnerable Software and Affected Versions: ggit versions all Description: The issue concerns Arbitrary Argument Injection via the clone API. This API allows specifying the remote URL to clone and the file on disk to clone to. However, the library fails to sanitize user input or valida...

6.9CVSS7.4AI score0.00601EPSS
SaveExploits0References8
RustSec
RustSec
added 2023/09/23 12:0 p.m.5 views

gix-transport code execution vulnerability

The gix-transport crate prior to the patched version 0.36.1 would allow attackers to use malicious ssh clone URLs to pass arbitrary arguments to the ssh program, leading to arbitrary code execution. PoC: gix clone 'ssh://-oProxyCommand=open$IFS-aCalculator/foo' This will launch a calculator on OS...

4.1CVSS7.7AI score0.00171EPSS
SaveExploits0Affected Software1
Veracode
Veracode
added 2023/09/21 6:9 a.m.17 views

Arbitrary Argument Injection

blamer is vulnerable to Arbitrary Argument Injection. The vulnerability is due to blameByFile API not properly sanitizing the user input and validating the give file path. This can be exploited by the attacker by using he double-dash POSIX character -- to pass malicious command line arguments to...

9.1CVSS6.9AI score0.00924EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2023/09/19 6:30 a.m.73 views

GHSA-6F9P-G466-F8V8 blamer vulnerable to Arbitrary Argument Injection via the blameByFile() API

Versions of the blamer package before 1.0.4 are vulnerable to Arbitrary Argument Injection via the blameByFile API. The library does not sanitize for user input or validate the given file path conforms to a specific schema, nor does it properly pass command-line flags to the git binary using the...

6.5CVSS9.1AI score0.00924EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2023/09/19 6:30 a.m.27 views

blamer vulnerable to Arbitrary Argument Injection via the blameByFile() API

Versions of the blamer package before 1.0.4 are vulnerable to Arbitrary Argument Injection via the blameByFile API. The library does not sanitize for user input or validate the given file path conforms to a specific schema, nor does it properly pass command-line flags to the git binary using the...

9.1CVSS9.1AI score0.00924EPSS
SaveExploits1References5Affected Software1
NVD
NVD
added 2023/09/19 5:17 a.m.37 views

CVE-2023-26143

Versions of the package blamer before 1.0.4 are vulnerable to Arbitrary Argument Injection via the blameByFile API. The library does not sanitize for user input or validate the given file path conforms to a specific schema, nor does it properly pass command-line flags to the git binary using the...

9.1CVSS7.3AI score0.00924EPSS
SaveExploits1References3
Prion
Prion
added 2023/09/19 5:17 a.m.23 views

Input validation

Versions of the package blamer before 1.0.4 are vulnerable to Arbitrary Argument Injection via the blameByFile API. The library does not sanitize for user input or validate the given file path conforms to a specific schema, nor does it properly pass command-line flags to the git binary using the...

6.4CVSS9.4AI score0.00924EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2023/09/19 5:0 a.m.50 views

CVE-2023-26143

Versions of the package blamer before 1.0.4 are vulnerable to Arbitrary Argument Injection via the blameByFile API. The library does not sanitize for user input or validate the given file path conforms to a specific schema, nor does it properly pass command-line flags to the git binary using the...

6.5CVSS9.7AI score0.00924EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2023/09/19 5:0 a.m.8 views

CVE-2023-26143

Versions of the package blamer before 1.0.4 are vulnerable to Arbitrary Argument Injection via the blameByFile API. The library does not sanitize for user input or validate the given file path conforms to a specific schema, nor does it properly pass command-line flags to the git binary using the...

6.5CVSS7.2AI score0.00924EPSS
SaveExploits1References3
OSV
OSV
added 2023/09/19 5:0 a.m.18 views

CVE-2023-26143

Versions of the package blamer before 1.0.4 are vulnerable to Arbitrary Argument Injection via the blameByFile API. The library does not sanitize for user input or validate the given file path conforms to a specific schema, nor does it properly pass command-line flags to the git binary using the...

6.5CVSS7.5AI score0.00924EPSS
SaveExploits1References5
CVE
CVE
added 2023/09/19 5:0 a.m.2561 views

CVE-2023-26143

CVE-2023-26143 affects the blamer package prior to version 1.0.4. The root cause is an Arbitrary Argument Injection via the blameByFile() API due to insufficient input sanitization and invalid file-path handling, coupled with improper passing of git flags ( -- ) to terminate options. Public analy...

9.1CVSS9.4AI score0.00924EPSS
SaveExploits1References3Affected Software1
Snyk
Snyk
added 2023/06/22 11:15 a.m.6 views

Arbitrary Argument Injection

Overview blamer is a tool for get information about author of code from version control system. Supports git and subversion. Affected versions of this package are vulnerable to Arbitrary Argument Injection via the blameByFile API. The library does not sanitize for user input or validate the given...

9.1CVSS7.3AI score0.00924EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2007/08/13 12:0 a.m.31 views

Debian DSA-1346-1 : iceape - several vulnerabilities

Several remote vulnerabilities have been discovered in the Iceape internet suite, an unbranded version of the SeaMonkey Internet Suite. The Common Vulnerabilities and Exposures project identifies the following problems : - CVE-2007-3844 'mozbugra4' discovered that a regression in the handling...

9.3CVSS8.3AI score0.05699EPSS
SaveExploits4References5
Rows per page
Query Builder