Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. eth-ledger-bridge-keyring
  4. ›
  5. GMS-2020-252

GMS-2020-252: Incorrect Account Used for Signing

March 24, 2020 (updated August 23, 2021)

Impact

Anybody using this library to sign with a BIP44 account other than the first account may be affected. If a user is signing with the first account (i.e. the account at index 0), or with the legacy MEW/MyCrypto HD path, they are not affected.

The vulnerability impacts cases where the user signs a personal message or transaction without first adding the account. This includes cases where the user has already added the account in a previous session (i.e. they added the account, reset the application, then signed something). The serialization/deserialization process does restore a previously added account, but it doesn't restore the index instructing the keyring to use that account for signing. As a result, after serializing then deserializing the keyring state, the account at index 0 is always used for signing even if it isn't the current account.

Patches

This has been patched (#14) in version >=0.2.1 of eth-ledger-bridge-keyring, and in version >=0.2.2 of @metamask/eth-ledger-bridge-keyring. Users are encouraged to migrate to the new package name.

Workarounds

To work around this problem without updating, you should remove then re-add the account before use. As long as the account was added during the lifetime of that process, signing with that account should work correctly.

For more information

If you have any questions or comments about this advisory:

  • Open an issue in MetaMask/eth-ledger-bridge-keyring on GitHub
  • Email the MetaMask team at hello@metamask.io

References

  • github.com/MetaMask/eth-ledger-bridge-keyring/commit/f32e529d13a53e55f558d903534d631846dc26ce
  • github.com/MetaMask/eth-ledger-bridge-keyring/pull/14
  • github.com/MetaMask/eth-ledger-bridge-keyring/security/advisories/GHSA-vg44-fw64-cpjx
  • github.com/advisories/GHSA-vg44-fw64-cpjx
  • snyk.io/vuln/SNYK-JS-ETHLEDGERBRIDGEKEYRING-561121
  • www.npmjs.com/advisories/1497
  • www.npmjs.com/advisories/1498

Code Behaviors & Features

Detect and mitigate GMS-2020-252 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 →

Affected versions

All versions before 0.2.1

Fixed versions

  • 0.2.1

Solution

Upgrade to version 0.2.1 or above.

Source file

npm/eth-ledger-bridge-keyring/GMS-2020-252.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:07 +0000.