From 407a874ba84c73f4d0d56c0f18bb6cc56c99ee82 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Tue, 18 Mar 2025 10:00:32 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2025/0xxx/CVE-2025-0755.json | 102 +++++++++++++++++++++++++++++++++-- 2025/2xxx/CVE-2025-2490.json | 18 +++++++ 2025/2xxx/CVE-2025-2491.json | 18 +++++++ 2025/2xxx/CVE-2025-2492.json | 18 +++++++ 2025/2xxx/CVE-2025-2493.json | 18 +++++++ 2025/2xxx/CVE-2025-2494.json | 18 +++++++ 2025/2xxx/CVE-2025-2495.json | 18 +++++++ 7 files changed, 206 insertions(+), 4 deletions(-) create mode 100644 2025/2xxx/CVE-2025-2490.json create mode 100644 2025/2xxx/CVE-2025-2491.json create mode 100644 2025/2xxx/CVE-2025-2492.json create mode 100644 2025/2xxx/CVE-2025-2493.json create mode 100644 2025/2xxx/CVE-2025-2494.json create mode 100644 2025/2xxx/CVE-2025-2495.json diff --git a/2025/0xxx/CVE-2025-0755.json b/2025/0xxx/CVE-2025-0755.json index 181a2812085..dd41eb4c50c 100644 --- a/2025/0xxx/CVE-2025-0755.json +++ b/2025/0xxx/CVE-2025-0755.json @@ -1,17 +1,111 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2025-0755", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "cna@mongodb.com", + "STATE": "PUBLIC" }, "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 various bson_append\u00a0functions in the MongoDB C driver library may be susceptible to buffer overflow when performing operations that could result in a final BSON document which exceeds the maximum allowable size (INT32_MAX), resulting in a segmentation fault and possible application crash. This issue affected libbson versions prior to 1.27.5, MongoDB Server v8.0 versions prior to 8.0.1 and MongoDB Server v7.0 versions prior to 7.0.16" + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-122: Heap-based Buffer Overflow", + "cweId": "CWE-122" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "MongoDB Inc", + "product": { + "product_data": [ + { + "product_name": "libbson", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "0", + "version_value": "1.27.5" + } + ] + } + }, + { + "product_name": "MongoDB Server", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "8.0", + "version_value": "8.0.1" + }, + { + "version_affected": "<", + "version_name": "7.0", + "version_value": "7.0.16" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://jira.mongodb.org/browse/SERVER-94461", + "refsource": "MISC", + "name": "https://jira.mongodb.org/browse/SERVER-94461" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.2.0" + }, + "source": { + "discovery": "EXTERNAL" + }, + "credits": [ + { + "lang": "en", + "value": "selmelc" + } + ], + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 8.4, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", + "version": "3.1" } ] } diff --git a/2025/2xxx/CVE-2025-2490.json b/2025/2xxx/CVE-2025-2490.json new file mode 100644 index 00000000000..b3839489bb8 --- /dev/null +++ b/2025/2xxx/CVE-2025-2490.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2490", + "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 diff --git a/2025/2xxx/CVE-2025-2491.json b/2025/2xxx/CVE-2025-2491.json new file mode 100644 index 00000000000..5281e342ca7 --- /dev/null +++ b/2025/2xxx/CVE-2025-2491.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2491", + "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 diff --git a/2025/2xxx/CVE-2025-2492.json b/2025/2xxx/CVE-2025-2492.json new file mode 100644 index 00000000000..71a91976051 --- /dev/null +++ b/2025/2xxx/CVE-2025-2492.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2492", + "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 diff --git a/2025/2xxx/CVE-2025-2493.json b/2025/2xxx/CVE-2025-2493.json new file mode 100644 index 00000000000..83938b9537c --- /dev/null +++ b/2025/2xxx/CVE-2025-2493.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2493", + "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 diff --git a/2025/2xxx/CVE-2025-2494.json b/2025/2xxx/CVE-2025-2494.json new file mode 100644 index 00000000000..75cfa090936 --- /dev/null +++ b/2025/2xxx/CVE-2025-2494.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2494", + "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 diff --git a/2025/2xxx/CVE-2025-2495.json b/2025/2xxx/CVE-2025-2495.json new file mode 100644 index 00000000000..6d6725e6b34 --- /dev/null +++ b/2025/2xxx/CVE-2025-2495.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2495", + "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