From 82b8311924eb107c17494da695187917bb944ec2 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 12 Feb 2024 13:00:33 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2019/2xxx/CVE-2019-2392.json | 101 ++++++++++++++++++----------------- 2024/1xxx/CVE-2024-1442.json | 18 +++++++ 2 files changed, 69 insertions(+), 50 deletions(-) create mode 100644 2024/1xxx/CVE-2024-1442.json diff --git a/2019/2xxx/CVE-2019-2392.json b/2019/2xxx/CVE-2019-2392.json index 655f9874c05..3fc15c04a2a 100644 --- a/2019/2xxx/CVE-2019-2392.json +++ b/2019/2xxx/CVE-2019-2392.json @@ -1,15 +1,38 @@ { + "data_version": "4.0", + "data_type": "CVE", + "data_format": "MITRE", "CVE_data_meta": { - "ASSIGNER": "cna@mongodb.com", - "DATE_PUBLIC": "2020-11-30T14:00:00.000Z", "ID": "CVE-2019-2392", - "STATE": "PUBLIC", - "TITLE": "$mod can result in UB" + "ASSIGNER": "cna@mongodb.com", + "STATE": "PUBLIC" + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "A user authorized to perform database queries may trigger denial of service by issuing specially crafted queries, which use the $mod operator to overflow negative values. This issue affects: MongoDB Inc. MongoDB Server v4.4 versions prior to 4.4.1; v4.2 versions prior to 4.2.9; v4.0 versions prior to 4.0.20; v3.6 versions prior to 3.6.20.\n\n" + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-190 Integer Overflow or Wraparound", + "cweId": "CWE-190" + } + ] + } + ] }, "affects": { "vendor": { "vendor_data": [ { + "vendor_name": "MongoDB Inc.", "product": { "product_data": [ { @@ -40,64 +63,42 @@ } } ] - }, - "vendor_name": "MongoDB Inc." + } } ] } }, - "data_format": "MITRE", - "data_type": "CVE", - "data_version": "4.0", - "description": { - "description_data": [ + "references": { + "reference_data": [ { - "lang": "eng", - "value": "A user authorized to perform database queries may trigger denial of service by issuing specially crafted queries, which use the $mod operator to overflow negative values. This issue affects: MongoDB Inc. MongoDB Server v4.4 versions prior to 4.4.1; v4.2 versions prior to 4.2.9; v4.0 versions prior to 4.0.20; v3.6 versions prior to 3.6.20." + "url": "https://jira.mongodb.org/browse/SERVER-43699", + "refsource": "MISC", + "name": "https://jira.mongodb.org/browse/SERVER-43699" } ] }, "generator": { "engine": "Vulnogram 0.0.9" }, - "impact": { - "cvss": { - "attackComplexity": "LOW", - "attackVector": "NETWORK", - "availabilityImpact": "HIGH", - "baseScore": 6.5, - "baseSeverity": "MEDIUM", - "confidentialityImpact": "NONE", - "integrityImpact": "NONE", - "privilegesRequired": "LOW", - "scope": "UNCHANGED", - "userInteraction": "NONE", - "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", - "version": "3.1" - } - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-190 Integer Overflow or Wraparound" - } - ] - } - ] - }, - "references": { - "reference_data": [ - { - "name": "https://jira.mongodb.org/browse/SERVER-43699", - "refsource": "CONFIRM", - "url": "https://jira.mongodb.org/browse/SERVER-43699" - } - ] - }, "source": { "discovery": "INTERNAL" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 6.5, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", + "version": "3.1" + } + ] } } \ No newline at end of file diff --git a/2024/1xxx/CVE-2024-1442.json b/2024/1xxx/CVE-2024-1442.json new file mode 100644 index 00000000000..4abd7d23cb8 --- /dev/null +++ b/2024/1xxx/CVE-2024-1442.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-1442", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file