| { |
| "dataType": "CVE_RECORD", |
| "dataVersion": "5.0", |
| "cveMetadata": { |
| "cveId": "CVE-2025-58190" |
| }, |
| "containers": { |
| "cna": { |
| "providerMetadata": { |
| "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc" |
| }, |
| "title": "Infinite parsing loop in golang.org/x/net", |
| "descriptions": [ |
| { |
| "lang": "en", |
| "value": "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": [ |
| { |
| "vendor": "golang.org/x/net", |
| "product": "golang.org/x/net/html", |
| "collectionURL": "https://pkg.go.dev", |
| "packageName": "golang.org/x/net/html", |
| "versions": [ |
| { |
| "version": "0", |
| "lessThan": "0.45.0", |
| "status": "affected", |
| "versionType": "semver" |
| } |
| ], |
| "programRoutines": [ |
| { |
| "name": "inRowIM" |
| }, |
| { |
| "name": "Parse" |
| }, |
| { |
| "name": "ParseFragment" |
| }, |
| { |
| "name": "ParseFragmentWithOptions" |
| }, |
| { |
| "name": "ParseWithOptions" |
| } |
| ], |
| "defaultStatus": "unaffected" |
| } |
| ], |
| "problemTypes": [ |
| { |
| "descriptions": [ |
| { |
| "lang": "en", |
| "description": "CWE-835: Loop with Unreachable Exit Condition" |
| } |
| ] |
| } |
| ], |
| "references": [ |
| { |
| "url": "https://groups.google.com/g/golang-announce/c/jnQcOYpiR2c" |
| }, |
| { |
| "url": "https://github.com/golang/vulndb/issues/4441" |
| }, |
| { |
| "url": "https://go.dev/cl/709875" |
| }, |
| { |
| "url": "https://pkg.go.dev/vuln/GO-2026-4441" |
| } |
| ], |
| "credits": [ |
| { |
| "lang": "en", |
| "value": "Guido Vranken" |
| } |
| ] |
| } |
| } |
| } |