blob: 017ad9617795f0e9d6373379528a5825d42d0868 [file]
{
"schema_version": "1.3.1",
"id": "GO-2025-4015",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2025-61724",
"CVE-2025-61724"
],
"summary": "Excessive CPU consumption in Reader.ReadResponse in net/textproto",
"details": "The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption.",
"affected": [
{
"package": {
"name": "stdlib",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.24.8"
},
{
"introduced": "1.25.0"
},
{
"fixed": "1.25.2"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "net/textproto",
"symbols": [
"Reader.ReadResponse"
]
}
]
}
}
],
"references": [
{
"type": "FIX",
"url": "https://go.dev/cl/709859"
},
{
"type": "REPORT",
"url": "https://go.dev/issue/75716"
},
{
"type": "WEB",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
}
],
"credits": [
{
"name": "Jakub Ciolek"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2025-4015",
"review_status": "REVIEWED"
}
}