From c74bbfa212e839e2affe4978ed02263463e33c39 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Sat, 5 Oct 2019 23:00:55 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2019/17xxx/CVE-2019-17206.json | 72 ++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 2019/17xxx/CVE-2019-17206.json diff --git a/2019/17xxx/CVE-2019-17206.json b/2019/17xxx/CVE-2019-17206.json new file mode 100644 index 00000000000..f3f134536fb --- /dev/null +++ b/2019/17xxx/CVE-2019-17206.json @@ -0,0 +1,72 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-17206", + "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": [ + { + "lang": "eng", + "value": "Uncontrolled deserialization of a pickled object in models.py in Frost Ming rediswrapper (aka Redis Wrapper) before 0.3.0 allows attackers to execute arbitrary scripts." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/frostming/rediswrapper/pull/1", + "refsource": "MISC", + "name": "https://github.com/frostming/rediswrapper/pull/1" + }, + { + "url": "https://github.com/frostming/rediswrapper/compare/v0.2.1...v0.3.0", + "refsource": "MISC", + "name": "https://github.com/frostming/rediswrapper/compare/v0.2.1...v0.3.0" + }, + { + "url": "https://github.com/frostming/rediswrapper/releases/tag/v0.3.0", + "refsource": "MISC", + "name": "https://github.com/frostming/rediswrapper/releases/tag/v0.3.0" + } + ] + } +} \ No newline at end of file