From 0ead29e050cbbd58f7a0d56bdb60bb0b5c72b87b Mon Sep 17 00:00:00 2001 From: CVE Team Date: Fri, 18 Apr 2025 13:00:32 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2024/46xxx/CVE-2024-46089.json | 61 ++++++++++++++++-- 2025/32xxx/CVE-2025-32790.json | 86 ++++++++++++++++++++++++-- 2025/3xxx/CVE-2025-3789.json | 109 +++++++++++++++++++++++++++++++-- 3 files changed, 242 insertions(+), 14 deletions(-) diff --git a/2024/46xxx/CVE-2024-46089.json b/2024/46xxx/CVE-2024-46089.json index a79dff0c652..868cea46a47 100644 --- a/2024/46xxx/CVE-2024-46089.json +++ b/2024/46xxx/CVE-2024-46089.json @@ -1,17 +1,66 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2024-46089", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2024-46089", + "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": "** 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": "74cms <=3.33 is vulnerable to remote code execution (RCE) in the background interface apiadmin." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://gitee.com/Q16G/laravel_bug/blob/master/74cms.md", + "refsource": "MISC", + "name": "https://gitee.com/Q16G/laravel_bug/blob/master/74cms.md" + }, + { + "refsource": "MISC", + "name": "https://github.com/Q16G/cve_detail/blob/main/74cms/unzipRCE.md", + "url": "https://github.com/Q16G/cve_detail/blob/main/74cms/unzipRCE.md" } ] } diff --git a/2025/32xxx/CVE-2025-32790.json b/2025/32xxx/CVE-2025-32790.json index 0db2ca11526..6bea7b4bf54 100644 --- a/2025/32xxx/CVE-2025-32790.json +++ b/2025/32xxx/CVE-2025-32790.json @@ -1,17 +1,95 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2025-32790", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security-advisories@github.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": "Dify is an open-source LLM app development platform. In versions 0.6.8 and prior, a vulnerability was identified in the DIFY AI where normal users are improperly granted permissions to export APP DSL. The feature in '/export' should only allow administrator users to export DSL. A patched version has not been released. A workaround for this vulnerability involves updating the access control mechanisms to enforce stricter user role permissions and implementing role-based access controls (RBAC) to ensure that only users with admin privileges can export the APP DSL. This vulnerability is fixed in 0.6.13." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-284: Improper Access Control", + "cweId": "CWE-284" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "langgenius", + "product": { + "product_data": [ + { + "product_name": "dify", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "< 0.6.13" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/langgenius/dify/security/advisories/GHSA-jp6m-v4gw-5vgp", + "refsource": "MISC", + "name": "https://github.com/langgenius/dify/security/advisories/GHSA-jp6m-v4gw-5vgp" + }, + { + "url": "https://github.com/langgenius/dify/pull/5841", + "refsource": "MISC", + "name": "https://github.com/langgenius/dify/pull/5841" + }, + { + "url": "https://github.com/langgenius/dify/commit/59ad091e69736bc9dc1a3bace62ec0a232346246", + "refsource": "MISC", + "name": "https://github.com/langgenius/dify/commit/59ad091e69736bc9dc1a3bace62ec0a232346246" + } + ] + }, + "source": { + "advisory": "GHSA-jp6m-v4gw-5vgp", + "discovery": "UNKNOWN" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "LOW", + "baseScore": 6.3, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", + "version": "3.1" } ] } diff --git a/2025/3xxx/CVE-2025-3789.json b/2025/3xxx/CVE-2025-3789.json index 90618d6bae3..2c8be392445 100644 --- a/2025/3xxx/CVE-2025-3789.json +++ b/2025/3xxx/CVE-2025-3789.json @@ -1,17 +1,118 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2025-3789", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "cna@vuldb.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": "A vulnerability was found in baseweb JSite 1.0. It has been rated as problematic. Affected by this issue is some unknown functionality of the file /a/sys/area/save. The manipulation of the argument Name leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public and may be used." + }, + { + "lang": "deu", + "value": "Eine problematische Schwachstelle wurde in baseweb JSite 1.0 ausgemacht. Dies betrifft einen unbekannten Teil der Datei /a/sys/area/save. Durch Beeinflussen des Arguments Name mit unbekannten Daten kann eine cross site scripting-Schwachstelle ausgenutzt werden. Der Angriff kann \u00fcber das Netzwerk passieren. Der Exploit steht zur \u00f6ffentlichen Verf\u00fcgung." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Cross Site Scripting", + "cweId": "CWE-79" + } + ] + }, + { + "description": [ + { + "lang": "eng", + "value": "Code Injection", + "cweId": "CWE-94" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "baseweb", + "product": { + "product_data": [ + { + "product_name": "JSite", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "1.0" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://vuldb.com/?id.305612", + "refsource": "MISC", + "name": "https://vuldb.com/?id.305612" + }, + { + "url": "https://vuldb.com/?ctiid.305612", + "refsource": "MISC", + "name": "https://vuldb.com/?ctiid.305612" + }, + { + "url": "https://vuldb.com/?submit.554566", + "refsource": "MISC", + "name": "https://vuldb.com/?submit.554566" + }, + { + "url": "https://github.com/caigo8/CVE-md/blob/main/JSite/XSS3.md", + "refsource": "MISC", + "name": "https://github.com/caigo8/CVE-md/blob/main/JSite/XSS3.md" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "c0rdXy (VulDB User)" + } + ], + "impact": { + "cvss": [ + { + "version": "3.1", + "baseScore": 3.5, + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N", + "baseSeverity": "LOW" + }, + { + "version": "3.0", + "baseScore": 3.5, + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N", + "baseSeverity": "LOW" + }, + { + "version": "2.0", + "baseScore": 4, + "vectorString": "AV:N/AC:L/Au:S/C:N/I:P/A:N" } ] }