From 18b1497f0753996c7b31f2ed126a629e11a3ed3f Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 29 Jul 2019 22:00:51 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2019/1010xxx/CVE-2019-1010129.json | 58 +++-------------------- 2019/13xxx/CVE-2019-13589.json | 5 ++ 2019/14xxx/CVE-2019-14431.json | 76 ++++++++++++++++++++++++++++++ 2019/3xxx/CVE-2019-3948.json | 58 ++++++++++++++++++++--- 4 files changed, 139 insertions(+), 58 deletions(-) create mode 100644 2019/14xxx/CVE-2019-14431.json diff --git a/2019/1010xxx/CVE-2019-1010129.json b/2019/1010xxx/CVE-2019-1010129.json index e91bc7f561a..6a3f7f71dea 100644 --- a/2019/1010xxx/CVE-2019-1010129.json +++ b/2019/1010xxx/CVE-2019-1010129.json @@ -1,61 +1,17 @@ { - "CVE_data_meta": { - "ASSIGNER": "cve-assign@distributedweaknessfiling.org", - "ID": "CVE-2019-1010129", - "STATE": "PUBLIC" - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "vendor_name": "VCFTools", - "product": { - "product_data": [ - { - "product_name": "vcfools", - "version": { - "version_data": [ - { - "version_value": "< 0.1.15" - } - ] - } - } - ] - } - } - ] - } - }, - "data_format": "MITRE", "data_type": "CVE", + "data_format": "MITRE", "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2019-1010129", + "ASSIGNER": "cve@mitre.org", + "STATE": "REJECT" + }, "description": { "description_data": [ { "lang": "eng", - "value": "VCFTools vcfools prior to version 0.1.15 is affected by: Heap Use-After-Free. The impact is: Denial of Service or possibly unspecified impact (eg. code execution or information disclosure). The component is: The header::add_FILTER_descriptor method in header.cpp. The attack vector is: The victim must open a specially crafted VCF file." - } - ] - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "Heap Use-After-Free" - } - ] - } - ] - }, - "references": { - "reference_data": [ - { - "url": "https://docs.google.com/document/d/e/2PACX-1vQJveVcGMp_NMdBY5Je2K2k63RoCYznvKjJk5u1wJRmLotvwQkG5qiqZjpABcOkjzj49wkwGweiFwrc/pub", - "refsource": "MISC", - "name": "https://docs.google.com/document/d/e/2PACX-1vQJveVcGMp_NMdBY5Je2K2k63RoCYznvKjJk5u1wJRmLotvwQkG5qiqZjpABcOkjzj49wkwGweiFwrc/pub" + "value": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2019-1010127. Reason: This candidate is a reservation duplicate of CVE-2019-1010127. Notes: All CVE users should reference CVE-2019-1010127 instead of this candidate. All references and descriptions in this candidate have been removed to prevent accidental usage." } ] } diff --git a/2019/13xxx/CVE-2019-13589.json b/2019/13xxx/CVE-2019-13589.json index d602a91105b..97a7631cc62 100644 --- a/2019/13xxx/CVE-2019-13589.json +++ b/2019/13xxx/CVE-2019-13589.json @@ -66,6 +66,11 @@ "refsource": "BID", "name": "109281", "url": "http://www.securityfocus.com/bid/109281" + }, + { + "refsource": "MISC", + "name": "https://snyk.io/vuln/SNYK-RUBY-PARANOID2-451600", + "url": "https://snyk.io/vuln/SNYK-RUBY-PARANOID2-451600" } ] } diff --git a/2019/14xxx/CVE-2019-14431.json b/2019/14xxx/CVE-2019-14431.json new file mode 100644 index 00000000000..7d4e7193f46 --- /dev/null +++ b/2019/14xxx/CVE-2019-14431.json @@ -0,0 +1,76 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-14431", + "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": "In MatrixSSL 3.8.3 Open through 4.2.1 Open, the DTLS server mishandles incoming network messages leading to a heap-based buffer overflow of up to 256 bytes and possible Remote Code Execution in parseSSLHandshake in sslDecode.c. During processing of a crafted packet, the server mishandles the fragment length value provided in the DTLS message." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/matrixssl/matrixssl/issues/30", + "refsource": "MISC", + "name": "https://github.com/matrixssl/matrixssl/issues/30" + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AC:L/AV:N/A:H/C:H/I:H/PR:N/S:U/UI:N", + "version": "3.0" + } + } +} \ No newline at end of file diff --git a/2019/3xxx/CVE-2019-3948.json b/2019/3xxx/CVE-2019-3948.json index acfe8194b3a..6ed17c3fd30 100644 --- a/2019/3xxx/CVE-2019-3948.json +++ b/2019/3xxx/CVE-2019-3948.json @@ -1,17 +1,61 @@ { - "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", - "ID": "CVE-2019-3948", - "STATE": "RESERVED" - }, - "data_format": "MITRE", "data_type": "CVE", + "data_format": "MITRE", "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2019-3948", + "ASSIGNER": "vulnreport@tenable.com", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "n/a", + "product": { + "product_data": [ + { + "product_name": "Amcrest IP2M-841B", + "version": { + "version_data": [ + { + "version_value": "V2.520.AC00.18.R" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE 285 - Improper Access Control (Authorization)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "MISC", + "name": "https://www.tenable.com/security/research/tra-2019-36", + "url": "https://www.tenable.com/security/research/tra-2019-36" + } + ] + }, "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." + "value": "The Amcrest IP2M-841B IP camera firmware version V2.520.AC00.18.R does not require authentication to access the HTTP endpoint /videotalk. An unauthenticated, remote person can connect to this endpoint and listen to the audio the camera is capturing." } ] }