From 0c3a7bf3b8ef9a06a09b19d7b12f3115f99f0040 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Sat, 20 Jan 2024 21:00:32 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2024/0xxx/CVE-2024-0521.json | 77 ++++++++++++++++++++++++++++++++++-- 1 file changed, 73 insertions(+), 4 deletions(-) diff --git a/2024/0xxx/CVE-2024-0521.json b/2024/0xxx/CVE-2024-0521.json index 97d3f75befa..d133112c056 100644 --- a/2024/0xxx/CVE-2024-0521.json +++ b/2024/0xxx/CVE-2024-0521.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-0521", - "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": "Code Injection in paddlepaddle/paddle" + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-94 Improper Control of Generation of Code", + "cweId": "CWE-94" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "paddlepaddle", + "product": { + "product_data": [ + { + "product_name": "paddlepaddle/paddle", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "unspecified", + "version_value": "latest" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://huntr.com/bounties/a569c64b-1e2b-4bed-a19f-47fd5a3da453", + "refsource": "MISC", + "name": "https://huntr.com/bounties/a569c64b-1e2b-4bed-a19f-47fd5a3da453" + } + ] + }, + "source": { + "advisory": "a569c64b-1e2b-4bed-a19f-47fd5a3da453", + "discovery": "EXTERNAL" + }, + "impact": { + "cvss": [ + { + "version": "3.0", + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", + "baseScore": 9.3, + "baseSeverity": "CRITICAL" } ] }