mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
90 lines
3.0 KiB
JSON
90 lines
3.0 KiB
JSON
{
|
|
"data_version": "4.0",
|
|
"data_type": "CVE",
|
|
"data_format": "MITRE",
|
|
"CVE_data_meta": {
|
|
"ID": "CVE-2023-29400",
|
|
"ASSIGNER": "security@golang.org",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Templates containing actions in unquoted HTML attributes (e.g. \"attr={{.}}\") executed with empty input can result in output with unexpected results when parsed due to HTML normalization rules. This may allow injection of arbitrary attributes into tags."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-74: Improper input validation"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"vendor_name": "Go standard library",
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "html/template",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "0",
|
|
"version_value": "1.19.9"
|
|
},
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "1.20.0-0",
|
|
"version_value": "1.20.4"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"url": "https://go.dev/issue/59722",
|
|
"refsource": "MISC",
|
|
"name": "https://go.dev/issue/59722"
|
|
},
|
|
{
|
|
"url": "https://go.dev/cl/491617",
|
|
"refsource": "MISC",
|
|
"name": "https://go.dev/cl/491617"
|
|
},
|
|
{
|
|
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
|
|
"refsource": "MISC",
|
|
"name": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
|
|
},
|
|
{
|
|
"url": "https://pkg.go.dev/vuln/GO-2023-1753",
|
|
"refsource": "MISC",
|
|
"name": "https://pkg.go.dev/vuln/GO-2023-1753"
|
|
}
|
|
]
|
|
},
|
|
"credits": [
|
|
{
|
|
"lang": "en",
|
|
"value": "Juho Nurminen of Mattermost"
|
|
}
|
|
]
|
|
} |