GMS-2020-39: Directory Traversal in @vivaxy/here
(updated )
The @vivaxy/here module is a small web server that serves files with the process’ working directory acting as the web root.
It is vulnerable to a directory traversal attack.
This means that files on the local file system which exist outside of the web root may be disclosed to an attacker. This might include confidential files.
Mitigating Factors: If the node process is run as a user with very limited filesystem permissions, there is significantly less risk of exposing confidential/private information. Proof of Concept:
curl "http://${SERVER_IP}:${SERVER_PORT}/..%2f..%2fetc/passwd"
``` ## Recommendation
Run `npm i @vivaxy/here` to install the latest version that addresses this vulnerability.
References
Detect and mitigate GMS-2020-39 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →