- Synchronized data.

This commit is contained in:
CVE Team 2019-01-31 16:04:40 -05:00
parent 9f1e708325
commit 5c4d09159f
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8
6 changed files with 219 additions and 70 deletions

View File

@ -54,6 +54,8 @@
"references" : {
"reference_data" : [
{
"name" : "https://ics-cert.us-cert.gov/advisories/ICSA-18-352-06",
"refsource" : "MISC",
"url" : "https://ics-cert.us-cert.gov/advisories/ICSA-18-352-06"
}
]

View File

@ -35,7 +35,7 @@
"description_data" : [
{
"lang" : "eng",
"value" : "Three type confusion vulnerabilities exist when processing project files in CX-One Versions 4.50 and prior, including the following applications: CX-Protocol Versions 2.0 and prior. An attacker could use a specially crafted project file to exploit and execute code under the privileges of the application."
"value" : "Three type confusion vulnerabilities exist in CX-One Versions 4.50 and prior and CX-Protocol Versions 2.0 and prior when processing project files. An attacker could use a specially crafted project file to exploit and execute code under the privileges of the application."
}
]
},
@ -54,7 +54,14 @@
"references" : {
"reference_data" : [
{
"name" : "https://ics-cert.us-cert.gov/advisories/ICSA-19-010-02",
"refsource" : "MISC",
"url" : "https://ics-cert.us-cert.gov/advisories/ICSA-19-010-02"
},
{
"name" : "106524",
"refsource" : "BID",
"url" : "http://www.securityfocus.com/bid/106524"
}
]
}

View File

@ -1,114 +1,112 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@rapid7.com",
"DATE_PUBLIC": "2018-12-27T14:05:00.000Z",
"ID": "CVE-2018-5560",
"STATE": "PUBLIC",
"TITLE": "Guardzilla All-In-One Video Security System Hard-Coded Credential"
"CVE_data_meta" : {
"ASSIGNER" : "cve@rapid7.com",
"DATE_PUBLIC" : "2018-12-27T14:05:00.000Z",
"ID" : "CVE-2018-5560",
"STATE" : "PUBLIC",
"TITLE" : "Guardzilla All-In-One Video Security System Hard-Coded Credential"
},
"affects": {
"vendor": {
"vendor_data": [
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product": {
"product_data": [
"product" : {
"product_data" : [
{
"product_name": "Guardzilla All-In-One Video Security System",
"version": {
"version_data": [
"product_name" : "Guardzilla All-In-One Video Security System",
"version" : {
"version_data" : [
{
"version_name": "2018",
"version_value": "2018"
"version_name" : "2018",
"version_value" : "2018"
}
]
}
}
]
},
"vendor_name": "Practecol, LLC"
"vendor_name" : "Practecol, LLC"
}
]
}
},
"credit": [
"credit" : [
{
"lang": "eng",
"value": "Discovered by Nick McClendon, Andrew Mirghassemi, Charles Dardaman, INIT_6, and Chris."
"lang" : "eng",
"value" : "Discovered by Nick McClendon, Andrew Mirghassemi, Charles Dardaman, INIT_6, and Chris."
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang": "eng",
"value": "A reliance on a static, hard-coded credential in the design of the cloud-based storage system of Practecol's Guardzilla All-In-One Video Security System allows an attacker to view the private data of all users of the Guardzilla device."
"lang" : "eng",
"value" : "A reliance on a static, hard-coded credential in the design of the cloud-based storage system of Practecol's Guardzilla All-In-One Video Security System allows an attacker to view the private data of all users of the Guardzilla device."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 10.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.0"
"impact" : {
"cvss" : {
"attackComplexity" : "LOW",
"attackVector" : "NETWORK",
"availabilityImpact" : "NONE",
"baseScore" : 10,
"baseSeverity" : "HIGH",
"confidentialityImpact" : "HIGH",
"integrityImpact" : "HIGH",
"privilegesRequired" : "NONE",
"scope" : "CHANGED",
"userInteraction" : "NONE",
"vectorString" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version" : "3.0"
}
},
"problemtype": {
"problemtype_data": [
"problemtype" : {
"problemtype_data" : [
{
"description": [
"description" : [
{
"lang": "eng",
"value": "CWE-798"
"lang" : "eng",
"value" : "CWE-798"
},
{
"lang": "eng",
"value": "Use of Hard-coded Credentials"
{
"lang" : "eng",
"value" : "Use of Hard-coded Credentials"
}
]
}
]
},
"references": {
"reference_data": [
"references" : {
"reference_data" : [
{
"refsource": "MISC",
"url": "https://blog.rapid7.com/2018/12/27/r7-2018-52-guardzilla-iot-video-camera-hard-coded-credential-cve-2018-5560/",
"title": "R7-2018-52: Guardzilla IoT Video Camera Hard-Coded Credential (CVE-2018-5560)",
"name": "https://blog.rapid7.com/2018/12/27/r7-2018-52-guardzilla-iot-video-camera-hard-coded-credential-cve-2018-5560/"
"name" : "https://blog.rapid7.com/2018/12/27/r7-2018-52-guardzilla-iot-video-camera-hard-coded-credential-cve-2018-5560/",
"refsource" : "MISC",
"url" : "https://blog.rapid7.com/2018/12/27/r7-2018-52-guardzilla-iot-video-camera-hard-coded-credential-cve-2018-5560/"
},
{
"refsource": "MISC",
"url": "https://www.0dayallday.org/guardzilla-video-camera-hard-coded-aws-credentials/",
"title": "Guardzilla IoT Video Camera Hard-Coded Credentials (CVE-2018-5560)",
"name": "https://www.0dayallday.org/guardzilla-video-camera-hard-coded-aws-credentials/"
"name" : "https://www.0dayallday.org/guardzilla-video-camera-hard-coded-aws-credentials/",
"refsource" : "MISC",
"url" : "https://www.0dayallday.org/guardzilla-video-camera-hard-coded-aws-credentials/"
}
]
},
"source": {
"advisory": "R7-2018-52",
"discovery": "EXTERNAL"
},
"work_around": [
"solution" : [
{
"lang": "eng",
"value": "Users concerned with video privacy should disable the cloud storage functionality provided by the vendor."
"lang" : "eng",
"value" : "There is no vendor-provided fix available, see work_around."
}
],
"solution": [
"source" : {
"advisory" : "R7-2018-52",
"discovery" : "EXTERNAL"
},
"work_around" : [
{
"lang": "eng",
"value": "There is no vendor-provided fix available, see work_around."
"lang" : "eng",
"value" : "Users concerned with video privacy should disable the cloud storage functionality provided by the vendor."
}
]
}

View File

@ -0,0 +1,18 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2019-7294",
"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,62 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2019-7295",
"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" : "typora through 0.9.63 has XSS, with resultant remote command execution, during block rendering of a mathematical formula."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "n/a"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://github.com/typora/typora-issues/issues/2129",
"refsource" : "MISC",
"url" : "https://github.com/typora/typora-issues/issues/2129"
}
]
}
}

View File

@ -0,0 +1,62 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2019-7296",
"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" : "typora through 0.9.64 has XSS, with resultant remote command execution, during inline rendering of a mathematical formula."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "n/a"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://github.com/typora/typora-issues/issues/2131",
"refsource" : "MISC",
"url" : "https://github.com/typora/typora-issues/issues/2131"
}
]
}
}