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

RUSTSEC-2021-0076: libsecp256k1 allows overflowing signatures #71

Open
github-actions bot opened this issue Mar 15, 2023 · 0 comments
Open

RUSTSEC-2021-0076: libsecp256k1 allows overflowing signatures #71

github-actions bot opened this issue Mar 15, 2023 · 0 comments

Comments

@github-actions
Copy link

libsecp256k1 allows overflowing signatures

Details
Package libsecp256k1
Version 0.3.5
URL paritytech/libsecp256k1#67
Date 2021-07-13
Patched versions >=0.5.0

libsecp256k1 accepts signatures whose R or S parameter is larger than the
secp256k1 curve order, which differs from other implementations. This could
lead to invalid signatures being verified.

The error is resolved in 0.5.0 by adding a check_overflow flag.

See advisory page for additional details.

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

0 participants