Lucene search
K

2659 matches found

Veracode
Veracode
added 2020/03/17 5:59 a.m.22 views

OS Command Injection

docker-compose-remote-api is vulnerable to OS command injection. An attacker is able to inject and execute arbitrary OS commands via the serviceName parameter due to lack of validation before passing to the exec function...

9.8CVSS5.7AI score0.00426EPSS
Exploits1References1Affected Software1
OSV
OSV
added 2020/03/15 10:15 p.m.1 views

CVE-2020-7604

pulverizr through 0.7.0 allows execution of arbitrary commands. Within "lib/job.js", the variable "filename" can be controlled by the attacker. This function uses the variable "filename" to construct the argument of the exec call without any sanitization. In order to successfully exploit this...

9.8CVSS5.9AI score0.00426EPSS
Exploits1References1
Cvelist
Cvelist
added 2020/03/15 9:23 p.m.13 views

CVE-2020-7601

gulp-scss-lint through 1.0.0 allows execution of arbitrary commands. It is possible to inject arbitrary commands to the "exec" function located in "src/command.js" via the provided options...

9.7AI score0.00712EPSS
Exploits1References1
Snyk
Snyk
added 2020/03/13 9:49 a.m.3 views

Command Injection

Overview node-prompt-here is a package to open a console window at given absolute directory. Affected versions of this package are vulnerable to Command Injection. The runCommand is called by getDevices function in file linux/manager.js, which is required by the index. process.env.NMCLI in the fi...

9.8CVSS6.9AI score0.00426EPSS
Exploits1References2
Snyk
Snyk
added 2020/03/13 9:26 a.m.1 views

Command Injection

Overview gulp-scss-lint is a Lint your .scss files. Affected versions of this package are vulnerable to Command Injection. It is possible to inject arbitrary commands to the exec function located in src/command.js via the provided options. PoC by JHU System Security Lab var root =...

9.8CVSS7.2AI score0.00712EPSS
Exploits1References2
OSV
OSV
added 2020/03/10 1:15 p.m.8 views

CVE-2019-9859

Vesta Control Panel VestaCP 0.9.7 through 0.9.8-23 is vulnerable to an authenticated command execution that can result in remote root access on the server. The platform works with PHP as the frontend language and uses shell scripts to execute system actions. PHP executes shell script through the...

8.8CVSS7.3AI score
Exploits0References1
NVD
NVD
added 2020/03/10 1:15 p.m.6 views

CVE-2019-9859

Vesta Control Panel VestaCP 0.9.7 through 0.9.8-23 is vulnerable to an authenticated command execution that can result in remote root access on the server. The platform works with PHP as the frontend language and uses shell scripts to execute system actions. PHP executes shell script through the...

9CVSS8.9AI score0.00803EPSS
Exploits1References1
Cvelist
Cvelist
added 2020/03/10 12:34 p.m.11 views

CVE-2019-9859

Vesta Control Panel VestaCP 0.9.7 through 0.9.8-23 is vulnerable to an authenticated command execution that can result in remote root access on the server. The platform works with PHP as the frontend language and uses shell scripts to execute system actions. PHP executes shell script through the...

8.9AI score0.00803EPSS
Exploits1References1
NVD
NVD
added 2020/03/09 4:15 p.m.7 views

CVE-2020-10235

An issue was discovered in Froxlor before 0.10.14. Remote attackers with access to the installation routine could have executed arbitrary code via the database configuration options that were passed unescaped to exec, because of backupExistingDatabase in install/lib/class.FroxlorInstall.php...

8.8CVSS8.8AI score0.007EPSS
Exploits1References4
Prion
Prion
added 2020/03/09 4:15 p.m.6 views

Code injection

An issue was discovered in Froxlor before 0.10.14. Remote attackers with access to the installation routine could have executed arbitrary code via the database configuration options that were passed unescaped to exec, because of backupExistingDatabase in install/lib/class.FroxlorInstall.php...

