blob: 3fc7905dd13daec885ab27981e2c658accafc51b [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"
],
"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"
}
}