blob: d6ed0568148abb25e481faa05978d870124df1b9 [file] [log] [blame]
{
"schema_version": "1.3.1",
"id": "GO-2023-1988",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2023-3978",
"GHSA-2wrh-6pvc-2jm9"
],
"summary": "Improper rendering of text nodes in golang.org/x/net/html",
"details": "Text nodes not in the HTML namespace are incorrectly literally rendered, causing text which should be escaped to not be. This could lead to an XSS attack.",
"affected": [
{
"package": {
"name": "golang.org/x/net",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.13.0"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "golang.org/x/net/html",
"symbols": [
"Render",
"render1"
]
}
]
}
}
],
"references": [
{
"type": "REPORT",
"url": "https://go.dev/issue/61615"
},
{
"type": "FIX",
"url": "https://go.dev/cl/514896"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2023-1988"
}
}