Lucene search
+L

719 matches found

Snyk
Snyk
added 2021/02/23 4:56 p.m.8 views

Arbitrary Command Injection

Overview ps-kill is a Kill processes with ease Affected versions of this package are vulnerable to Arbitrary Command Injection. 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 exe...

9.8CVSS7.3AI score0.01201EPSS
Exploits1References2
Snyk
Snyk
added 2021/02/23 2:26 p.m.10 views

Arbitrary Command Injection

Overview roar-pidusage is a Cross-platform process cpu % and memory usage of a PID — Edit Affected versions of this package are vulnerable to Arbitrary Command Injection. If attacker-controlled user input is given to the stat function of this package on certain operating systems, it is possible f...

7.5CVSS7.5AI score0.01151EPSS
Exploits1References2
Node.js
Node.js
added 2021/02/23 2:24 a.m.214 views

Command Injection

Overview There is a command injection vulnerability in affected versions of total.js. 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 calle...

7.5CVSS8.7AI score0.01702EPSS
Exploits1Affected Software1
Tenable Nessus
Tenable Nessus
added 2021/02/22 12:0 a.m.36 views

EulerOS 2.0 SP2 : perl (EulerOS-SA-2021-1342)

According to the version of the perl packages installed, the EulerOS installation on the remote host is affected by the following vulnerability : - Perl might allow context-dependent attackers to bypass the taint protection mechanism in a child process via duplicate environment variables in...

7.5CVSS7.1AI score0.09007EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2021/02/04 12:0 a.m.39 views

EulerOS 2.0 SP5 : perl (EulerOS-SA-2021-1222)

According to the version of the perl packages installed, the EulerOS installation on the remote host is affected by the following vulnerability : - Perl might allow context-dependent attackers to bypass the taint protection mechanism in a child process via duplicate environment variables in...

7.5CVSS7.1AI score0.09007EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2021/01/20 12:0 a.m.24 views

EulerOS 2.0 SP3 : gnome-keyring (EulerOS-SA-2021-1071)

According to the version of the gnome-keyring packages installed, the EulerOS installation on the remote host is affected by the following vulnerability : - In pam/gkr-pam-module.c in GNOME Keyring before 3.27.2, the user's password is kept in a session-child process spawned from the LightDM...

7.8CVSS7.5AI score0.01483EPSS
Exploits1References2
Github Security Blog
Github Security Blog
added 2020/09/04 5:27 p.m.24 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
Github Security Blog
Github Security Blog
added 2020/09/01 4:49 p.m.33 views

Command Injection in pidusage

Affected versions of pidusage pass unsanitized input to childprocess.exec, resulting in arbitrary code execution in the ps method. This package is vulnerable to this PoC on Darwin, SunOS, FreeBSD, and AIX. Windows and Linux are not vulnerable. Proof of Concept var pid = require'pidusage';...

5.3AI score0.00334EPSS
Exploits0References3Affected Software1
Prion
Prion
added 2020/09/01 12:15 a.m.17 views

Design/Logic Flaw

The modprobe child process in the ./debian/patches/loadpppgenericifneeded patch file incorrectly handled module loading. A local non-root attacker could exploit the MODPROBEOPTIONS environment variable to read arbitrary root files. Fixed in 2.4.5-5ubuntu1.4, 2.4.5-5.1ubuntu2.3+esm2,...

2.1CVSS5.2AI score0.00364EPSS
Exploits0References2Affected Software1
Debian CVE
Debian CVE
added 2020/08/31 11:15 p.m.55 views

CVE-2020-15704

The modprobe child process in the ./debian/patches/loadpppgenericifneeded patch file incorrectly handled module loading. A local non-root attacker could exploit the MODPROBEOPTIONS environment variable to read arbitrary root files. Fixed in 2.4.5-5ubuntu1.4, 2.4.5-5.1ubuntu2.3+esm2,...

5.5CVSS5.3AI score0.00364EPSS
Exploits0
UbuntuCve
UbuntuCve
added 2020/08/04 5:0 p.m.25 views

CVE-2020-15704

