Vulnerabilities

1 via 1 paths

Dependencies

51

Source

GitHub

Commit

a79625ab

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#a79625abf7c79f1083018e71deaa847081e6561e 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