- 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" : { "references" : {
"reference_data" : [ "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" "url" : "https://ics-cert.us-cert.gov/advisories/ICSA-18-352-06"
} }
] ]

View File

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