- Synchronized data.

This commit is contained in:
CVE Team 2018-05-22 14:05:27 -04:00
parent 04eb91e7de
commit 611395f37b
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8
3 changed files with 164 additions and 55 deletions

View File

@ -2,7 +2,30 @@
"CVE_data_meta" : { "CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org", "ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2015-8094", "ID" : "CVE-2015-8094",
"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_format" : "MITRE",
"data_type" : "CVE", "data_type" : "CVE",
@ -11,7 +34,43 @@
"description_data" : [ "description_data" : [
{ {
"lang" : "eng", "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" : "Open redirect vulnerability in Cloudera HUE before 3.10.0 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the next parameter."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "n/a"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://www.harmfultrust.com/p/advisories.html",
"refsource" : "MISC",
"url" : "https://www.harmfultrust.com/p/advisories.html"
},
{
"name" : "http://cloudera.github.io/hue/latest/release-notes/release-notes-3.10.0.html",
"refsource" : "CONFIRM",
"url" : "http://cloudera.github.io/hue/latest/release-notes/release-notes-3.10.0.html"
},
{
"name" : "https://github.com/cloudera/hue/pull/346",
"refsource" : "CONFIRM",
"url" : "https://github.com/cloudera/hue/pull/346"
},
{
"name" : "https://issues.cloudera.org/browse/HUE-3626",
"refsource" : "CONFIRM",
"url" : "https://issues.cloudera.org/browse/HUE-3626"
} }
] ]
} }

View File

@ -2,7 +2,30 @@
"CVE_data_meta" : { "CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org", "ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2018-11093", "ID" : "CVE-2018-11093",
"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_format" : "MITRE",
"data_type" : "CVE", "data_type" : "CVE",
@ -11,7 +34,33 @@
"description_data" : [ "description_data" : [
{ {
"lang" : "eng", "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" : "Cross-site scripting (XSS) vulnerability in the Link package for CKEditor 5 before 10.0.1 allows remote attackers to inject arbitrary web script through a crafted href attribute of a link (A) element."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "n/a"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://ckeditor.com/blog/CKEditor-5-v10.0.1-released/",
"refsource" : "CONFIRM",
"url" : "https://ckeditor.com/blog/CKEditor-5-v10.0.1-released/"
},
{
"name" : "https://github.com/ckeditor/ckeditor5-link/blob/master/CHANGELOG.md#1001-2018-05-22",
"refsource" : "CONFIRM",
"url" : "https://github.com/ckeditor/ckeditor5-link/blob/master/CHANGELOG.md#1001-2018-05-22"
} }
] ]
} }

View File

@ -1,88 +1,89 @@
{ {
"CVE_data_meta": { "CVE_data_meta" : {
"ASSIGNER": "security@microfocus.com", "ASSIGNER" : "security@microfocus.com",
"DATE_PUBLIC": "2018-05-10T19:01:00.000Z", "DATE_PUBLIC" : "2018-05-10T19:01:00.000Z",
"ID": "CVE-2018-6494", "ID" : "CVE-2018-6494",
"STATE": "PUBLIC", "STATE" : "PUBLIC",
"TITLE": "MFSBGN03807 rev.1 - HP Service Manager Software, Multiple Vulnerabilities" "TITLE" : "MFSBGN03807 rev.1 - HP Service Manager Software, Multiple Vulnerabilities"
}, },
"affects": { "affects" : {
"vendor": { "vendor" : {
"vendor_data": [ "vendor_data" : [
{ {
"product": { "product" : {
"product_data": [ "product_data" : [
{ {
"product_name": "HP Service Manager Software", "product_name" : "HP Service Manager Software",
"version": { "version" : {
"version_data": [ "version_data" : [
{ {
"version_value": "9.30, 9.31, 9.32, 9.33, 9.34, 9.35, 9.40, 9.41, 9.50, 9.51" "version_value" : "9.30, 9.31, 9.32, 9.33, 9.34, 9.35, 9.40, 9.41, 9.50, 9.51"
} }
] ]
} }
} }
] ]
}, },
"vendor_name": "Micro Focus" "vendor_name" : "Micro Focus"
} }
] ]
} }
}, },
"data_format": "MITRE", "data_format" : "MITRE",
"data_type": "CVE", "data_type" : "CVE",
"data_version": "4.0", "data_version" : "4.0",
"description": { "description" : {
"description_data": [ "description_data" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "Remote SQL Injection against the HP Service Manager Software Web Tier, version 9.30, 9.31, 9.32, 9.33, 9.34, 9.35, 9.40, 9.41, 9.50, 9.51, may lead to unauthorized disclosure of data." "value" : "Remote SQL Injection against the HP Service Manager Software Web Tier, version 9.30, 9.31, 9.32, 9.33, 9.34, 9.35, 9.40, 9.41, 9.50, 9.51, may lead to unauthorized disclosure of data."
} }
] ]
}, },
"exploit": [ "exploit" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "Unauthorized Disclosure of Data" "value" : "Unauthorized Disclosure of Data"
} }
], ],
"impact": { "impact" : {
"cvss": { "cvss" : {
"attackComplexity": "LOW", "attackComplexity" : "LOW",
"attackVector": "NETWORK", "attackVector" : "NETWORK",
"availabilityImpact": "NONE", "availabilityImpact" : "NONE",
"baseScore": 6.4, "baseScore" : 6.4,
"baseSeverity": "MEDIUM", "baseSeverity" : "MEDIUM",
"confidentialityImpact": "LOW", "confidentialityImpact" : "LOW",
"integrityImpact": "LOW", "integrityImpact" : "LOW",
"privilegesRequired": "LOW", "privilegesRequired" : "LOW",
"scope": "CHANGED", "scope" : "CHANGED",
"userInteraction": "NONE", "userInteraction" : "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N", "vectorString" : "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N",
"version": "3.0" "version" : "3.0"
} }
}, },
"problemtype": { "problemtype" : {
"problemtype_data": [ "problemtype_data" : [
{ {
"description": [ "description" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "Remote SQL Injection" "value" : "Remote SQL Injection"
} }
] ]
} }
] ]
}, },
"references": { "references" : {
"reference_data": [ "reference_data" : [
{ {
"refsource": "CONFIRM", "name" : "https://softwaresupport.softwaregrp.com/document/-/facetsearch/document/KM03158656",
"url": "https://softwaresupport.softwaregrp.com/document/-/facetsearch/document/KM03158656" "refsource" : "CONFIRM",
"url" : "https://softwaresupport.softwaregrp.com/document/-/facetsearch/document/KM03158656"
} }
] ]
}, },
"source": { "source" : {
"discovery": "UNKNOWN" "discovery" : "UNKNOWN"
} }
} }