Lucene search
+L

101 matches found

Github Security Blog
Github Security Blog
added 2021/03/19 9:19 p.m.64 views

Command Injection in ps-kill

This affects all versions of package ps-kill. If attacker-controlled user input is given to the kill function, it is possible for an attacker to execute arbitrary commands. This is due to use of the childprocess exec function without input sanitization in the index.js file. PoC provided by...

9.8CVSS9.3AI score0.01201EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2021/03/18 1:15 p.m.22 views

Input validation

This affects all versions of package port-killer. If attacker-controlled user input is given, it is possible for an attacker to execute arbitrary commands. This is due to use of the childprocess exec function without input sanitization. Running this PoC will cause the command touch success to be...

6.5CVSS9AI score0.01654EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/03/18 12:40 p.m.37 views

CVE-2021-23359 Arbitrary Command Injection

This affects all versions of package port-killer. If attacker-controlled user input is given, it is possible for an attacker to execute arbitrary commands. This is due to use of the childprocess exec function without input sanitization. Running this PoC will cause the command touch success to be...

7.5CVSS9.2AI score0.01654EPSS
SaveExploits1References2
Veracode
Veracode
added 2021/03/16 5:52 a.m.18 views

Arbitrary Command Injection

kill-process-by-name is vulnerable to arbitrary command injection. The vulnerability exists due to the use of the childprocess exec function without input sanitization in the index.js file...

9.8CVSS3.6AI score0.01146EPSS
SaveExploits1References1Affected Software1
Veracode
Veracode
added 2021/03/16 3:48 a.m.18 views

Remote Code Execution (RCE)

ps-kill is vulnerable to remote code execution. The childprocess exec function in index.js file does not sanitize the user-provided data to the kill function, allowing to execute malicious code via var pskill = require'ps-kill'; pskill.kill'$touch success',function;...

9.8CVSS4.8AI score0.01201EPSS
SaveExploits1References1Affected Software1
NVD
NVD
added 2021/03/15 5:15 p.m.39 views

CVE-2021-23356

This affects all versions of package kill-process-by-name. If attacker-controlled user input is given, it is possible for an attacker to execute arbitrary commands. This is due to use of the childprocess exec function without input sanitization in the index.js file...

9.8CVSS0.01146EPSS
SaveExploits1References1
Prion
Prion
added 2021/03/15 5:15 p.m.21 views

Design/Logic Flaw

This affects all versions of package ps-kill. If attacker-controlled user input is given to the kill function, it is possible for an attacker to execute arbitrary commands. This is due to use of the childprocess exec function without input sanitization in the index.js file. PoC provided by...

7.5CVSS9.6AI score0.01201EPSS
SaveExploits1References1
Prion
Prion
added 2021/03/15 5:15 p.m.23 views

Input validation

This affects all versions of package kill-process-by-name. If attacker-controlled user input is given, it is possible for an attacker to execute arbitrary commands. This is due to use of the childprocess exec function without input sanitization in the index.js file...

7.5CVSS9.6AI score0.01146EPSS
SaveExploits1References1
CVE
CVE
added 2021/03/15 4:40 p.m.62 views

CVE-2021-23355

CVE-2021-23355 affects all versions of the npm package ps-kill . The vulnerability arises from unsafely passing attacker-controlled input to Node.js’s child_process.exec in the index.js kill function, enabling arbitrary command execution. Proof-of-concept demonstrates invoking a shell command via...

9.8CVSS7.8AI score0.01201EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/03/15 4:40 p.m.39 views

CVE-2021-23356 Arbitrary Command Injection

This affects all versions of package kill-process-by-name. If attacker-controlled user input is given, it is possible for an attacker to execute arbitrary commands. This is due to use of the childprocess exec function without input sanitization in the index.js file...

5.6CVSS9.9AI score0.01146EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2021/03/15 4:38 p.m.6 views

CVE-2021-23356

This affects all versions of package kill-process-by-name. If attacker-controlled user input is given, it is possible for an attacker to execute arbitrary commands. This is due to use of the childprocess exec function without input sanitization in the index.js file...

