diff --git a/advisories/unreviewed/2025/12/GHSA-5mh9-3jwc-rp59/GHSA-5mh9-3jwc-rp59.json b/advisories/unreviewed/2025/12/GHSA-5mh9-3jwc-rp59/GHSA-5mh9-3jwc-rp59.json index 7f112ac10938a..6e2c4ca0983a6 100644 --- a/advisories/unreviewed/2025/12/GHSA-5mh9-3jwc-rp59/GHSA-5mh9-3jwc-rp59.json +++ b/advisories/unreviewed/2025/12/GHSA-5mh9-3jwc-rp59/GHSA-5mh9-3jwc-rp59.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-5mh9-3jwc-rp59", - "modified": "2025-12-04T00:30:58Z", + "modified": "2025-12-04T00:32:03Z", "published": "2025-12-03T21:31:05Z", "aliases": [ "CVE-2025-61727" ], + "summary": "Excluded subdomain constraint does not restrict wildcard SANs", "details": "An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. For example a constraint that excludes the subdomain test.example.com does not prevent a leaf certificate from claiming the SAN *.example.com.", "severity": [ { @@ -13,7 +14,46 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "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",