- Synchronized data.

This commit is contained in:
CVE Team 2019-02-15 16:05:22 -05:00
parent 5b203613b7
commit febef0cf66
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8
7 changed files with 366 additions and 310 deletions

View File

@ -1,67 +1,71 @@
{ {
"data_version": "4.0", "CVE_data_meta" : {
"references": { "ASSIGNER" : "larry0@me.com",
"reference_data": [ "DATE_ASSIGNED" : "2013-02-24",
"ID" : "CVE-2013-2516",
"REQUESTER" : "cve-assign@mtire.org",
"STATE" : "PUBLIC",
"UPDATED" : "2019-02-12T11:31Z"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{ {
"url": "http://www.vapidlabs.com/advisory.php?v=36" "product" : {
}, "product_data" : [
{ {
"url": "http://rubygems.org/gems/fileutils" "product_name" : "FileUtils",
"version" : {
"version_data" : [
{
"version_affected" : "<=",
"version_value" : "0.7"
}
]
}
}
]
},
"vendor_name" : "Stefaan Colman"
} }
] ]
}, }
"description": { },
"description_data": [ "data_format" : "MITRE",
{ "data_type" : "CVE",
"lang": "eng", "data_version" : "4.0",
"value": "Vulnerability in FileUtils v0.7, Ruby Gem Fileutils <= v0.7 Command Injection vulnerability in user supplied url variable that is passed to the shell." "description" : {
} "description_data" : [
] {
}, "lang" : "eng",
"data_type": "CVE", "value" : "Vulnerability in FileUtils v0.7, Ruby Gem Fileutils <= v0.7 Command Injection vulnerability in user supplied url variable that is passed to the shell."
"affects": { }
"vendor": { ]
"vendor_data": [ },
{ "problemtype" : {
"product": { "problemtype_data" : [
"product_data": [ {
{ "description" : [
"version": { {
"version_data": [ "lang" : "eng",
{ "value" : "Fileutils 0.7 Ruby Gem remote command execution and insecure file handling in /tmp"
"version_value": "0.7", }
"version_affected": "<="
}
]
},
"product_name": "FileUtils"
}
]
},
"vendor_name": "Stefaan Colman"
}
] ]
} }
}, ]
"CVE_data_meta": { },
"UPDATED": "2019-02-12T11:31Z", "references" : {
"ASSIGNER": "larry0@me.com", "reference_data" : [
"STATE": "PUBLIC", {
"REQUESTER": "cve-assign@mtire.org", "name" : "http://rubygems.org/gems/fileutils",
"ID": "CVE-2013-2516", "refsource" : "MISC",
"DATE_ASSIGNED": "2013-02-24" "url" : "http://rubygems.org/gems/fileutils"
}, },
"data_format": "MITRE", {
"problemtype": { "name" : "http://www.vapidlabs.com/advisory.php?v=36",
"problemtype_data": [ "refsource" : "MISC",
{ "url" : "http://www.vapidlabs.com/advisory.php?v=36"
"description": [ }
{ ]
"lang": "eng", }
"value": "Fileutils 0.7 Ruby Gem remote command execution and insecure file handling in /tmp"
}
]
}
]
}
} }

View File

