Lucene search
+L

3426 matches found

Github Security Blog
Github Security Blog
•added 2020/09/11 9:08 p.m.•54 views

Command Injection in soletta-dev-app

All versions of soletta-dev-app are vulnerable to Command Injection. The package does not validate user input on the /api/service/status API endpoint, passing contents of the service query parameter to an exec call. This may allow attackers to run arbitrary commands in the system. Recommendation ...

6.8AI score
SaveExploits0References2Affected Software1
Veracode
Veracode
•added 2020/09/10 4:34 a.m.•16 views

Remote Code Execution (RCE)

bunyan is vulnerable to remote code execution. The vulnerability exists the argument from the -p option reaches the exec call without any sanitization...

2.6AI score
SaveExploits0
Github Security Blog
Github Security Blog
•added 2020/09/04 5:54 p.m.•63 views

Command Injection in traceroute

All versions of traceroute are vulnerable to Command Injection. The package fails to sanitize input and passes it directly to an exec call, which may allow attackers to execute arbitrary code in the system. The trace function is vulnerable and can be abused if the host value is controlled by an...

5.7AI score
SaveExploits0References4Affected Software1
OSV
OSV
•added 2020/09/04 5:54 p.m.•20 views

GHSA-RJVJ-673Q-4HFW Command Injection in traceroute

All versions of traceroute are vulnerable to Command Injection. The package fails to sanitize input and passes it directly to an exec call, which may allow attackers to execute arbitrary code in the system. The trace function is vulnerable and can be abused if the host value is controlled by an...

8AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
•added 2020/09/04 5:31 p.m.•37 views

Command Injection in meta-git

All versions of meta-git are vulnerable to Command Injection. The package fails to sanitize input and passes it directly to an exec call, which may allow attackers to execute arbitrary code in the system. The clone command is vulnerable through the branch name. Recommendation No fix is currently...

6.3AI score
SaveExploits0References3Affected Software1
OSV
OSV
•added 2020/09/04 5:26 p.m.•19 views

GHSA-7R9X-HR76-JR96 Command Injection in giting

All versions of gitting are vulnerable to Command Injection. The package fails to sanitize input and passes it directly to an exec call, which may allow attackers to execute arbitrary code in the system. The pull function is vulnerable through the branch variable. Recommendation No fix is current...

8AI score
SaveExploits0References1
Veracode
Veracode
•added 2020/09/03 7:08 a.m.•22 views

OS Command Injection

node-wifi is vulnerable to OS command injection. The vulnerability exists through the unsanitized value of ssid used in exec...

2.8AI score
SaveExploits0
Github Security Blog
Github Security Blog
•added 2020/09/02 3:05 p.m.•33 views

Command Injection in bestzip

Versions of bestzip prior to 2.1.7 are vulnerable to Command Injection. The package fails to sanitize input rules and passes it directly to an exec call on the zip function . This may allow attackers to execute arbitrary code in the system as long as the values of destination is user-controlled...

5.2AI score
SaveExploits0References2Affected Software1
Huntr
Huntr
•added 2020/09/01 12:00 a.m.•19 views

OS Command Injection in adrieankhisbe/bundle-phobia-cli

Description BundlePhobia is a tool to help you find the cost of adding a npm package to your bundle. It enables you to query package sizes. The npm-utils.js has a unsanitized exec function which leads to Arbitrary code execution Proof-of-concept const util = require'./npm-utils.js'; let a =...

2.1AI score
SaveExploits0
Packet Storm
Packet Storm
•added 2020/08/27 12:00 a.m.•446 views

ASX To MP3 Converter 3.1.3.7.2010.11.05 Buffer Overflow

Exploit Title: ASX to MP3 converter 3.1.3.7.2010.11.05 - '.wax' Local Buffer Overflow DEP,ASLR Bypass PoC Software Link Download: https://github.com/x00x00x00x00/ASXtoMP3Converter3.1.3.7.2010.11.05/blob/master/ASXtoMP3Converter3.1.3.7.2010.11.05.exe?raw=true Exploit Author: Paras Bhatia Discovery...

0.9AI score
SaveExploits0
Veracode
Veracode
•added 2020/08/25 1:20 a.m.•22 views

Arbitrary Code Execution

windows-edge is vulnerable to arbitrary code execution. The vulnerability exists as the value of opts.uri is passed into exec without sanitization...

3.4AI score
SaveExploits0
OSV
OSV
•added 2020/08/16 4:15 a.m.•7 views

ALPINE-CVE-2020-24361

SNMPTT before 1.4.2 allows attackers to execute shell code via EXEC, PREXEC, or unknowntrapexec...

9.8CVSS7.5AI score0.02033EPSS
SaveExploits0References1
OSV
OSV
•added 2020/08/16 4:15 a.m.•19 views

UBUNTU-CVE-2020-24361

SNMPTT before 1.4.2 allows attackers to execute shell code via EXEC, PREXEC, or unknowntrapexec...

9.8CVSS5.9AI score0.02033EPSS
SaveExploits0References3
Prion
Prion
•added 2020/08/16 4:15 a.m.•30 views

Code injection

SNMPTT before 1.4.2 allows attackers to execute shell code via EXEC, PREXEC, or unknowntrapexec...

7.5CVSS9.5AI score0.02033EPSS
SaveExploits0References3Affected Software2
Debian CVE
Debian CVE
•added 2020/08/16 3:31 a.m.•106 views

CVE-2020-24361

SNMPTT before 1.4.2 allows attackers to execute shell code via EXEC, PREXEC, or unknowntrapexec...

9.8CVSS9.7AI score0.02033EPSS
SaveExploits0
Veracode
Veracode
•added 2020/08/03 5:43 a.m.•18 views

OS Command Injection

git-tags-remote is vulnerable to OS command injection. The vulnerability exists as it does not sanitize the value of repo in index.js, whose value is subsequently passed to an exec call...

2.3AI score
SaveExploits0
OSV
OSV
•added 2020/07/29 2:53 p.m.•13 views

GHSA-GM9X-Q798-HMR4 Command Injection in git-tags-remote

All versions of git-tags-remote are vulnerable to Command Injection. The package fails to sanitize the repository input and passes it directly to an exec call on the get function . This may allow attackers to execute arbitrary code in the system if the repo value passed to the function is...

7.2CVSS8AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
•added 2020/07/29 2:53 p.m.•47 views

Command Injection in git-tags-remote

All versions of git-tags-remote are vulnerable to Command Injection. The package fails to sanitize the repository input and passes it directly to an exec call on the get function . This may allow attackers to execute arbitrary code in the system if the repo value passed to the function is...

5.9AI score
SaveExploits0References4Affected Software1
Prion
Prion
•added 2020/07/23 8:15 p.m.•23 views

Remote code execution

The WebControl in RaspberryTortoise through 2012-10-28 is vulnerable to remote code execution via shell metacharacters in a URI. The file nodejs/raspberryTortoise.js has no validation on the parameter incomingString before passing it to the childprocess.exec function...

10CVSS9.7AI score0.04967EPSS
SaveExploits1References2Affected Software1
Veracode
Veracode
•added 2020/07/15 5:52 a.m.•20 views

OS Command Injection

standard-version is vulnerable to OS command injection. An attacker is able to inject and execute arbitrary OS commands on the system due to passing of untrusted user input without validation through the exec function...

4.5AI score
SaveExploits0
Rows per page
Query Builder