Skip to content

Commit 6ddf7b1

Browse files
committed
1 parent b2b76ed commit 6ddf7b1

File tree

1 file changed

+42
-2
lines changed

1 file changed

+42
-2
lines changed

advisories/unreviewed/2025/12/GHSA-7c64-f9jr-v9h2/GHSA-7c64-f9jr-v9h2.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-7c64-f9jr-v9h2",
4-
"modified": "2025-12-03T00:30:28Z",
4+
"modified": "2025-12-03T00:31:35Z",
55
"published": "2025-12-02T21:31:30Z",
66
"aliases": [
77
"CVE-2025-61729"
88
],
9+
"summary": "Excessive resource consumption in printing error string for host certificate validation",
910
"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.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
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)