@ -1,67 +1,71 @@
{ {
"data_version": "4.0", "CVE_data_meta" : {
"references": { "ASSIGNER" : "larry0@me.com",
"reference_data": [ "DATE_ASSIGNED" : "2012-01-02",
"ID" : "CVE-2013-2565",
"REQUESTER" : "cve-assign@mitre.org",
"STATE" : "PUBLIC",
"UPDATED" : "2019-02-11T10:41Z"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{ {
"url": "http://www.vapidlabs.com/advisory.php?v=75" "product" : {
}, "product_data" : [
{ {
"url": "http://sourceforge.net/projects/mambo/" "product_name" : "Mambo CMS",
"version" : {
"version_data" : [
{
"version_affected" : "<=",
"version_value" : "4.6.5"
}
]
}
}
]
},
"vendor_name" : "Mambo"
} }
] ]
}, }
"description": { },
"description_data": [ "data_format" : "MITRE",
{ "data_type" : "CVE",
"lang": "eng", "data_version" : "4.0",
"value": "A vulnerability in Mambo CMS v4.6.5 where the scripts thumbs.php, editorFrame.php, editor.php, images.php, manager.php discloses the root path of the webserver." "description" : {
} "description_data" : [
] {
}, "lang" : "eng",
"data_type": "CVE", "value" : "A vulnerability in Mambo CMS v4.6.5 where the scripts thumbs.php, editorFrame.php, editor.php, images.php, manager.php discloses the root path of the webserver."
"affects": { }
"vendor": { ]
"vendor_data": [ },
{ "problemtype" : {
"product": { "problemtype_data" : [
"product_data": [ {
{ "description" : [
"version": { {
"version_data": [ "lang" : "eng",
{ "value" : "Mambo CMS vulnerabilities"
"version_value": "4.6.5", }
"version_affected": "<="
}
]
},
"product_name": "Mambo CMS"
}
]
},
"vendor_name": "Mambo"
}
] ]
} }
}, ]
"CVE_data_meta": { },
"UPDATED": "2019-02-11T10:41Z", "references" : {
"ASSIGNER": "larry0@me.com", "reference_data" : [
"STATE": "PUBLIC", {
"REQUESTER": "cve-assign@mitre.org", "name" : "http://sourceforge.net/projects/mambo/",
"ID": "CVE-2013-2565", "refsource" : "MISC",
"DATE_ASSIGNED": "2012-01-02" "url" : "http://sourceforge.net/projects/mambo/"
}, },
"data_format": "MITRE", {
"problemtype": { "name" : "http://www.vapidlabs.com/advisory.php?v=75",
"problemtype_data": [ "refsource" : "MISC",
{ "url" : "http://www.vapidlabs.com/advisory.php?v=75"
"description": [ }
{ ]
"lang": "eng", }
"value": "Mambo CMS vulnerabilities"
}
]
}
]
}
} }

View File

@ -1,67 +1,71 @@
{ {
"data_version": "4.0", "CVE_data_meta" : {
"references": { "ASSIGNER" : "larry0@me.com",
"reference_data": [ "DATE_ASSIGNED" : "2014-05-14",
"ID" : "CVE-2013-5654",
"REQUESTER" : "cve-assign@mitre.org",
"STATE" : "PUBLIC",
"UPDATED" : "2019-02-13T14:41Z"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{ {
"url": "http://www.vapidlabs.com/advisory.php?v=94" "product" : {
}, "product_data" : [
{ {
"url": "http://www.iphoneappstorm.com/iphone-apps/utilities/com.yingzhi.python/yingzhipython.php?id=493505744" "product_name" : "YingZhi Python Programming Language",
"version" : {
"version_data" : [
{
"version_affected" : "<=",
"version_value" : "1.9"
}
]
}
}
]
},
"vendor_name" : "YingZhi"
} }
] ]
}, }
"description": { },
"description_data": [ "data_format" : "MITRE",
{ "data_type" : "CVE",
"lang": "eng", "data_version" : "4.0",
"value": "Vulnerability in YingZhi Python Programming Language v1.9 allows arbitrary anonymous uploads to the phone's storage" "description" : {
} "description_data" : [
] {
}, "lang" : "eng",
"data_type": "CVE", "value" : "Vulnerability in YingZhi Python Programming Language v1.9 allows arbitrary anonymous uploads to the phone's storage"
"affects": { }
"vendor": { ]
"vendor_data": [ },
{ "problemtype" : {
"product": { "problemtype_data" : [
"product_data": [ {
{ "description" : [
"version": { {
"version_data": [ "lang" : "eng",
{ "value" : "Arbitrary file upload vulnerability in YingZhi Python Programming Language for iOS"
"version_value": "1.9", }
"version_affected": "<="
}
]
},
"product_name": "YingZhi Python Programming Language"
}
]
},
"vendor_name": "YingZhi"
}
] ]
} }
}, ]
"CVE_data_meta": { },
"UPDATED": "2019-02-13T14:41Z", "references" : {
"ASSIGNER": "larry0@me.com", "reference_data" : [
"STATE": "PUBLIC", {
"REQUESTER": "cve-assign@mitre.org", "name" : "http://www.iphoneappstorm.com/iphone-apps/utilities/com.yingzhi.python/yingzhipython.php?id=493505744",
"ID": "CVE-2013-5654", "refsource" : "MISC",
"DATE_ASSIGNED": "2014-05-14" "url" : "http://www.iphoneappstorm.com/iphone-apps/utilities/com.yingzhi.python/yingzhipython.php?id=493505744"
}, },
"data_format": "MITRE", {
"problemtype": { "name" : "http://www.vapidlabs.com/advisory.php?v=94",
"problemtype_data": [ "refsource" : "MISC",
{ "url" : "http://www.vapidlabs.com/advisory.php?v=94"
"description": [ }
{ ]
"lang": "eng", }
"value": "Arbitrary file upload vulnerability in YingZhi Python Programming Language for iOS"
}
]
}
]
}
} }

