- Synchronized data.

This commit is contained in:
CVE Team 2018-10-11 11:05:42 -04:00
parent 8c830aa291
commit 1bdccc3e7d
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8
3 changed files with 117 additions and 64 deletions

View File

@ -52,6 +52,11 @@
},
"references" : {
"reference_data" : [
{
"name" : "https://bugs.debian.org/910766",
"refsource" : "MISC",
"url" : "https://bugs.debian.org/910766"
},
{
"name" : "https://github.com/requests/requests/commit/c45d7c49ea75133e52ab22a8e9e13173938e36ff",
"refsource" : "MISC",

View File

@ -2,7 +2,30 @@
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2018-18215",
"STATE" : "RESERVED"
"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",
@ -11,7 +34,28 @@
"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."
"value" : "In youke365 v1.1.5, admin/user.html has a CSRF vulnerability that can add an user account."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "n/a"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://github.com/yanchongchong/swallow/issues/3",
"refsource" : "MISC",
"url" : "https://github.com/yanchongchong/swallow/issues/3"
}
]
}

View File

@ -1,67 +1,71 @@
{
"data_version": "4.0",
"references": {
"reference_data": [
"CVE_data_meta" : {
"ASSIGNER" : "larry0@me.com",
"DATE_ASSIGNED" : "2018-10-09",
"ID" : "CVE-2018-9206",
"REQUESTER" : "larry0@me.com",
"STATE" : "PUBLIC",
"UPDATED" : "2018-04-08T13:21Z"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"url": "http://www.vapidlabs.com/advisory.php?v=204"
},
{
"url": "https://github.com/blueimp/jQuery-File-Upload"
"product" : {
"product_data" : [
{
"product_name" : "Blueimp jQuery-File-Upload",
"version" : {
"version_data" : [
{
"version_affected" : "<=",
"version_value" : "9.22.0"
}
]
}
}
]
},
"vendor_name" : "Blueimp"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Unauthenticated arbitrary file upload vulnerability in Blueimp jQuery-File-Upload"
}
]
},
"data_type": "CVE",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"version": {
"version_data": [
{
"version_value": "9.22.0",
"version_affected": "<="
}
]
},
"product_name": "Blueimp jQuery-File-Upload"
}
]
},
"vendor_name": "Blueimp"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "Unauthenticated arbitrary file upload vulnerability in Blueimp jQuery-File-Upload"
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "jQuery-File-Upload <= v9.22.0 unauthenticated arbitrary file upload vulnerability"
}
]
}
},
"CVE_data_meta": {
"UPDATED": "2018-04-08T13:21Z",
"ASSIGNER": "larry0@me.com",
"STATE": "PUBLIC",
"REQUESTER": "larry0@me.com",
"ID": "CVE-2018-9206",
"DATE_ASSIGNED": "2018-10-09"
},
"data_format": "MITRE",
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "jQuery-File-Upload <= v9.22.0 unauthenticated arbitrary file upload vulnerability"
}
]
}
]
}
}
]
},
"references" : {
"reference_data" : [
{
"name" : "http://www.vapidlabs.com/advisory.php?v=204",
"refsource" : "MISC",
"url" : "http://www.vapidlabs.com/advisory.php?v=204"
},
{
"name" : "https://github.com/blueimp/jQuery-File-Upload",
"refsource" : "MISC",
"url" : "https://github.com/blueimp/jQuery-File-Upload"
}
]
}
}