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

CVE-2021-43668 #34

Open
vtermanis opened this issue Jan 7, 2022 · 0 comments
Open

CVE-2021-43668 #34

vtermanis opened this issue Jan 7, 2022 · 0 comments
Labels

Comments

@vtermanis
Copy link
Member

vtermanis commented Jan 7, 2022

CVE-2021-43668 (in github.com/ethereum/go-ethereum)

iotics-identity-go library uses go-ethereum but only a very small set of library functions from it, namely:

  • go-ethereum/crypto.UnmarshalPubkey() (code)
  • go-ethereum/crypto.FromECDSAPub() (code)
  • go-ethereum/crypto/secp256k1.BitCurve (tests only)

The aforementioned CVE affects only go-ethereum's geth executable and its use of github.com/syndtr/goleveldb .

Because of this, iotics-identity-go is not affected by this security issue:

$ go mod why -m github.com/ethereum/go-ethereum
# github.com/ethereum/go-ethereum
github.com/Iotic-Labs/iotics-identity-go/pkg/crypto
github.com/ethereum/go-ethereum/crypto

$ go mod why -m github.com/syndtr/goleveldb
# github.com/syndtr/goleveldb
(main module does not need module github.com/syndtr/goleveldb)

Ticket references

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant