From 4bc032c754434eac26db96890cf3a18c6a333bda Mon Sep 17 00:00:00 2001 From: CVE Team Date: Sat, 18 May 2024 01:00:37 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2024/4xxx/CVE-2024-4264.json | 77 ++++++++++++++++++++++++++++++++++-- 2024/5xxx/CVE-2024-5089.json | 18 +++++++++ 2 files changed, 91 insertions(+), 4 deletions(-) create mode 100644 2024/5xxx/CVE-2024-5089.json diff --git a/2024/4xxx/CVE-2024-4264.json b/2024/4xxx/CVE-2024-4264.json index 27770134745..3c9361402c8 100644 --- a/2024/4xxx/CVE-2024-4264.json +++ b/2024/4xxx/CVE-2024-4264.json @@ -1,17 +1,86 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-4264", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@huntr.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 remote code execution (RCE) vulnerability exists in the berriai/litellm project due to improper control of the generation of code when using the `eval` function unsafely in the `litellm.get_secret()` method. Specifically, when the server utilizes Google KMS, untrusted data is passed to the `eval` function without any sanitization. Attackers can exploit this vulnerability by injecting malicious values into environment variables through the `/config/update` endpoint, which allows for the update of settings in `proxy_server_config.yaml`." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-94 Improper Control of Generation of Code", + "cweId": "CWE-94" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "berriai", + "product": { + "product_data": [ + { + "product_name": "berriai/litellm", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "unspecified", + "version_value": "latest" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://huntr.com/bounties/a3221b0c-6e25-4295-ab0f-042997e8fc61", + "refsource": "MISC", + "name": "https://huntr.com/bounties/a3221b0c-6e25-4295-ab0f-042997e8fc61" + } + ] + }, + "source": { + "advisory": "a3221b0c-6e25-4295-ab0f-042997e8fc61", + "discovery": "EXTERNAL" + }, + "impact": { + "cvss": [ + { + "version": "3.0", + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", + "baseScore": 9.8, + "baseSeverity": "CRITICAL" } ] } diff --git a/2024/5xxx/CVE-2024-5089.json b/2024/5xxx/CVE-2024-5089.json new file mode 100644 index 00000000000..a1d84fe70fb --- /dev/null +++ b/2024/5xxx/CVE-2024-5089.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-5089", + "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