View File

@ -1,67 +1,71 @@
{ {
"data_version": "4.0", "CVE_data_meta" : {
"references": { "ASSIGNER" : "larry0@me.com",
"reference_data": [ "DATE_ASSIGNED" : "2015-06-08",
"ID" : "CVE-2015-4615",
"REQUESTER" : "cve-assign@mitre.org",
"STATE" : "PUBLIC",
"UPDATED" : "2019-02-13T10:41Z"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{ {
"url": "http://www.vapid.dhs.org/advisory.php?v=130" "product" : {
}, "product_data" : [
{ {
"url": "https://wordpress.org/plugins/easy2map-photos" "product_name" : "Easy2map-photos WordPress Plugin",
"version" : {
"version_data" : [
{
"version_affected" : "1.09",
"version_value" : "1.09"
}
]
}
}
]
},
"vendor_name" : "Steven Ellis"
} }
] ]
}, }
"description": { },
"description_data": [ "data_format" : "MITRE",
{ "data_type" : "CVE",
"lang": "eng", "data_version" : "4.0",
"value": "Vulnerability in Easy2map-photos WordPress Plugin v1.09 allows SQL Injection via unsanitized mapTemplateName, mapName, mapSettingsXML, parentCSSXML, photoCSSXML, mapCSSXML, mapHTML,mapID variables" "description" : {
} "description_data" : [
] {
}, "lang" : "eng",
"data_type": "CVE", "value" : "Vulnerability in Easy2map-photos WordPress Plugin v1.09 allows SQL Injection via unsanitized mapTemplateName, mapName, mapSettingsXML, parentCSSXML, photoCSSXML, mapCSSXML, mapHTML,mapID variables"
"affects": { }
"vendor": { ]
"vendor_data": [ },
{ "problemtype" : {
"product": { "problemtype_data" : [
"product_data": [ {
{ "description" : [
"version": { {
"version_data": [ "lang" : "eng",
{ "value" : "SQL Injection in easy2map-photos wordpress plugin v1.09"
"version_value": "1.09", }
"version_affected": "1.09"
}
]
},
"product_name": "Easy2map-photos WordPress Plugin"
}
]
},
"vendor_name": "Steven Ellis"
}
] ]
} }
}, ]
"CVE_data_meta": { },
"UPDATED": "2019-02-13T10:41Z", "references" : {
"ASSIGNER": "larry0@me.com", "reference_data" : [
"STATE": "PUBLIC", {
"REQUESTER": "cve-assign@mitre.org", "name" : "http://www.vapid.dhs.org/advisory.php?v=130",
"ID": "CVE-2015-4615", "refsource" : "MISC",
"DATE_ASSIGNED": "2015-06-08" "url" : "http://www.vapid.dhs.org/advisory.php?v=130"
}, },
"data_format": "MITRE", {
"problemtype": { "name" : "https://wordpress.org/plugins/easy2map-photos",
"problemtype_data": [ "refsource" : "MISC",
{ "url" : "https://wordpress.org/plugins/easy2map-photos"
"description": [ }
{ ]
"lang": "eng", }
"value": "SQL Injection in easy2map-photos wordpress plugin v1.09"
}
]
}
]
}
} }

