diff --git a/2024/10xxx/CVE-2024-10346.json b/2024/10xxx/CVE-2024-10346.json new file mode 100644 index 00000000000..1f2878f16e2 --- /dev/null +++ b/2024/10xxx/CVE-2024-10346.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-10346", + "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 diff --git a/2024/45xxx/CVE-2024-45031.json b/2024/45xxx/CVE-2024-45031.json index 75d3b73d7bc..df2487ee1ce 100644 --- a/2024/45xxx/CVE-2024-45031.json +++ b/2024/45xxx/CVE-2024-45031.json @@ -1,18 +1,86 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-45031", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@apache.org", + "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": "When editing objects in the Syncope Console, incomplete HTML tags could be used to bypass HTML sanitization. This made it possible to inject stored XSS payloads which would trigger for other users during ordinary usage of the application.\nXSS payloads could also be injected in Syncope Enduser when editing \u201cPersonal Information\u201d or \u201cUser Requests\u201d: such payloads would trigger for administrators in Syncope Console, thus enabling session hijacking.\n\nUsers are recommended to upgrade to version 3.0.9, which fixes this issue." } ] - } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-20 Improper Input Validation", + "cweId": "CWE-20" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Apache Software Foundation", + "product": { + "product_data": [ + { + "product_name": "Apache Syncope", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "2.1", + "version_value": "2.1.14" + }, + { + "version_affected": "<=", + "version_name": "3.0", + "version_value": "3.0.8" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://lists.apache.org/thread/fn567pfmo3s55ofkc42drz8b4kgbhp9m", + "refsource": "MISC", + "name": "https://lists.apache.org/thread/fn567pfmo3s55ofkc42drz8b4kgbhp9m" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.1.0-dev" + }, + "source": { + "discovery": "EXTERNAL" + }, + "credits": [ + { + "lang": "en", + "value": "Kasper Karlsson, Omegapoint" + }, + { + "lang": "en", + "value": "Pontus Hanssen, Omegapoint" + } + ] } \ No newline at end of file