30 matches found
CVE-2024-21532
The CVE-2024-21532 issue affects the npm package ggit. Affected versions allow Command Injection via fetchTags(branch): user input specifies the branch, which is concatenated into a git command that is passed to Node.js child_process.exec(), enabling potentially arbitrary commands. Root cause is ...
CVE-2024-21532
All versions of the package ggit are vulnerable to Command Injection via the fetchTagsbranch API, which allows user input to specify the branch to be fetched and then concatenates this string along with a git command which is then passed to the unsafe exec Node.js child process API...
ggit 安全漏洞
ggit is a tool by Gleb Bahmutov Personal Developer. A security vulnerability exists in ggit that stems from not cleaning up user input or validating a given URL scheme, leaving it vulnerable to arbitrary parameter injection attacks...
ggit 安全漏洞
ggit is a tool by Gleb Bahmutov Personal Developer. A security vulnerability exists in ggit that stems from allowing the user to enter the branch to be fetched, leaving it vulnerable to command injection attacks...
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...
PT-2024-18946
Name of the Vulnerable Software and Affected Versions ggit versions all Description The issue concerns Command Injection via the fetchTagsbranch API, which allows user input to specify the branch to be fetched. This input is then concatenated with a git command and passed to the unsafe exec Node....
Command Injection
Overview Affected versions of this package are vulnerable to Command Injection via the fetchTagsbranch API, which allows user input to specify the branch to be fetched and then concatenates this string along with a git command which is then passed to the unsafe exec Node.js child process API. PoC...
@belym.a.2105/publish-please (>=2.4.0-alpha.0, <=2.4.1), @codefresh-io/docker-compose-environment (>=0.0.4, <=0.0.8) +112 more potentially affected by CVE-2024-21532 via ggit (>=0.0.4, <=2.4.12)
ggit NPM version =0.0.4, =2.4.0-alpha.0, =0.0.4, =0.0.12, =1.0.1, =0.1.5, =0.0.190, =1.1.2, =0.7.2, =0.1.0, =4.1.6, =0.1.0, =0.0.2, =0.7.3, =0.10.71 and more Source cves: CVE-2024-21532 Source advisory: SNYK:JS-GGIT-5731320...
@belym.a.2105/publish-please (>=2.4.0-alpha.0, <=2.4.1), @codefresh-io/docker-compose-environment (>=0.0.4, <=0.0.8) +112 more potentially affected by CVE-2024-21533 via ggit (>=0.0.4, <=2.4.12)
ggit NPM version =0.0.4, =2.4.0-alpha.0, =0.0.4, =0.0.12, =1.0.1, =0.1.5, =0.0.190, =1.1.2, =0.7.2, =0.1.0, =4.1.6, =0.1.0, =0.0.2, =0.7.3, =0.10.71 and more Source cves: CVE-2024-21533 Source advisory: SNYK:JS-GGIT-5731319...
Arbitrary Argument Injection
Overview Affected versions of this package 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...