Lucene search
+L

24 matches found

CVE
CVE
added 2020/04/02 9:41 p.m.76 views

CVE-2020-7630

The CVE-2020-7630 entry concerns git-add-remote up to version 1.0.0 with a command-injection flaw: an attacker can execute arbitrary commands via the name argument. The connected sources corroborate the RCE potential but provide no remediation or patch details in the supplied documents.

9.8CVSS9.7AI score0.04221EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2020/04/02 9:41 p.m.23 views

CVE-2020-7630

git-add-remote through 1.0.0 is vulnerable to Command Injection. It allows execution of arbitrary commands via the name argument...

9.8AI score0.04221EPSS
SaveExploits1References2
Snyk
Snyk
added 2020/04/02 12:00 a.m.7 views

Command Injection

Overview git-add-remote is an API for adding git remotes. Affected versions of this package are vulnerable to Command Injection. The argument name can be controlled by users without any sanitization. PoC var root = require"git-add-remote"; var payload = "& touch Song"; rootpayload,'',function;...

9.8CVSS7AI score0.04221EPSS
SaveExploits1References2
Filippo.io
Filippo.io
added 2016/07/02 3:41 a.m.25 views

git fixup: --amend for older commits

Everyone knows and loves to use git commit --amend to change the latest commit. But what if you want to correct a older commit? The flow in that case involves an interactive rebase with a edit step. But that's kludgy. Here's an alias that using a couple of nifty git features makes it one command...

6.9AI score
SaveExploits0
Rows per page
Query Builder