diff --git a/advisories/unreviewed/2025/12/GHSA-7c64-f9jr-v9h2/GHSA-7c64-f9jr-v9h2.json b/advisories/unreviewed/2025/12/GHSA-7c64-f9jr-v9h2/GHSA-7c64-f9jr-v9h2.json index 3963358bbd37a..392c809af0263 100644 --- a/advisories/unreviewed/2025/12/GHSA-7c64-f9jr-v9h2/GHSA-7c64-f9jr-v9h2.json +++ b/advisories/unreviewed/2025/12/GHSA-7c64-f9jr-v9h2/GHSA-7c64-f9jr-v9h2.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-7c64-f9jr-v9h2", - "modified": "2025-12-03T00:30:28Z", + "modified": "2025-12-03T00:31:35Z", "published": "2025-12-02T21:31:30Z", "aliases": [ "CVE-2025-61729" ], + "summary": "Excessive resource consumption in printing error string for host certificate validation", "details": "Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a malicious actor can result in excessive resource consumption.", "severity": [ { @@ -13,7 +14,46 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "crypto/x509" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.24.11" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "crypto/x509" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.25.0" + }, + { + "fixed": "1.25.5" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY",