blob: 95f4c053a8a9bed27e3733042fe5274100f5cb34 [file] [log] [blame] [edit]
{
"schema_version": "1.3.1",
"id": "GO-2024-3333",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2024-45338",
"GHSA-w32m-9786-jp63"
],
"summary": "Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"details": "An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.",
"affected": [
{
"package": {
"name": "golang.org/x/net",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.33.0"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "golang.org/x/net/html",
"symbols": [
"Parse",
"ParseFragment",
"ParseFragmentWithOptions",
"ParseWithOptions",
"htmlIntegrationPoint",
"inBodyIM",
"inTableIM",
"parseDoctype"
]
}
]
}
}
],
"references": [
{
"type": "FIX",
"url": "https://go.dev/cl/637536"
},
{
"type": "REPORT",
"url": "https://go.dev/issue/70906"
},
{
"type": "WEB",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
}
],
"credits": [
{
"name": "Guido Vranken"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-3333",
"review_status": "REVIEWED"
}
}