Command Injection in wizard-syncronizer
Moderate severity
GitHub Reviewed
Published
Sep 11, 2020
to the GitHub Advisory Database
•
Updated Jan 9, 2023
Description
Reviewed
Aug 31, 2020
Published to the GitHub Advisory Database
Sep 11, 2020
Last updated
Jan 9, 2023
All versions of
wizard-syncronizer
are vulnerable to Command Injection. The package does not validate input on thecloneAndSync
function and concatenates it to an exec call. This can be abused through a malicious widget containing the payload in thegitURL
value or through a MITM attack since the package does not enforce HTTPS. This may allow attackers to run arbitrary commands in the system.Recommendation
No fix is currently available. Consider using an alternative module until a fix is made available.
References