Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple DoS Security threat vectors exposed by chain-node #20

Closed
therealklanni opened this issue Jan 20, 2016 · 1 comment
Closed

Multiple DoS Security threat vectors exposed by chain-node #20

therealklanni opened this issue Jan 20, 2016 · 1 comment

Comments

@therealklanni
Copy link

Your module is making use of chain-node which currently uses an older version of request that exposes multiple threat vectors.

│               │ Denial-of-Service Extended Event Loop Blocking
│ Name          │ qs
│ Installed     │ 0.6.6
│ Vulnerable    │ <1.0.0
│ Patched       │ >= 1.x
│ Path          │ bitgo@0.11.64 > chain-node@0.0.17 > request@2.36.0 > qs@0.6.6
│ More Info     │ https://nodesecurity.io/advisories/28

│               │ Denial-of-Service Memory Exhaustion
│ Name          │ qs
│ Installed     │ 0.6.6
│ Vulnerable    │ <1.0.0
│ Patched       │ >= 1.x
│ Path          │ bitgo@0.11.64 > chain-node@0.0.17 > request@2.36.0 > qs@0.6.6
│ More Info     │ https://nodesecurity.io/advisories/29

│               │ Regular Expression Denial of Service
│ Name          │ hawk
│ Installed     │ 1.0.0
│ Vulnerable    │ <4.1.1
│ Patched       │ >=4.1.1
│ Path          │ bitgo@0.11.64 > chain-node@0.0.17 > request@2.36.0 > hawk@1.0.0
│ More Info     │ https://nodesecurity.io/advisories/77

Information generated by nsp

Unless you find another solution, chain-node is currently blocking this

@masonicGIT
Copy link
Contributor

Thanks @therealklanni, we did the following:

  1. Removed the recovery tool from BitGoJS. This was the only repo relying on chain-node.
  2. We still needed the recovery tool functionality and so we placed a version of it which relies on blockr (instead of chain-node) in a separate repo: (https://github.com/BitGo/bitgo-recovery-tool)

-Mason

tylerlevine pushed a commit that referenced this issue Oct 1, 2019
BRE-496 Updated version to 1.1.0 as part of the hotfix release rz20190516a.
tylerlevine pushed a commit that referenced this issue Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants