Conversation
Backported from libsodium upstream. Signed-off-by: Loganaden Velvindron <logan@cyberstorm.mu>
|
None of the high-level APIs are affected and go-algorand doesn't seem to use |
|
@joe-p Got it. What about the downstream projects who forked from go-algorand ? |
|
|
|
In fact in #3031 in 2022, we added As explained in the "Taming the many EdDSAs" paper and It's 255:19AM. Do you know what your validation criteria are? different ed25519 implementations may have different and changing validation rules — for example, libsodium changed its ed25519 validation criteria between versions 1.0.15 and 1.0.16 — so when #3031 and #6440 were developed we were already aware of the need for having consistent and strict validation criteria for signature validation. |
Summary
libsodium CVE CVE-2025-69277 is about missing checks for ed25519 digital signature.
Backported from libsodium upstream.