10 matches found
EUVD-2021-0486
Malware in sbrugna...
Command Injection in buns
Overview There is a command injection vulnerability in all versions of package buns. The injection point is located in line 678 in index file lib/index.js in the exported function installrequestedModule. Recommendation As there is no fixed version for buns and the package is marked deprecated, th...
Command injection in buns
There is a command injection vulnerability in all versions of package buns. The injection point is located in line 678 in index file lib/index.js in the exported function installrequestedModule...
GHSA-487W-PQCM-63HQ Command injection in buns
There is a command injection vulnerability in all versions of package buns. The injection point is located in line 678 in index file lib/index.js in the exported function installrequestedModule...
CVE-2020-7794
This affects all versions of package buns. The injection point is located in line 678 in index file lib/index.js in the exported function installrequestedModule...
Design/Logic Flaw
This affects all versions of package buns. The injection point is located in line 678 in index file lib/index.js in the exported function installrequestedModule...
CVE-2020-7794 Command Injection
This affects all versions of package buns. The injection point is located in line 678 in index file lib/index.js in the exported function installrequestedModule...
CVE-2020-7794
CVE-2020-7794 affects all versions of the buns package. The injection point is in lib/index.js:678 inside the exported function install(requestedModule). This enables command injection via crafted input; PoC and advisory details indicate insecure use of exec leading to arbitrary code execution. T...
Buns Command Injection Vulnerability
Buns is a Javascript-based application for executing shell commands with cached output by the individual developer of Buns. Buns all versions suffers from a command injection vulnerability in lib/index.js in the exported function installrequestdmodule at line 678...
Command Injection
Overview Affected versions of this package are vulnerable to Command Injection. The injection point is located in line 678 in index file lib/index.js in the exported function installrequestedModule. PoC var root = require"buns"; var name = "& touch JHU"; root.installname; Remediation There is no...