First published: Thu Mar 13 2025(Updated: )
The implementation of EdDSA in EdDSA-Java (aka ed25519-java) through 0.3.0 exhibits signature malleability and does not satisfy the SUF-CMA (Strong Existential Unforgeability under Chosen Message Attacks) property. This allows attackers to create new valid signatures different from previous signatures for a known message.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
EdDSA-Java ed25519-java | <=0.3.0 | |
maven/net.i2p:i2p | <0.9.39 | 0.9.39 |
maven/net.i2p.crypto:eddsa | <=0.3.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2020-36843 is classified as a high severity vulnerability due to its potential for signature malleability.
To mitigate CVE-2020-36843, upgrade to a version of EdDSA-Java beyond 0.3.0 where this vulnerability is addressed.
CVE-2020-36843 allows attackers to generate different valid signatures for the same message, compromising the integrity of cryptographic operations.
CVE-2020-36843 affects all versions of EdDSA-Java up to and including 0.3.0.
Using EdDSA-Java ed25519-java version 0.3.0 is unsafe due to the malleability issues identified in CVE-2020-36843.