blob: c2f41867a324f235fa2976861d75970e3bbe2374 [file] [log] [blame]
{
"schema_version": "1.3.1",
"id": "GO-2026-4441",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2025-58190"
],
"summary": "Infinite parsing loop in golang.org/x/net",
"details": "The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.",
"affected": [
{
"package": {
"name": "golang.org/x/net",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.45.0"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "golang.org/x/net/html",
"symbols": [
"Parse",
"ParseFragment",
"ParseFragmentWithOptions",
"ParseWithOptions",
"inRowIM"
]
}
]
}
}
],
"references": [
{
"type": "WEB",
"url": "https://groups.google.com/g/golang-announce/c/jnQcOYpiR2c"
},
{
"type": "REPORT",
"url": "https://github.com/golang/vulndb/issues/4441"
},
{
"type": "FIX",
"url": "https://go.dev/cl/709875"
}
],
"credits": [
{
"name": "Guido Vranken"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2026-4441",
"review_status": "REVIEWED"
}
}