Lucene search
K

104 matches found

Github Security Blog
Github Security Blog
added 2021/05/07 4:16 p.m.100 views

OS Command Injection in node-prompt-here

node-prompt-here through 1.0.1 allows execution of arbitrary commands. The runCommand is called by getDevices function in file linux/manager.js, which is required by the index. process.env.NMCLI in the file linux/manager.js. This function is used to construct the argument of function execSync,...

9.8CVSS9AI score0.02534EPSS
Exploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/19 9:32 p.m.62 views

total.js Remote Code Execution Vulnerability

total.js is a framework for Node.js platfrom written in pure JavaScript similar to PHP's Laravel or Python's Django or ASP.NET MVC. It can be used as web, desktop, service or IoT application. Affected versions of this package are vulnerable to Remote Code Execution RCE via set. PoC js // To be ru...

9.8CVSS9.3AI score0.04787EPSS
Exploits1References4Affected Software1
Veracode
Veracode
added 2021/02/09 6:54 a.m.15 views

Command Injection

gitlog is vulnerable to command injection. The vulnerability exists through the value of branch where unsanitized inputs are sent to the execSync function...

9.8CVSS3.4AI score0.05362EPSS
Exploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/01/29 6:13 p.m.54 views

Command Injection in @graphql-tools/git-loader

This affects the package @graphql-tools/git-loader before 6.2.6. The use of exec and execSync in packages/loaders/git/src/load-git.ts allows arbitrary command injection...

8.8CVSS4.4AI score0.02814EPSS
Exploits0References7Affected Software1
OSV
OSV
added 2021/01/29 6:13 p.m.18 views

GHSA-VHHW-XJVF-WPRR Command Injection in @graphql-tools/git-loader

This affects the package @graphql-tools/git-loader before 6.2.6. The use of exec and execSync in packages/loaders/git/src/load-git.ts allows arbitrary command injection...

8.8CVSS9AI score0.02814EPSS
Exploits0References6
Cvelist
Cvelist
added 2021/01/20 12:30 p.m.16 views

CVE-2021-23326 Command Injection

This affects the package @graphql-tools/git-loader before 6.2.6. The use of exec and execSync in packages/loaders/git/src/load-git.ts allows arbitrary command injection...

6.3CVSS9.3AI score0.02814EPSS
Exploits0References5
Github Security Blog
Github Security Blog
added 2020/09/04 5:32 p.m.18 views

Command Injection in npm-git-publish

All versions of npm-git-publish are vulnerable to Command Injection. The package fails to sanitize input and passes it directly to an execSync call, which may allow attackers to execute arbitrary code in the system. The publish function is vulnerable through the gitRemoteUrl variable...

7.1AI score
Exploits0References3Affected Software1
OSV
OSV
added 2020/09/04 5:32 p.m.10 views

GHSA-49MG-94FC-2FX6 Command Injection in npm-git-publish

All versions of npm-git-publish are vulnerable to Command Injection. The package fails to sanitize input and passes it directly to an execSync call, which may allow attackers to execute arbitrary code in the system. The publish function is vulnerable through the gitRemoteUrl variable...

8AI score
Exploits0References2
Github Security Blog
Github Security Blog
added 2020/09/04 5:27 p.m.20 views

Remote Code Execution in mongodb-query-parser

Versions of mongodb-query-parser prior to 2.0.0 are vulnerable to Remote Code Execution. The package fails to sanitize queries, allowing attackers to execute arbitrary code in the system. Parsing the following payload executes touch test-file: 'function return clearImmediate.constructor"return...

7AI score
Exploits0References2Affected Software1
Veracode
Veracode
added 2020/08/21 4:2 a.m.13 views

OS Command Injection

extra-ffmpeg is vulnerable to OS command injection. A user input parameter is passed to the function execSync without any validation or sanitization...

2.9AI score
Exploits0
Veracode
Veracode
added 2020/06/16 8:17 a.m.14 views

OS Command Injection

devcert is vulnerable to remote code execution RCE. It is possible because it does not validate the user-provided string-concatenated input to the run command in utils.js, which is subsequently passed to execSync, leading to execution of malicious commands...

9.8CVSS3.5AI score0.02774EPSS
Exploits1References3Affected Software1
Veracode
Veracode
added 2020/05/11 12:43 a.m.12 views

OS Command Injection

logkitty is vulnerable to OS Command Injection. The vulnerability exists as the variable adbPath is not sanitized and can reach execSync...

9.8CVSS3.5AI score0.0201EPSS
Exploits1References3Affected Software1
OSV
OSV
added 2020/03/15 10:15 p.m.9 views

CVE-2020-7602

node-prompt-here through 1.0.1 allows execution of arbitrary commands. The "runCommand" is called by "getDevices" function in file "linux/manager.js", which is required by the "index. process.env.NMCLI" in the file "linux/manager.js". This function is used to construct the argument of function...

9.8CVSS7AI score
Exploits0References1
NVD
NVD
added 2020/03/15 10:15 p.m.10 views

CVE-2020-7602

node-prompt-here through 1.0.1 allows execution of arbitrary commands. The "runCommand" is called by "getDevices" function in file "linux/manager.js", which is required by the "index. process.env.NMCLI" in the file "linux/manager.js". This function is used to construct the argument of function...

9.8CVSS9.5AI score0.02534EPSS
Exploits1References1
Cvelist
Cvelist
added 2020/03/15 9:26 p.m.12 views

CVE-2020-7602

node-prompt-here through 1.0.1 allows execution of arbitrary commands. The "runCommand" is called by "getDevices" function in file "linux/manager.js", which is required by the "index. process.env.NMCLI" in the file "linux/manager.js". This function is used to construct the argument of function...

9.6AI score0.02534EPSS
Exploits1References1
Veracode
Veracode
added 2020/02/05 12:24 a.m.16 views

OS Command Injection

network-manager is vulnerable to OS command injection. The vulnerability exists as the unsanitized value of index.process.env.NMCLI in linux/manager.js, used by getDevices in linux/manager.js, reaches childprocess.execSync through runCommand...

9.8CVSS3AI score0.02101EPSS
Exploits1References1Affected Software1
NVD
NVD
added 2020/02/04 9:15 p.m.9 views

CVE-2019-10786

network-manager through 1.0.2 allows remote attackers to execute arbitrary commands via the "execSync" argument...

9.8CVSS9.8AI score0.02101EPSS
Exploits1References1
OSV
OSV
added 2020/02/04 9:15 p.m.5 views

CVE-2019-10786

network-manager through 1.0.2 allows remote attackers to execute arbitrary commands via the "execSync" argument...

9.8CVSS7.6AI score0.02101EPSS
Exploits1References1
CVE
CVE
added 2020/02/04 8:19 p.m.77 views

CVE-2019-10786

CVE-2019-10786 concerns the network-manager module (through 1.0.2). The vulnerability arises from improper validation of user-supplied input in execSync usage, enabling remote attackers to run arbitrary commands via the execSync argument (examples and PoC show NM_CLI-driven command execution). Af...

9.8CVSS9.8AI score0.02101EPSS
Exploits1References1Affected Software1
Node.js
Node.js
added 2020/01/17 9:40 p.m.11 views

Command Injection

Overview All versions of npm-git-publish are vulnerable to Command Injection. The package fails to sanitize input and passes it directly to an execSync call, which may allow attackers to execute arbitrary code in the system. The publish function is vulnerable through the gitRemoteUrl variable...

7.8AI score
Exploits0Affected Software1
Rows per page
Query Builder