2020-12-03 17:01:36 +00:00
{
"CVE_data_meta" : {
2020-12-14 20:02:22 +00:00
"ASSIGNER" : "responsibledisclosure@mattermost.com" ,
"DATE_PUBLIC" : "2020-12-14T08:00:00.000Z" ,
2020-12-03 17:01:36 +00:00
"ID" : "CVE-2020-29509" ,
2020-12-14 20:02:22 +00:00
"STATE" : "PUBLIC"
2020-12-03 17:01:36 +00:00
} ,
2020-12-14 20:02:22 +00:00
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Go" ,
"version" : {
"version_data" : [
{
"version_value" : "All versions"
}
]
}
}
]
} ,
"vendor_name" : "Golang"
}
]
}
} ,
"data_format" : "MITRE" ,
"data_type" : "CVE" ,
"data_version" : "4.0" ,
2020-12-03 17:01:36 +00:00
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2020-12-14 20:02:22 +00:00
"value" : "The encoding/xml package in Go (all versions) does not correctly preserve the semantics of attribute namespace prefixes during tokenization round-trips, which allows an attacker to craft inputs that behave in conflicting ways during different stages of processing in affected downstream applications."
2020-12-03 17:01:36 +00:00
}
]
2020-12-14 20:02:22 +00:00
} ,
"generator" : {
"engine" : "Vulnogram 0.0.9"
} ,
"impact" : {
"cvss" : {
"attackComplexity" : "LOW" ,
"attackVector" : "NETWORK" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 9.8 ,
"baseSeverity" : "CRITICAL" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"privilegesRequired" : "NONE" ,
"scope" : "UNCHANGED" ,
"userInteraction" : "NONE" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" ,
"version" : "3.1"
}
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-115 Misinterpretation of Input"
}
]
}
]
} ,
"references" : {
"reference_data" : [
{
"refsource" : "MISC" ,
"url" : "https://github.com/mattermost/xml-roundtrip-validator/blob/master/advisories/unstable-attributes.md" ,
"name" : "https://github.com/mattermost/xml-roundtrip-validator/blob/master/advisories/unstable-attributes.md"
2021-01-29 07:00:40 +00:00
} ,
{
"refsource" : "CONFIRM" ,
"name" : "https://security.netapp.com/advisory/ntap-20210129-0006/" ,
"url" : "https://security.netapp.com/advisory/ntap-20210129-0006/"
2020-12-14 20:02:22 +00:00
}
]
} ,
"source" : {
"discovery" : "UNKNOWN"
} ,
"work_around" : [
{
"lang" : "eng" ,
"value" : "Untrusted markup in affected applications can be validated using the github.com/mattermost/xml-roundtrip-validator module."
}
]
2020-12-03 17:01:36 +00:00
}