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