2 matches found
PT-2023-12841 · Unknown · Vagrant.Js
Name of the Vulnerable Software and Affected Versions: vagrant.js versions all Description: The issue arises from improper input sanitization in the boxAdd function, leading to Command Injection. This allows for potential execution of arbitrary commands. Recommendations: For all versions, conside...
9.8CVSS9.7AI score0.00987EPSS
SaveExploits0References4
Command Injection
Overview Affected versions of this package are vulnerable to Command Injection via the boxAdd function due to improper input sanitization. PoC js vagrant = require"vagrant.js"; vagrant.boxAdd";touch EXPLOITED;", "", functionboxArr, stderr; Remediation There is no fixed version for vagrant.js...
9.8CVSS7.3AI score0.00987EPSS
SaveExploits0References2
20