9.8CVSS5.8AI score0.01146EPSS
SaveExploits1References2
Veracode
Veracode
added 2021/03/15 11:6 a.m.21 views

OS Command Injection

portkiller is vulnerable to OS command injection. An attacker is able to inject and execute malicious command via the use of the childprocess exec function as it does not sanitize the input...

8.8CVSS4.3AI score0.01654EPSS
SaveExploits1References2Affected Software2
Exploit DB
Exploit DB
added 2021/02/10 12:0 a.m.292 views

Node.JS - 'node-serialize' Remote Code Execution (2)

Exploit Title: Node.JS - 'node-serialize' Remote Code Execution 2 Exploit Author: UndeadLarva Software Link: https://www.npmjs.com/package/node-serialize Version: 0.0.4 CVE: CVE-2017-5941 import requests import re import base64 import sys url = 'http://192.168.100.133:8000/' change this payload =...

9.8CVSS8.3AI score0.61025EPSS
SaveExploits7
Prion
Prion
added 2021/02/02 11:15 a.m.17 views

Design/Logic Flaw

This affects the package total.js before 3.4.7. The issue occurs in the image.pipe and image.stream functions. The type parameter is used to build the command that is then executed using childprocess.spawn. The issue occurs because childprocess.spawn is called with the option shell set to true an...

7.5CVSS8.6AI score0.01702EPSS
SaveExploits1References2Affected Software1
Veracode
Veracode
added 2020/02/05 12:24 a.m.20 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
SaveExploits1References1Affected Software1
Hacker One
Hacker One
added 2018/08/06 11:41 a.m.30 views

Node.js third-party modules: Command Injection Vulnerability in win-fork/win-spawn Packages

I would like to report a command injection vulnerability in win-fork and win-spawn packages. It allows an attacker to inject multiple commands in exec-like manner. Module module name: win-spawn version: 2.0.0 npm page: https://www.npmjs.com/package/win-spawn npm page:...

0.8AI score
SaveExploits0
Hacker One
Hacker One
added 2018/03/11 8:19 p.m.30 views

Node.js third-party modules: `fs-path` concatenates unsanitized input into exec()/execSync() commands

I would like to report command injection in fs-path. It allows to inject and execute arbitrary shell commands while performing various operations from fs-path API like copying files. Module module name: fs-path version: 0.0.24 npm page: https://www.npmjs.com/package/fs-path Module Description...

10CVSS0.5AI score0.11168EPSS
SaveExploits1
seebug.org
seebug.org
added 2016/10/28 12:0 a.m.246 views

Netease open source Pomelo game server framework is not authorized to access leads to remote command execution

Pomelo is a piece of Netease open source based on Node.js the game server framework, which is based on Node.js high-performance, distributed game server framework. It includes the basis of the development framework and the associated expansion components, libraries and tools packages, can help sa...

6.9AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2015/03/17 12:0 a.m.29 views

Fedora 20 : libuv-0.10.34-1.fc20 / nodejs-0.10.36-3.fc20 / v8-3.14.5.10-17.fc20 (2015-2310)

nodejs - tls: re-add 1024-bit SSL certs removed by f9456a2 Chris Dickinson - timers: don't close interval timers when unrefd Julien Gilli - timers: don't mutate unref list while iterating it Julien Gilli - childprocess: check execFile args is an array Sam Roberts - childprocess: check fork args i...

10CVSS8AI score0.03242EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2015/03/02 12:0 a.m.32 views

Fedora 21 : libuv-0.10.34-1.fc21 / nodejs-0.10.36-3.fc21 / v8-3.14.5.10-17.fc21 (2015-2313)

nodejs - tls: re-add 1024-bit SSL certs removed by f9456a2 Chris Dickinson - timers: don't close interval timers when unrefd Julien Gilli - timers: don't mutate unref list while iterating it Julien Gilli - childprocess: check execFile args is an array Sam Roberts - childprocess: check fork args i...

10CVSS8AI score0.03242EPSS
SaveExploits0References5
Rows per page
Query Builder