diff --git a/2024/36xxx/CVE-2024-36401.json b/2024/36xxx/CVE-2024-36401.json index d53db97a9bc..e4561e0d381 100644 --- a/2024/36xxx/CVE-2024-36401.json +++ b/2024/36xxx/CVE-2024-36401.json @@ -1,17 +1,113 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-36401", - "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": "GeoServer is an open source server that allows users to share and edit geospatial data. Prior to versions 2.23.6, 2.24.4, and 2.25.2, multiple OGC request parameters allow Remote Code Execution (RCE) by unauthenticated users through specially crafted input against a default GeoServer installation due to unsafely evaluating property names as XPath expressions.\n\nThe GeoTools library API that GeoServer calls evaluates property/attribute names for feature types in a way that unsafely passes them to the commons-jxpath library which can execute arbitrary code when evaluating XPath expressions. This XPath evaluation is intended to be used only by complex feature types (i.e., Application Schema data stores) but is incorrectly being applied to simple feature types as well which makes this vulnerability apply to **ALL** GeoServer instances. No public PoC is provided but this vulnerability has been confirmed to be exploitable through WFS GetFeature, WFS GetPropertyValue, WMS GetMap, WMS GetFeatureInfo, WMS GetLegendGraphic and WPS Execute requests. This vulnerability can lead to executing arbitrary code.\n\nVersions 2.23.6, 2.24.4, and 2.25.2 contain a patch for the issue. A workaround exists by removing the `gt-complex-x.y.jar` file from the GeoServer where `x.y` is the GeoTools version (e.g., `gt-complex-31.1.jar` if running GeoServer 2.25.1). This will remove the vulnerable code from GeoServer but may break some GeoServer functionality or prevent GeoServer from deploying if the gt-complex module is needed." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-95: Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')", + "cweId": "CWE-95" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "geoserver", + "product": { + "product_data": [ + { + "product_name": "geoserver", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "< 2.23.6" + }, + { + "version_affected": "=", + "version_value": ">= 2.24.0, < 2.24.4" + }, + { + "version_affected": "=", + "version_value": ">= 2.25.0, < 2.25.2" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/geoserver/geoserver/security/advisories/GHSA-6jj6-gm7p-fcvv", + "refsource": "MISC", + "name": "https://github.com/geoserver/geoserver/security/advisories/GHSA-6jj6-gm7p-fcvv" + }, + { + "url": "https://github.com/geotools/geotools/security/advisories/GHSA-w3pj-wh35-fq8w", + "refsource": "MISC", + "name": "https://github.com/geotools/geotools/security/advisories/GHSA-w3pj-wh35-fq8w" + }, + { + "url": "https://github.com/geotools/geotools/pull/4797", + "refsource": "MISC", + "name": "https://github.com/geotools/geotools/pull/4797" + }, + { + "url": "https://github.com/Warxim/CVE-2022-41852?tab=readme-ov-file#workaround-for-cve-2022-41852", + "refsource": "MISC", + "name": "https://github.com/Warxim/CVE-2022-41852?tab=readme-ov-file#workaround-for-cve-2022-41852" + }, + { + "url": "https://osgeo-org.atlassian.net/browse/GEOT-7587", + "refsource": "MISC", + "name": "https://osgeo-org.atlassian.net/browse/GEOT-7587" + } + ] + }, + "source": { + "advisory": "GHSA-6jj6-gm7p-fcvv", + "discovery": "UNKNOWN" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 9.8, + "baseSeverity": "CRITICAL", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", + "version": "3.1" } ] } diff --git a/2024/36xxx/CVE-2024-36420.json b/2024/36xxx/CVE-2024-36420.json index 2bb5e34d203..2475162e979 100644 --- a/2024/36xxx/CVE-2024-36420.json +++ b/2024/36xxx/CVE-2024-36420.json @@ -1,17 +1,90 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-36420", - "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": "Flowise is a drag & drop user interface to build a customized large language model flow. In version 1.4.3 of Flowise, the `/api/v1/openai-assistants-file` endpoint in `index.ts` is vulnerable to arbitrary file read due to lack of sanitization of the `fileName` body parameter. No known patches for this issue are available." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", + "cweId": "CWE-74" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "FlowiseAI", + "product": { + "product_data": [ + { + "product_name": "Flowise", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "<= 1.4.3" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://securitylab.github.com/advisories/GHSL-2023-232_GHSL-2023-234_Flowise/", + "refsource": "MISC", + "name": "https://securitylab.github.com/advisories/GHSL-2023-232_GHSL-2023-234_Flowise/" + }, + { + "url": "https://github.com/FlowiseAI/Flowise/blob/e93ce07851cdc0fcde12374f301b8070f2043687/packages/server/src/index.ts#L982", + "refsource": "MISC", + "name": "https://github.com/FlowiseAI/Flowise/blob/e93ce07851cdc0fcde12374f301b8070f2043687/packages/server/src/index.ts#L982" + } + ] + }, + "source": { + "advisory": "GHSA-h997-3fxj-p5j8", + "discovery": "UNKNOWN" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 7.5, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", + "version": "3.1" } ] } diff --git a/2024/36xxx/CVE-2024-36421.json b/2024/36xxx/CVE-2024-36421.json index 0cce55f7d31..f67a8e2983e 100644 --- a/2024/36xxx/CVE-2024-36421.json +++ b/2024/36xxx/CVE-2024-36421.json @@ -1,17 +1,90 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-36421", - "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": "Flowise is a drag & drop user interface to build a customized large language model flow. In version 1.4.3 of Flowise, A CORS misconfiguration sets the Access-Control-Allow-Origin header to all, allowing arbitrary origins to connect to the website. In the default configuration (unauthenticated), arbitrary origins may be able to make requests to Flowise, stealing information from the user. This CORS misconfiguration may be chained with the path injection to allow an attacker attackers without access to Flowise to read arbitrary files from the Flowise server. As of time of publication, no known patches are available." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-346: Origin Validation Error", + "cweId": "CWE-346" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "FlowiseAI", + "product": { + "product_data": [ + { + "product_name": "Flowise", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "<= 1.4.3" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://securitylab.github.com/advisories/GHSL-2023-232_GHSL-2023-234_Flowise/", + "refsource": "MISC", + "name": "https://securitylab.github.com/advisories/GHSL-2023-232_GHSL-2023-234_Flowise/" + }, + { + "url": "https://github.com/FlowiseAI/Flowise/blob/e93ce07851cdc0fcde12374f301b8070f2043687/packages/server/src/index.ts#L122", + "refsource": "MISC", + "name": "https://github.com/FlowiseAI/Flowise/blob/e93ce07851cdc0fcde12374f301b8070f2043687/packages/server/src/index.ts#L122" + } + ] + }, + "source": { + "advisory": "GHSA-66f2-xxgm-f6xp", + "discovery": "UNKNOWN" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 7.5, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", + "version": "3.1" } ] } diff --git a/2024/3xxx/CVE-2024-3661.json b/2024/3xxx/CVE-2024-3661.json index bcecee09e49..2f8135592c8 100644 --- a/2024/3xxx/CVE-2024-3661.json +++ b/2024/3xxx/CVE-2024-3661.json @@ -140,6 +140,36 @@ "url": "https://www.theregister.com/2024/05/07/vpn_tunnelvision_dhcp/", "refsource": "MISC", "name": "https://www.theregister.com/2024/05/07/vpn_tunnelvision_dhcp/" + }, + { + "url": "https://support.citrix.com/article/CTX677069/cloud-software-group-security-advisory-for-cve20243661", + "refsource": "MISC", + "name": "https://support.citrix.com/article/CTX677069/cloud-software-group-security-advisory-for-cve20243661" + }, + { + "url": "https://www.watchguard.com/wgrd-psirt/advisory/wgsa-2024-00009", + "refsource": "MISC", + "name": "https://www.watchguard.com/wgrd-psirt/advisory/wgsa-2024-00009" + }, + { + "url": "https://bst.cisco.com/quickview/bug/CSCwk05814", + "refsource": "MISC", + "name": "https://bst.cisco.com/quickview/bug/CSCwk05814" + }, + { + "url": "https://security.paloaltonetworks.com/CVE-2024-3661", + "refsource": "MISC", + "name": "https://security.paloaltonetworks.com/CVE-2024-3661" + }, + { + "url": "https://fortiguard.fortinet.com/psirt/FG-IR-24-170", + "refsource": "MISC", + "name": "https://fortiguard.fortinet.com/psirt/FG-IR-24-170" + }, + { + "url": "https://my.f5.com/manage/s/article/K000139553", + "refsource": "MISC", + "name": "https://my.f5.com/manage/s/article/K000139553" } ] }, diff --git a/2024/6xxx/CVE-2024-6432.json b/2024/6xxx/CVE-2024-6432.json new file mode 100644 index 00000000000..70d6da3ca83 --- /dev/null +++ b/2024/6xxx/CVE-2024-6432.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-6432", + "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