From 86eed283f596e0327478bc147f845910ef213087 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Tue, 7 May 2024 19:00:37 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2023/42xxx/CVE-2023-42757.json | 66 ++++++++++++++++++++++++++++++---- 2024/25xxx/CVE-2024-25509.json | 56 +++++++++++++++++++++++++---- 2024/25xxx/CVE-2024-25510.json | 56 +++++++++++++++++++++++++---- 2024/25xxx/CVE-2024-25511.json | 56 +++++++++++++++++++++++++---- 2024/25xxx/CVE-2024-25513.json | 56 +++++++++++++++++++++++++---- 2024/25xxx/CVE-2024-25514.json | 56 +++++++++++++++++++++++++---- 2024/26xxx/CVE-2024-26925.json | 5 +++ 2024/34xxx/CVE-2024-34314.json | 56 +++++++++++++++++++++++++---- 2024/34xxx/CVE-2024-34315.json | 56 +++++++++++++++++++++++++---- 2024/34xxx/CVE-2024-34455.json | 2 +- 2024/3xxx/CVE-2024-3661.json | 10 ++++++ 2024/4xxx/CVE-2024-4615.json | 18 ++++++++++ 2024/4xxx/CVE-2024-4616.json | 18 ++++++++++ 2024/4xxx/CVE-2024-4617.json | 18 ++++++++++ 14 files changed, 480 insertions(+), 49 deletions(-) create mode 100644 2024/4xxx/CVE-2024-4615.json create mode 100644 2024/4xxx/CVE-2024-4616.json create mode 100644 2024/4xxx/CVE-2024-4617.json diff --git a/2023/42xxx/CVE-2023-42757.json b/2023/42xxx/CVE-2023-42757.json index e9ee522e52d..32e08ea6057 100644 --- a/2023/42xxx/CVE-2023-42757.json +++ b/2023/42xxx/CVE-2023-42757.json @@ -1,17 +1,71 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2023-42757", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2023-42757", + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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": "Process Explorer before 17.04 allows attackers to make it functionally unavailable (a denial of service for analysis) by renaming an executable file to a new extensionless 255-character name and launching it with NtCreateUserProcess. This can occur through an issue in wcscat_s error handling." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.safebreach.com/blog/magicdot-a-hackers-magic-show-of-disappearing-dots-and-spaces/", + "refsource": "MISC", + "name": "https://www.safebreach.com/blog/magicdot-a-hackers-magic-show-of-disappearing-dots-and-spaces/" + }, + { + "url": "https://github.com/SafeBreach-Labs/MagicDot", + "refsource": "MISC", + "name": "https://github.com/SafeBreach-Labs/MagicDot" + }, + { + "url": "https://www.blackhat.com/asia-24/briefings/schedule/#magicdot-a-hackers-magic-show-of-disappearing-dots-and-spaces-36561", + "refsource": "MISC", + "name": "https://www.blackhat.com/asia-24/briefings/schedule/#magicdot-a-hackers-magic-show-of-disappearing-dots-and-spaces-36561" } ] } diff --git a/2024/25xxx/CVE-2024-25509.json b/2024/25xxx/CVE-2024-25509.json index 1a509ceaaca..17221340495 100644 --- a/2024/25xxx/CVE-2024-25509.json +++ b/2024/25xxx/CVE-2024-25509.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2024-25509", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2024-25509", + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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": "RuvarOA v6.01 and v12.01 were discovered to contain a SQL injection vulnerability via the sys_file_storage_id parameter at /WorkFlow/wf_file_download.aspx." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "name": "https://gist.github.com/Mr-xn/bc8261a5c3e35a72768723acf1da358d#wf_file_downloadaspx", + "url": "https://gist.github.com/Mr-xn/bc8261a5c3e35a72768723acf1da358d#wf_file_downloadaspx" } ] } diff --git a/2024/25xxx/CVE-2024-25510.json b/2024/25xxx/CVE-2024-25510.json index 7e6eeb3b168..aaeca43e83e 100644 --- a/2024/25xxx/CVE-2024-25510.json +++ b/2024/25xxx/CVE-2024-25510.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2024-25510", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2024-25510", + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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": "RuvarOA v6.01 and v12.01 were discovered to contain a SQL injection vulnerability via the id parameter at /AddressBook/address_public_show.aspx." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "name": "https://gist.github.com/Mr-xn/bc8261a5c3e35a72768723acf1da358d#address_public_showaspx", + "url": "https://gist.github.com/Mr-xn/bc8261a5c3e35a72768723acf1da358d#address_public_showaspx" } ] } diff --git a/2024/25xxx/CVE-2024-25511.json b/2024/25xxx/CVE-2024-25511.json index b023f28bfc4..bce2a6d84cf 100644 --- a/2024/25xxx/CVE-2024-25511.json +++ b/2024/25xxx/CVE-2024-25511.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2024-25511", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2024-25511", + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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": "RuvarOA v6.01 and v12.01 were discovered to contain a SQL injection vulnerability via the id parameter at /AddressBook/address_public_new.aspx." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "name": "https://gist.github.com/Mr-xn/bc8261a5c3e35a72768723acf1da358d#address_public_newaspx", + "url": "https://gist.github.com/Mr-xn/bc8261a5c3e35a72768723acf1da358d#address_public_newaspx" } ] } diff --git a/2024/25xxx/CVE-2024-25513.json b/2024/25xxx/CVE-2024-25513.json index e729c3c425e..234a46b0618 100644 --- a/2024/25xxx/CVE-2024-25513.json +++ b/2024/25xxx/CVE-2024-25513.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2024-25513", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2024-25513", + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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": "RuvarOA v6.01 and v12.01 were discovered to contain a SQL injection vulnerability via the file_id parameter at /CorporateCulture/kaizen_download.aspx." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "name": "https://gist.github.com/Mr-xn/bc8261a5c3e35a72768723acf1da358d#kaizen_downloadaspx", + "url": "https://gist.github.com/Mr-xn/bc8261a5c3e35a72768723acf1da358d#kaizen_downloadaspx" } ] } diff --git a/2024/25xxx/CVE-2024-25514.json b/2024/25xxx/CVE-2024-25514.json index 8392356607a..878e9a2a3ff 100644 --- a/2024/25xxx/CVE-2024-25514.json +++ b/2024/25xxx/CVE-2024-25514.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2024-25514", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2024-25514", + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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": "RuvarOA v6.01 and v12.01 were discovered to contain a SQL injection vulnerability via the template_id parameter at /SysManage/wf_template_child_field_list.aspx." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "name": "https://gist.github.com/Mr-xn/bc8261a5c3e35a72768723acf1da358d#wf_template_child_field_listaspx", + "url": "https://gist.github.com/Mr-xn/bc8261a5c3e35a72768723acf1da358d#wf_template_child_field_listaspx" } ] } diff --git a/2024/26xxx/CVE-2024-26925.json b/2024/26xxx/CVE-2024-26925.json index c0dba48059c..63787591200 100644 --- a/2024/26xxx/CVE-2024-26925.json +++ b/2024/26xxx/CVE-2024-26925.json @@ -168,6 +168,11 @@ "url": "https://git.kernel.org/stable/c/0d459e2ffb541841714839e8228b845458ed3b27", "refsource": "MISC", "name": "https://git.kernel.org/stable/c/0d459e2ffb541841714839e8228b845458ed3b27" + }, + { + "url": "http://www.openwall.com/lists/oss-security/2024/05/07/6", + "refsource": "MISC", + "name": "http://www.openwall.com/lists/oss-security/2024/05/07/6" } ] }, diff --git a/2024/34xxx/CVE-2024-34314.json b/2024/34xxx/CVE-2024-34314.json index 2cb38ad2f8d..9cb374c381a 100644 --- a/2024/34xxx/CVE-2024-34314.json +++ b/2024/34xxx/CVE-2024-34314.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2024-34314", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2024-34314", + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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": "CmsEasy v7.7.7.9 was discovered to contain a local file inclusion vunerability via the file_get_contents function in the fetch_action method of /admin/template_admin.php. This vulnerability allows attackers to read arbitrary files." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/H3rmesk1t/vulnerability-paper/blob/main/CmsEasy-7.7.7.9-File%20Inclusion.md", + "refsource": "MISC", + "name": "https://github.com/H3rmesk1t/vulnerability-paper/blob/main/CmsEasy-7.7.7.9-File%20Inclusion.md" } ] } diff --git a/2024/34xxx/CVE-2024-34315.json b/2024/34xxx/CVE-2024-34315.json index df36b6b506b..ce04e9e957f 100644 --- a/2024/34xxx/CVE-2024-34315.json +++ b/2024/34xxx/CVE-2024-34315.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2024-34315", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2024-34315", + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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": "CmsEasy v7.7.7.9 was discovered to contain a local file inclusion vunerability via the file_get_contents function in the fckedit_action method of /admin/template_admin.php. This vulnerability allows attackers to read arbitrary files." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/H3rmesk1t/vulnerability-paper/blob/main/CmsEasy-7.7.7.9-File%20Inclusion2.md", + "refsource": "MISC", + "name": "https://github.com/H3rmesk1t/vulnerability-paper/blob/main/CmsEasy-7.7.7.9-File%20Inclusion2.md" } ] } diff --git a/2024/34xxx/CVE-2024-34455.json b/2024/34xxx/CVE-2024-34455.json index 9899decbd92..d6e25196587 100644 --- a/2024/34xxx/CVE-2024-34455.json +++ b/2024/34xxx/CVE-2024-34455.json @@ -34,7 +34,7 @@ "description_data": [ { "lang": "eng", - "value": "Buildroot before 0b2967e lacks the sticky bit for the /dev/shm directory." + "value": "Buildroot before 0b2967e lacks the sticky bit for the /dev/shm directory. A fix was released in 2024.02.2." } ] }, diff --git a/2024/3xxx/CVE-2024-3661.json b/2024/3xxx/CVE-2024-3661.json index da6b3133adb..56e74a98cf2 100644 --- a/2024/3xxx/CVE-2024-3661.json +++ b/2024/3xxx/CVE-2024-3661.json @@ -125,6 +125,16 @@ "url": "https://lowendtalk.com/discussion/188857/a-rogue-dhcp-server-within-your-network-can-and-will-hijack-your-vpn-traffic", "refsource": "MISC", "name": "https://lowendtalk.com/discussion/188857/a-rogue-dhcp-server-within-your-network-can-and-will-hijack-your-vpn-traffic" + }, + { + "url": "https://news.ycombinator.com/item?id=40284111", + "refsource": "MISC", + "name": "https://news.ycombinator.com/item?id=40284111" + }, + { + "url": "https://www.agwa.name/blog/post/hardening_openvpn_for_def_con", + "refsource": "MISC", + "name": "https://www.agwa.name/blog/post/hardening_openvpn_for_def_con" } ] }, diff --git a/2024/4xxx/CVE-2024-4615.json b/2024/4xxx/CVE-2024-4615.json new file mode 100644 index 00000000000..ac4ce1c3dea --- /dev/null +++ b/2024/4xxx/CVE-2024-4615.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-4615", + "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/4xxx/CVE-2024-4616.json b/2024/4xxx/CVE-2024-4616.json new file mode 100644 index 00000000000..79affc43033 --- /dev/null +++ b/2024/4xxx/CVE-2024-4616.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-4616", + "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/4xxx/CVE-2024-4617.json b/2024/4xxx/CVE-2024-4617.json new file mode 100644 index 00000000000..2b2b071b571 --- /dev/null +++ b/2024/4xxx/CVE-2024-4617.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-4617", + "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