2019-03-11 21:06:41 -04:00
{
2019-03-17 21:58:16 +00:00
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org" ,
"ID" : "CVE-2019-9710" ,
"STATE" : "PUBLIC"
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "n/a" ,
"version" : {
"version_data" : [
{
"version_value" : "n/a"
}
]
}
}
]
} ,
"vendor_name" : "n/a"
}
]
}
} ,
"data_format" : "MITRE" ,
"data_type" : "CVE" ,
"data_version" : "4.0" ,
"description" : {
"description_data" : [
2019-03-11 22:09:00 -04:00
{
2019-03-17 21:58:16 +00:00
"lang" : "eng" ,
"value" : "An issue was discovered in webargs before 5.1.3, as used with marshmallow and other products. JSON parsing uses a short-lived cache to store the parsed JSON body. This cache is not thread-safe, meaning that incorrect JSON payloads could have been parsed for concurrent requests."
2019-03-11 22:09:00 -04:00
}
2019-03-17 21:58:16 +00:00
]
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "n/a"
}
]
}
]
} ,
"references" : {
"reference_data" : [
{
"name" : "https://webargs.readthedocs.io/en/latest/changelog.html" ,
"refsource" : "MISC" ,
"url" : "https://webargs.readthedocs.io/en/latest/changelog.html"
} ,
{
"name" : "https://github.com/marshmallow-code/webargs/issues/371" ,
"refsource" : "MISC" ,
"url" : "https://github.com/marshmallow-code/webargs/issues/371"
}
]
}
}