6.5CVSS8.8AI score0.007EPSS
Exploits1References4Affected Software1
Gitee
Gitee
added 2020/03/07 8:41 a.m.5 views

msf_module

msf-module wooyun还在的时候根据别人的审计写的一些msf插件,有几个还是挺好用的 module列表 auxiliary + zoomeye-search.rb exploits + Dswjcms-upload-wooyun-2015-0160899.rb + Lotapp-exec-wooyun-2015-0133750.rb + OEM-exec-wooyun-2010-0192732.rb + ZTE-exec-wooyun-2016-190343.rb + discuz-ssrf-wooyun-2011-0151179.rb +...

7.1AI score
Exploits0
Prion
Prion
added 2020/03/05 1:15 a.m.16 views

Cross site scripting

An XSS issue was discovered in Zammad 3.0 through 3.2. Malicious code can be provided by a low-privileged user through the Ticket functionality in Zammad. The malicious JavaScript will execute within the browser of any user who opens the ticket or has the ticket within the Toolbar...

3.5CVSS5.4AI score0.00402EPSS
Exploits0References1Affected Software1
CNVD
CNVD
added 2020/03/03 12:0 a.m.3 views

Enpeem Command Execution Vulnerability

Enpeem is a lightweight package for programmatically accessing NPM. A security vulnerability exists in Enpeem 2.2.0 and earlier versions, which originates when the program sends the 'options.dir' parameter directly to the 'exec' function without performing any cleanup operations. The vulnerabilit...

9.8CVSS7.4AI score0.00578EPSS
Exploits1References1
Veracode
Veracode
added 2020/03/02 8:42 a.m.12 views

Remote Code Execution (RCE)

enpeem is vulnerable to remote code execution. The attack is possible because the options.dir values are not escaped, allowing an attacker to inject and execute arbitrary commands via the exec function...

9.8CVSS6.1AI score0.00578EPSS
Exploits1References2Affected Software1
Veracode
Veracode
added 2020/03/02 7:31 a.m.13 views

OS Command Injection

serial-number is vulnerable to OS command injection. The vulnerability exists as the values of cmdPrefix is improperly handled, allowing it to be passed into the exec function unsanitized...

9.8CVSS3.1AI score0.00578EPSS
Exploits1References2Affected Software1
NVD
NVD
added 2020/02/28 9:15 p.m.10 views

CVE-2019-10804

serial-number through 1.3.0 allows execution of arbritary commands. The "cmdPrefix" argument in serialNumber function is used by the "exec" function without any validation...

9.8CVSS9.5AI score0.00578EPSS
Exploits1References2
OSV
OSV
added 2020/02/28 9:15 p.m.10 views

CVE-2019-10801

enpeem through 2.2.0 allows execution of arbitrary commands. The "options.dir" argument is provided to the "exec" function without any sanitization...

9.8CVSS7AI score
Exploits0References2
Prion
Prion
added 2020/02/28 9:15 p.m.17 views

Input validation

serial-number through 1.3.0 allows execution of arbritary commands. The "cmdPrefix" argument in serialNumber function is used by the "exec" function without any validation...

7.5CVSS9.5AI score0.00578EPSS
Exploits1References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2020/02/27 12:0 a.m.129 views

CVE-2020-6418

Type confusion in V8 in Google Chrome prior to 80.0.3987.122 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. Recent assessments: J3rryBl4nks at March 04, 2020 4:42pm UTC reported: You would have to chain this vulnerability with a working sandbox escape in...

8.8CVSS0.3AI score0.86373EPSS
In wildExploits6References9
OSV
OSV
added 2020/02/20 11:15 p.m.8 views

CVE-2020-5242

openHAB before 2.5.2 allow a remote attacker to use REST calls to install the EXEC binding or EXEC transformation service and execute arbitrary commands on the system with the privileges of the user running openHAB. Starting with version 2.5.2 all commands need to be whitelisted in a local file...

8.8CVSS7.6AI score
Exploits0References2
Rows per page
Query Builder