The modprobe child process in the ./debian/patches/loadpppgenericifneeded patch file incorrectly handled module loading. A local non-root attacker could exploit the MODPROBEOPTIONS environment variable to read arbitrary root files. Fixed in 2.4.5-5ubuntu1.4, 2.4.5-5.1ubuntu2.3+esm2,...

5.5CVSS6.2AI score0.00364EPSS
Exploits0References3
Prion
Prion
added 2020/07/23 8:15 p.m.17 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
Exploits1References2Affected Software1
Hacker One
Hacker One
added 2020/07/16 2:34 p.m.21 views

Node.js third-party modules: [systeminformation] Command Injection via insecure command formatting

I would like to report a Command Injection vulnerability in the systeminformation package. It allows an attacker to inject arbitrary OS commands. Module Module name: systeminformation Version: 4.26.10 npm page: https://www.npmjs.com/package/systeminformation Module Description System and OS...

1.2AI score
Exploits0
Amazon
Amazon
added 2020/07/16 12:0 a.m.57 views

Medium: openssl11

Issue Overview: In situations where an attacker receives automated notification of the success or failure of a decryption attempt an attacker, after sending a very large number of messages to be decrypted, can recover a CMS/PKCS7 transported encryption key or decrypt any RSA encrypted message tha...

5.3CVSS6.5AI score0.06232EPSS
Exploits0
Hacker One
Hacker One
added 2020/05/19 5:0 p.m.139 views

Node.js: Child process environment injection via prototype pollution

Summary: prototype pollution causes polluted system environment for child processes. Description: This can be used to inject arbitrary --require flags to node.js child processes or in the case of current node.js versions it can be used to inject arbitrary JavaScript to child processes. In practic...

1.2AI score
Exploits0
Hacker One
Hacker One
added 2020/05/11 8:2 p.m.24 views

Node.js third-party modules: [gfc] Command Injection via insecure command formatting

I would like to report a Command Injection issue in the gfc module. It allows to execute arbitrary commands on the victim's PC. Module module name: gfc version: 2.0.2 npm page: https://www.npmjs.com/package/gfc Module Description Simple way to initialize a new git repository in an empty directory...

0.4AI score
Exploits0
Hacker One
Hacker One
added 2020/05/02 2:21 p.m.15 views

Node.js third-party modules: [vboxmanage.js] Command Injection via insecure command concatenation

I would like to report a Command Injection issue in the vboxmanage.js module. It allows to execute arbitrary commands on the victim's PC. Module module name: vboxmanage.js version: 1.0.6 npm page: https://www.npmjs.com/package/vboxmanage.js Module Description A wrapper for VirtualBox CLI with...

0.4AI score
Exploits0
GoogleProjectZero
GoogleProjectZero
added 2020/04/21 12:0 a.m.93 views

You Won't Believe what this One Line Change Did to the Chrome Sandbox

Posted by James Forshaw, Project Zero The Chromium sandbox on Windows has stood the test of time. It’s considered one of the better sandboxing mechanisms deployed at scale without requiring elevated privileges to function. For all the good, it does have its weaknesses. The main one being the...

8.8CVSS8.5AI score0.01243EPSS
Exploits0
NVD
NVD
added 2020/04/15 7:15 p.m.23 views

CVE-2019-12522

An issue was discovered in Squid through 4.7. When Squid is run as root, it spawns its child processes as a lesser user, by default the user nobody. This is done via the leavesuid call. leavesuid leaves the Saved UID as 0. This makes it trivial for an attacker who has compromised the child proces...

4.5CVSS5.7AI score0.00344EPSS
Exploits0References2
OSV
OSV
added 2020/04/15 7:15 p.m.7 views

UBUNTU-CVE-2019-12522

An issue was discovered in Squid through 4.7. When Squid is run as root, it spawns its child processes as a lesser user, by default the user nobody. This is done via the leavesuid call. leavesuid leaves the Saved UID as 0. This makes it trivial for an attacker who has compromised the child proces...

4.5CVSS6.5AI score0.00344EPSS
Exploits0References3
Rows per page
Query Builder