GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

OESA-2025-1334 (CVE-2020-36843)

Vulnerability from osv_openeuler – Published: 2025-03-29 11:08 – Updated: 2026-08-06 11:08 – Source website
VLAI
Summary
ed25519-java security update
Details

This is an implementation of EdDSA in Java. Structurally, it is based on the ref10 implementation in SUPERCOP (see http://ed25519.cr.yp.to/software.html). There are two internal implementations: * A port of the radix-2^51 operations in ref10 - fast and constant-time, but only useful for Ed25519. * A generic version using BigIntegers for calculation - a bit slower and not constant-time, but compatible with any EdDSA parameter specification.

Security Fix(es):

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.(CVE-2020-36843)


{
  "affected": [
    {
      "ecosystem_specific": {
        "noarch": [
          "ed25519-java-0.3.0-5.oe2203sp3.noarch.rpm",
          "ed25519-java-javadoc-0.3.0-5.oe2203sp3.noarch.rpm"
        ],
        "src": [
          "ed25519-java-0.3.0-5.oe2203sp3.src.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:22.03-LTS-SP3",
        "name": "ed25519-java",
        "purl": "pkg:rpm/openEuler/ed25519-java\u0026distro=openEuler-22.03-LTS-SP3"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "0.3.0-5.oe2203sp3"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "noarch": [
          "ed25519-java-0.3.0-5.oe2203sp4.noarch.rpm",
          "ed25519-java-javadoc-0.3.0-5.oe2203sp4.noarch.rpm"
        ],
        "src": [
          "ed25519-java-0.3.0-5.oe2203sp4.src.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:22.03-LTS-SP4",
        "name": "ed25519-java",
        "purl": "pkg:rpm/openEuler/ed25519-java\u0026distro=openEuler-22.03-LTS-SP4"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "0.3.0-5.oe2203sp4"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "noarch": [
          "ed25519-java-0.3.0-5.oe2403.noarch.rpm",
          "ed25519-java-javadoc-0.3.0-5.oe2403.noarch.rpm",
          "ed25519-java-0.3.0-5.oe2403sp1.noarch.rpm",
          "ed25519-java-javadoc-0.3.0-5.oe2403sp1.noarch.rpm"
        ],
        "src": [
          "ed25519-java-0.3.0-5.oe2403.src.rpm",
          "ed25519-java-0.3.0-5.oe2403sp1.src.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:24.03-LTS",
        "name": "ed25519-java",
        "purl": "pkg:rpm/openEuler/ed25519-java\u0026distro=openEuler-24.03-LTS"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "0.3.0-5.oe2403sp1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "noarch": [
          "ed25519-java-0.3.0-5.oe2403sp1.noarch.rpm",
          "ed25519-java-javadoc-0.3.0-5.oe2403sp1.noarch.rpm"
        ],
        "src": [
          "ed25519-java-0.3.0-5.oe2403sp1.src.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:24.03-LTS-SP1",
        "name": "ed25519-java",
        "purl": "pkg:rpm/openEuler/ed25519-java\u0026distro=openEuler-24.03-LTS-SP1"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "0.3.0-5.oe2403sp1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "noarch": [
          "ed25519-java-0.3.0-5.oe2003sp4.noarch.rpm",
          "ed25519-java-javadoc-0.3.0-5.oe2003sp4.noarch.rpm"
        ],
        "src": [
          "ed25519-java-0.3.0-5.oe2003sp4.src.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:20.03-LTS-SP4",
        "name": "ed25519-java",
        "purl": "pkg:rpm/openEuler/ed25519-java\u0026distro=openEuler-20.03-LTS-SP4"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "0.3.0-5.oe2003sp4"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "severity": "Medium"
  },
  "details": "This is an implementation of EdDSA in Java. Structurally, it is based on the ref10 implementation in SUPERCOP (see http://ed25519.cr.yp.to/software.html). There are two internal implementations: * A port of the radix-2^51 operations in ref10   - fast and constant-time, but only useful for Ed25519. * A generic version using BigIntegers for calculation   - a bit slower and not constant-time, but compatible     with any EdDSA parameter specification.\r\n\r\nSecurity Fix(es):\n\nThe 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.(CVE-2020-36843)",
  "id": "OESA-2025-1334",
  "modified": "2026-08-06T11:08:26Z",
  "published": "2025-03-29T11:08:26Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2025-1334"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36843"
    }
  ],
  "schema_version": "1.7.2",
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "ed25519-java security update",
  "upstream": [
    "CVE-2020-36843"
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…