Vulnerabilities

2 via 4 paths

Dependencies

51

Source

GitHub

Commit

fb058ff1

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
  • 1
Status
  • 2
  • 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#fb058ff153b677ed94335ddd8678331c252ddb4e 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

medium severity
new

Incorrect Control Flow Scoping

  • Vulnerable module: @tootallnate/once
  • Introduced through: url-resolver-fs@8.0.6, fs-resolver-fs@7.0.1 and others

Detailed paths

  • Introduced through: url-cmd@arlac77/url-cmd#fb058ff153b677ed94335ddd8678331c252ddb4e url-resolver-fs@8.0.6 http-proxy-agent@4.0.1 @tootallnate/once@1.1.2
  • Introduced through: url-cmd@arlac77/url-cmd#fb058ff153b677ed94335ddd8678331c252ddb4e fs-resolver-fs@7.0.1 url-resolver-fs@8.0.6 http-proxy-agent@4.0.1 @tootallnate/once@1.1.2
  • Introduced through: url-cmd@arlac77/url-cmd#fb058ff153b677ed94335ddd8678331c252ddb4e svn-dav-fs@7.0.0 url-resolver-fs@8.0.6 http-proxy-agent@4.0.1 @tootallnate/once@1.1.2

Overview

Affected versions of this package are vulnerable to Incorrect Control Flow Scoping in promise resolving when AbortSignal option is used. The Promise remains in a permanently pending state after the signal is aborted, causing any await or .then() usage to hang indefinitely. This can cause a control-flow leak that can lead to stalled requests, blocked workers, or degraded application availability.

Remediation

Upgrade @tootallnate/once to version 3.0.1 or higher.

References