View File

@ -1,67 +1,71 @@
{ {
"data_version": "4.0", "CVE_data_meta" : {
"references": { "ASSIGNER" : "larry0@me.com",
"reference_data": [ "DATE_ASSIGNED" : "2015-06-08",
"ID" : "CVE-2015-4617",
"REQUESTER" : "cve-assign@mitre.org",
"STATE" : "PUBLIC",
"UPDATED" : "2019-02-13T10:41Z"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{ {
"url": "http://www.vapidlabs.com/advisory.php?v=130" "product" : {
}, "product_data" : [
{ {
"url": "https://wordpress.org/plugins/easy2map-photos" "product_name" : "Easy2map-photos WordPress Plugin",
"version" : {
"version_data" : [
{
"version_affected" : "1.09",
"version_value" : "1.09"
}
]
}
}
]
},
"vendor_name" : "Steven Ellis"
} }
] ]
}, }
"description": { },
"description_data": [ "data_format" : "MITRE",
{ "data_type" : "CVE",
"lang": "eng", "data_version" : "4.0",
"value": "Vulnerability in Easy2map-photos WordPress Plugin v1.09 MapPinImageUpload.php and MapPinIconSave.php allows path traversal when specifying file names creating files outside of the upload directory." "description" : {
} "description_data" : [
] {
}, "lang" : "eng",
"data_type": "CVE", "value" : "Vulnerability in Easy2map-photos WordPress Plugin v1.09 MapPinImageUpload.php and MapPinIconSave.php allows path traversal when specifying file names creating files outside of the upload directory."
"affects": { }
"vendor": { ]
"vendor_data": [ },
{ "problemtype" : {
"product": { "problemtype_data" : [
"product_data": [ {
{ "description" : [
"version": { {
"version_data": [ "lang" : "eng",
{ "value" : "Path traversal in easy2map-photos wordpress plugin v1.09"
"version_value": "1.09", }
"version_affected": "1.09"
}
]
},
"product_name": "Easy2map-photos WordPress Plugin"
}
]
},
"vendor_name": "Steven Ellis"
}
] ]
} }
}, ]
"CVE_data_meta": { },
"UPDATED": "2019-02-13T10:41Z", "references" : {
"ASSIGNER": "larry0@me.com", "reference_data" : [
"STATE": "PUBLIC", {
"REQUESTER": "cve-assign@mitre.org", "name" : "http://www.vapidlabs.com/advisory.php?v=130",
"ID": "CVE-2015-4617", "refsource" : "MISC",
"DATE_ASSIGNED": "2015-06-08" "url" : "http://www.vapidlabs.com/advisory.php?v=130"
}, },
"data_format": "MITRE", {
"problemtype": { "name" : "https://wordpress.org/plugins/easy2map-photos",
"problemtype_data": [ "refsource" : "MISC",
{ "url" : "https://wordpress.org/plugins/easy2map-photos"
"description": [ }
{ ]
"lang": "eng", }
"value": "Path traversal in easy2map-photos wordpress plugin v1.09"
}
]
}
]
}
} }

View File

@ -0,0 +1,18 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2019-8351",
"STATE" : "RESERVED"
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2019-8352",
"STATE" : "RESERVED"
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}