From 4039b5935d44902c1a5bd55bb958eab7c21efe4c Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 21:19:51 +0000 Subject: [PATCH] Publish GHSA-2x5j-vhc8-9cwm --- .../GHSA-2x5j-vhc8-9cwm.json | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 advisories/github-reviewed/2025/06/GHSA-2x5j-vhc8-9cwm/GHSA-2x5j-vhc8-9cwm.json diff --git a/advisories/github-reviewed/2025/06/GHSA-2x5j-vhc8-9cwm/GHSA-2x5j-vhc8-9cwm.json b/advisories/github-reviewed/2025/06/GHSA-2x5j-vhc8-9cwm/GHSA-2x5j-vhc8-9cwm.json new file mode 100644 index 00000000000..5d17c44b5a5 --- /dev/null +++ b/advisories/github-reviewed/2025/06/GHSA-2x5j-vhc8-9cwm/GHSA-2x5j-vhc8-9cwm.json @@ -0,0 +1,54 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-2x5j-vhc8-9cwm", + "modified": "2025-06-10T21:18:33Z", + "published": "2025-06-10T21:18:33Z", + "aliases": [], + "summary": "CIRCL-Fourq: Missing and wrong validation can lead to incorrect results", + "details": "### Impact\nThe CIRCL implementation of FourQ fails to validate user-supplied low-order points during Diffie-Hellman key exchange, potentially allowing attackers to force the identity point and compromise session security.\n\nMoreover, there is an incorrect point validation in ScalarMult can lead to incorrect results in the isEqual function and if a point is on the curve.\n\n\n### Patches\nVersion 1.6.1 (https://github.com/cloudflare/circl/tree/v1.6.1) mitigates the identified issues.\n\nWe acknowledge Alon Livne (Botanica Software Labs) for the reported findings.", + "severity": [], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/cloudflare/circl" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.6.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/cloudflare/circl/security/advisories/GHSA-2x5j-vhc8-9cwm" + }, + { + "type": "PACKAGE", + "url": "https://github.com/cloudflare/circl" + }, + { + "type": "WEB", + "url": "https://github.com/cloudflare/circl/tree/v1.6.1" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-20" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2025-06-10T21:18:33Z", + "nvd_published_at": null + } +} \ No newline at end of file