From a17c1779b30d1d67b2eea06444748213e0adcb0d Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 2 Sep 2024 00:00:36 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2024/45xxx/CVE-2024-45269.json | 63 +++++++++++++++++++++++++++++++--- 2024/45xxx/CVE-2024-45270.json | 63 +++++++++++++++++++++++++++++++--- 2024/45xxx/CVE-2024-45523.json | 18 ++++++++++ 2024/45xxx/CVE-2024-45524.json | 18 ++++++++++ 2024/45xxx/CVE-2024-45525.json | 18 ++++++++++ 5 files changed, 172 insertions(+), 8 deletions(-) create mode 100644 2024/45xxx/CVE-2024-45523.json create mode 100644 2024/45xxx/CVE-2024-45524.json create mode 100644 2024/45xxx/CVE-2024-45525.json diff --git a/2024/45xxx/CVE-2024-45269.json b/2024/45xxx/CVE-2024-45269.json index 085c45e02ac..2bf0f784414 100644 --- a/2024/45xxx/CVE-2024-45269.json +++ b/2024/45xxx/CVE-2024-45269.json @@ -1,17 +1,72 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-45269", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "vultures@jpcert.or.jp", + "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": "WordPress plugin \"Carousel Slider\" provided by Sayful Islam contains a cross-site request forgery vulnerability on Carousel image selection feature. While logged in to the WordPress site with Carousel Slider plugin enabled, accessing a crafted page may cause a user to alter the contents of the WordPress site." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Cross-site request forgery (CSRF)" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Sayful Islam", + "product": { + "product_data": [ + { + "product_name": "Carousel Slider", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "prior to 2.0" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/sayful1/carousel-slider", + "refsource": "MISC", + "name": "https://github.com/sayful1/carousel-slider" + }, + { + "url": "https://wordpress.org/plugins/carousel-slider/", + "refsource": "MISC", + "name": "https://wordpress.org/plugins/carousel-slider/" + }, + { + "url": "https://jvn.jp/en/jp/JVN25264194/", + "refsource": "MISC", + "name": "https://jvn.jp/en/jp/JVN25264194/" } ] } diff --git a/2024/45xxx/CVE-2024-45270.json b/2024/45xxx/CVE-2024-45270.json index a61c77ec7db..a6ec5b780de 100644 --- a/2024/45xxx/CVE-2024-45270.json +++ b/2024/45xxx/CVE-2024-45270.json @@ -1,17 +1,72 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-45270", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "vultures@jpcert.or.jp", + "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": "WordPress plugin \"Carousel Slider\" provided by Sayful Islam contains a cross-site request forgery vulnerability on Hero image selection feature. While logged in to the WordPress site with Carousel Slider plugin enabled, accessing a crafted page may cause a user to alter the contents of the WordPress site." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Cross-site request forgery (CSRF)" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Sayful Islam", + "product": { + "product_data": [ + { + "product_name": "Carousel Slider", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "prior to 2.2.4" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/sayful1/carousel-slider", + "refsource": "MISC", + "name": "https://github.com/sayful1/carousel-slider" + }, + { + "url": "https://wordpress.org/plugins/carousel-slider/", + "refsource": "MISC", + "name": "https://wordpress.org/plugins/carousel-slider/" + }, + { + "url": "https://jvn.jp/en/jp/JVN25264194/", + "refsource": "MISC", + "name": "https://jvn.jp/en/jp/JVN25264194/" } ] } diff --git a/2024/45xxx/CVE-2024-45523.json b/2024/45xxx/CVE-2024-45523.json new file mode 100644 index 00000000000..4762fececee --- /dev/null +++ b/2024/45xxx/CVE-2024-45523.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-45523", + "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-45524.json b/2024/45xxx/CVE-2024-45524.json new file mode 100644 index 00000000000..19cf8409fc0 --- /dev/null +++ b/2024/45xxx/CVE-2024-45524.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-45524", + "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-45525.json b/2024/45xxx/CVE-2024-45525.json new file mode 100644 index 00000000000..e8bcd828d92 --- /dev/null +++ b/2024/45xxx/CVE-2024-45525.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-45525", + "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