Skip to content

Commit 0f84233

Browse files
committed
1 parent b2b76ed commit 0f84233

File tree

1 file changed

+42
-2
lines changed

1 file changed

+42
-2
lines changed

advisories/unreviewed/2025/12/GHSA-5mh9-3jwc-rp59/GHSA-5mh9-3jwc-rp59.json

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,59 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-5mh9-3jwc-rp59",
4-
"modified": "2025-12-04T00:30:58Z",
4+
"modified": "2025-12-04T00:32:03Z",
55
"published": "2025-12-03T21:31:05Z",
66
"aliases": [
77
"CVE-2025-61727"
88
],
9+
"summary": "Excluded subdomain constraint does not restrict wildcard SANs",
910
"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.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "crypto/x509"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.24.11"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "crypto/x509"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "1.25.0"
48+
},
49+
{
50+
"fixed": "1.25.5"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
1757
"references": [
1858
{
1959
"type": "ADVISORY",

0 commit comments

Comments
 (0)