Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,19 +1,59 @@
{
"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": [
{
"type": "CVSS_V3",
"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",
Expand Down