diff --git a/2024/3xxx/CVE-2024-3659.json b/2024/3xxx/CVE-2024-3659.json index 4667b2cd95c..ae8b1355fcd 100644 --- a/2024/3xxx/CVE-2024-3659.json +++ b/2024/3xxx/CVE-2024-3659.json @@ -1,18 +1,97 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-3659", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "cvd@cert.pl", + "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": "Firmware in KAON\u00a0AR2140 routers prior to version 4.2.16 is vulnerable to a shell command injection via sending a crafted request to one of the endpoints.\nIn order to exploit this vulnerability, one has to have access to the administrative portal of the router." } ] - } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-77 Improper Neutralization of Special Elements used in a Command ('Command Injection')", + "cweId": "CWE-77" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "KAON Group", + "product": { + "product_data": [ + { + "product_name": "AR2140", + "version": { + "version_data": [ + { + "version_value": "not down converted", + "x_cve_json_5_version_data": { + "versions": [ + { + "lessThan": "3.2.46", + "status": "unknown", + "version": "0", + "versionType": "semver" + }, + { + "lessThan": "4.2.16", + "status": "affected", + "version": "3.2.46", + "versionType": "semver" + } + ], + "defaultStatus": "unaffected" + } + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://cert.pl/en/posts/2024/08/CVE-2024-3659", + "refsource": "MISC", + "name": "https://cert.pl/en/posts/2024/08/CVE-2024-3659" + }, + { + "url": "https://cert.pl/posts/2024/08/CVE-2024-3659", + "refsource": "MISC", + "name": "https://cert.pl/posts/2024/08/CVE-2024-3659" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.1.0-dev" + }, + "source": { + "discovery": "UNKNOWN" + }, + "credits": [ + { + "lang": "en", + "value": "Arkadiusz Maruszczak" + } + ] } \ No newline at end of file diff --git a/2024/7xxx/CVE-2024-7348.json b/2024/7xxx/CVE-2024-7348.json index 61e1b4ea6d3..8d0bc337aff 100644 --- a/2024/7xxx/CVE-2024-7348.json +++ b/2024/7xxx/CVE-2024-7348.json @@ -1,17 +1,106 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-7348", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "cna@postgresql.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": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Time-of-check Time-of-use (TOCTOU) Race Condition", + "cweId": "CWE-367" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "n/a", + "product": { + "product_data": [ + { + "product_name": "PostgreSQL", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "16", + "version_value": "16.4" + }, + { + "version_affected": "<", + "version_name": "15", + "version_value": "15.8" + }, + { + "version_affected": "<", + "version_name": "14", + "version_value": "14.13" + }, + { + "version_affected": "<", + "version_name": "13", + "version_value": "13.16" + }, + { + "version_affected": "<", + "version_name": "0", + "version_value": "12.20" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.postgresql.org/support/security/CVE-2024-7348/", + "refsource": "MISC", + "name": "https://www.postgresql.org/support/security/CVE-2024-7348/" + } + ] + }, + "configuration": [ + { + "lang": "en", + "value": "attacker has permission to create non-temporary objects in at least one schema" + } + ], + "credits": [ + { + "lang": "en", + "value": "The PostgreSQL project thanks Noah Misch for reporting this problem." + } + ], + "impact": { + "cvss": [ + { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", + "baseScore": 8.8, + "baseSeverity": "HIGH" } ] } diff --git a/2024/7xxx/CVE-2024-7611.json b/2024/7xxx/CVE-2024-7611.json new file mode 100644 index 00000000000..a569f73bbef --- /dev/null +++ b/2024/7xxx/CVE-2024-7611.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-7611", + "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