LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36843: The implementation of EdDSA in EdDSA-Java (aka ed25519-java) through 0.3.0 exhibits signature malleability...

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.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

EdDSA-Java can allow a valid signature for a known message to be transformed into a different valid signature. The main business risk is integrity: systems may accept altered signature values where they expected one unique signature. This is medium severity, not a broad remote takeover issue in the provided sources.

Executive priority

Treat this as a targeted integrity risk. Prioritize systems where EdDSA signatures authorize transactions, attest identity, or support non-repudiation. Lower priority is reasonable for unused dependencies or contexts where signature uniqueness is irrelevant.

Technical view

CVE-2020-36843 affects EdDSA-Java, also known as ed25519-java, through 0.3.0. The EdDSA implementation exhibits signature malleability and fails the SUF-CMA property, allowing creation of a different valid signature for a known message. The CVE maps to CWE-347 with CVSS 3.1 score 4.3.

Likely exposure

Exposure is most likely in Java applications that depend on str4d EdDSA-Java/ed25519-java through 0.3.0 for EdDSA signature handling, especially where signature bytes are used for uniqueness, audit records, replay checks, or transaction identity.

Exploitation context

The provided bundle does not show KEV listing or active exploitation. The described issue is cryptographic malleability: an attacker can create a distinct valid signature for a known message. Sources do not provide evidence of confidentiality loss, availability impact, or a vendor-named patch.

Researcher notes

The record is specific to strong unforgeability failure, not generic key compromise. Keep analysis tied to application semantics: whether accepting multiple valid signatures for the same message creates bypass, duplicate processing, audit confusion, or identity ambiguity.

Mitigation direction

  • Inventory applications using EdDSA-Java or ed25519-java.
  • Check upstream project guidance before choosing upgrade or replacement actions.
  • Avoid treating signature bytes alone as a unique message identifier.
  • Review audit, replay, and authorization logic that depends on signature uniqueness.
  • Prioritize remediation where signatures protect business transactions or trust decisions.

Validation and detection

  • Confirm whether deployed dependencies include EdDSA-Java through 0.3.0.
  • Map each use of EdDSA verification to business security decisions.
  • Check whether systems store or compare raw signature bytes for uniqueness.
  • Review tests for malleable signature acceptance or duplicate-message handling.
  • Document compensating controls where immediate dependency change is not possible.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-347: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-36843 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
4.3CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N2.51.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2020-36843Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
str4ded25519-java0unknown
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-347 · source CWE mapping

Improper Verification of Cryptographic Signature

Improper Verification of Cryptographic Signature represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.