Vulnerabilities

1 via 1 paths

Dependencies

52

Source

GitHub

Commit

4d63df3d

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

high severity

Command Injection

  • Vulnerable module: ssh2
  • Introduced through: sftp-resolver-fs@2.0.4

Detailed paths

  • Introduced through: url-cmd@arlac77/url-cmd#4d63df3d6a160631356365209f32a16081afea23 sftp-resolver-fs@2.0.4 ssh2-sftp-client@2.5.2 ssh2@0.8.9

Overview

ssh2 is a SSH2 client and server modules written in pure JavaScript for node.js.

Affected versions of this package are vulnerable to Command Injection. The issue only exists on Windows. This issue may lead to remote code execution if a client of the library calls the vulnerable method with untrusted input.

Remediation

Upgrade ssh2 to version 1.0.0 or higher.

References