From 1c6a858d1d239efd9dc694ba9361671f9617a97a Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 24 Apr 2025 10:00:33 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2021/47xxx/CVE-2021-47662.json | 88 ++++++++++++++++++++++++-- 2021/47xxx/CVE-2021-47663.json | 88 ++++++++++++++++++++++++-- 2021/47xxx/CVE-2021-47664.json | 88 ++++++++++++++++++++++++-- 2025/3xxx/CVE-2025-3872.json | 110 +++++++++++++++++++++++++++++++-- 4 files changed, 358 insertions(+), 16 deletions(-) diff --git a/2021/47xxx/CVE-2021-47662.json b/2021/47xxx/CVE-2021-47662.json index 6e52e5d7911..1a16ed39cf2 100644 --- a/2021/47xxx/CVE-2021-47662.json +++ b/2021/47xxx/CVE-2021-47662.json @@ -1,17 +1,97 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2021-47662", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "info@cert.vde.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": "Due to missing authorization an unauthenticated remote attacker\u00a0can cause a DoS attack by connecting via HTTPS and triggering the shutdown button." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-862: Missing Authorization", + "cweId": "CWE-862" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Franka Robotics", + "product": { + "product_data": [ + { + "product_name": "Franka Emika Robot", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "0.0.0", + "version_value": "4.0.3" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.sciencedirect.com/science/article/pii/S2351978921001657", + "refsource": "MISC", + "name": "https://www.sciencedirect.com/science/article/pii/S2351978921001657" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.1.0-dev" + }, + "source": { + "defect": [ + "CERT@VDE#641761" + ], + "discovery": "UNKNOWN" + }, + "credits": [ + { + "lang": "en", + "value": "Siegfried Hollerer by TU Wien" + } + ], + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 7.5, + "baseSeverity": "HIGH", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", + "version": "3.1" } ] } diff --git a/2021/47xxx/CVE-2021-47663.json b/2021/47xxx/CVE-2021-47663.json index 63d4ad34e52..b8304df699c 100644 --- a/2021/47xxx/CVE-2021-47663.json +++ b/2021/47xxx/CVE-2021-47663.json @@ -1,17 +1,97 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2021-47663", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "info@cert.vde.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": "Due to improper\u00a0JSON Web Tokens implementation an unauthenticated remote attacker can guess a valid session ID and therefore impersonate a user to gain full access." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-613: Insufficient Session Expiration", + "cweId": "CWE-613" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Franka Robotics", + "product": { + "product_data": [ + { + "product_name": "Franka Emika Robot", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "0.0.0", + "version_value": "4.0.3" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.sciencedirect.com/science/article/pii/S2351978921001657", + "refsource": "MISC", + "name": "https://www.sciencedirect.com/science/article/pii/S2351978921001657" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.1.0-dev" + }, + "source": { + "defect": [ + "CERT@VDE#641761" + ], + "discovery": "UNKNOWN" + }, + "credits": [ + { + "lang": "en", + "value": "Siegfried Hollerer by TU Wien" + } + ], + "impact": { + "cvss": [ + { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 8.1, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", + "version": "3.1" } ] } diff --git a/2021/47xxx/CVE-2021-47664.json b/2021/47xxx/CVE-2021-47664.json index a21b2b20b10..052eb023299 100644 --- a/2021/47xxx/CVE-2021-47664.json +++ b/2021/47xxx/CVE-2021-47664.json @@ -1,17 +1,97 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2021-47664", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "info@cert.vde.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": "Due to improper authentication mechanism an unauthenticated remote attacker can enumerate valid usernames." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-203: Observable Discrepancy", + "cweId": "CWE-203" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Franka Robotics", + "product": { + "product_data": [ + { + "product_name": "Franka Emika Robot", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "0.0.0", + "version_value": "4.0.3" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.sciencedirect.com/science/article/pii/S2351978921001657", + "refsource": "MISC", + "name": "https://www.sciencedirect.com/science/article/pii/S2351978921001657" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.1.0-dev" + }, + "source": { + "defect": [ + "CERT@VDE#641761" + ], + "discovery": "UNKNOWN" + }, + "credits": [ + { + "lang": "en", + "value": "Siegfried Hollerer by TU Wien" + } + ], + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 5.3, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", + "version": "3.1" } ] } diff --git a/2025/3xxx/CVE-2025-3872.json b/2025/3xxx/CVE-2025-3872.json index 6f1117781c3..12d268b741e 100644 --- a/2025/3xxx/CVE-2025-3872.json +++ b/2025/3xxx/CVE-2025-3872.json @@ -1,17 +1,119 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2025-3872", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@centreon.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": "Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Centreon centreon-web (User configuration form modules) allows SQL Injection.\n\n\nA user with high privileges is able to become administrator by intercepting the contact form request and altering its payload.\n\n\n\nThis issue affects Centreon: from 22.10.0 before 22.10.28, from 23.04.0 before 23.04.25, from 23.10.0 before 23.10.20, from 24.04.0 before 24.04.10, from 24.10.0 before 24.10.4." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')", + "cweId": "CWE-89" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Centreon", + "product": { + "product_data": [ + { + "product_name": "Centreon", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "22.10.0", + "version_value": "22.10.28" + }, + { + "version_affected": "<", + "version_name": "23.04.0", + "version_value": "23.04.25" + }, + { + "version_affected": "<", + "version_name": "23.10.0", + "version_value": "23.10.20" + }, + { + "version_affected": "<", + "version_name": "24.04.0", + "version_value": "24.04.10" + }, + { + "version_affected": "<", + "version_name": "24.10.0", + "version_value": "24.10.4" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://thewatch.centreon.com/latest-security-bulletins-64/cve-2024-55571-centreon-web-high-severity-4496", + "refsource": "MISC", + "name": "https://thewatch.centreon.com/latest-security-bulletins-64/cve-2024-55571-centreon-web-high-severity-4496" + }, + { + "url": "https://github.com/centreon/centreon/releases", + "refsource": "MISC", + "name": "https://github.com/centreon/centreon/releases" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.2.0" + }, + "source": { + "discovery": "INTERNAL" + }, + "credits": [ + { + "lang": "en", + "value": "Floerer for YesWeHack" + } + ], + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 7.2, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "HIGH", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "version": "3.1" } ] }