From 0ed15869132b4b5c2c69ae859279e33a86959bc1 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Sat, 27 Apr 2024 22:00:34 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2024/33xxx/CVE-2024-33851.json | 62 ++++++++++++++++++++ 2024/33xxx/CVE-2024-33852.json | 18 ++++++ 2024/33xxx/CVE-2024-33853.json | 18 ++++++ 2024/33xxx/CVE-2024-33854.json | 18 ++++++ 2024/33xxx/CVE-2024-33855.json | 18 ++++++ 2024/4xxx/CVE-2024-4293.json | 100 +++++++++++++++++++++++++++++++-- 6 files changed, 230 insertions(+), 4 deletions(-) create mode 100644 2024/33xxx/CVE-2024-33851.json create mode 100644 2024/33xxx/CVE-2024-33852.json create mode 100644 2024/33xxx/CVE-2024-33853.json create mode 100644 2024/33xxx/CVE-2024-33854.json create mode 100644 2024/33xxx/CVE-2024-33855.json diff --git a/2024/33xxx/CVE-2024-33851.json b/2024/33xxx/CVE-2024-33851.json new file mode 100644 index 00000000000..bf2ffc4b22a --- /dev/null +++ b/2024/33xxx/CVE-2024-33851.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2024-33851", + "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": "phpecc, as used in paragonie/phpecc before 2.0.1, has a branch-based timing leak in Point addition. (This is related to phpecc/phpecc on GitHub, and the Matyas Danter ECC library.)" + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/paragonie/phpecc/releases/tag/v2.0.1", + "refsource": "MISC", + "name": "https://github.com/paragonie/phpecc/releases/tag/v2.0.1" + } + ] + } +} \ No newline at end of file diff --git a/2024/33xxx/CVE-2024-33852.json b/2024/33xxx/CVE-2024-33852.json new file mode 100644 index 00000000000..2010171686c --- /dev/null +++ b/2024/33xxx/CVE-2024-33852.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-33852", + "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/33xxx/CVE-2024-33853.json b/2024/33xxx/CVE-2024-33853.json new file mode 100644 index 00000000000..19dee0cff61 --- /dev/null +++ b/2024/33xxx/CVE-2024-33853.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-33853", + "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/33xxx/CVE-2024-33854.json b/2024/33xxx/CVE-2024-33854.json new file mode 100644 index 00000000000..e6af138e4e8 --- /dev/null +++ b/2024/33xxx/CVE-2024-33854.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-33854", + "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/33xxx/CVE-2024-33855.json b/2024/33xxx/CVE-2024-33855.json new file mode 100644 index 00000000000..2e462667d0e --- /dev/null +++ b/2024/33xxx/CVE-2024-33855.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-33855", + "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-4293.json b/2024/4xxx/CVE-2024-4293.json index 7e2860553d0..80565ddf824 100644 --- a/2024/4xxx/CVE-2024-4293.json +++ b/2024/4xxx/CVE-2024-4293.json @@ -1,17 +1,109 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-4293", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "cna@vuldb.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": "A vulnerability classified as problematic was found in PHPGurukul Doctor Appointment Management System 1.0. Affected by this vulnerability is an unknown functionality of the file appointment-bwdates-reports-details.php. The manipulation of the argument fromdate/todate leads to cross site scripting. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-262225 was assigned to this vulnerability." + }, + { + "lang": "deu", + "value": "In PHPGurukul Doctor Appointment Management System 1.0 wurde eine problematische Schwachstelle entdeckt. Es geht um eine nicht n\u00e4her bekannte Funktion der Datei appointment-bwdates-reports-details.php. Durch das Manipulieren des Arguments fromdate/todate mit unbekannten Daten kann eine cross site scripting-Schwachstelle ausgenutzt werden. Der Angriff kann \u00fcber das Netzwerk erfolgen. Der Exploit steht zur \u00f6ffentlichen Verf\u00fcgung." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79 Cross Site Scripting", + "cweId": "CWE-79" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "PHPGurukul", + "product": { + "product_data": [ + { + "product_name": "Doctor Appointment Management System", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "1.0" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://vuldb.com/?id.262225", + "refsource": "MISC", + "name": "https://vuldb.com/?id.262225" + }, + { + "url": "https://vuldb.com/?ctiid.262225", + "refsource": "MISC", + "name": "https://vuldb.com/?ctiid.262225" + }, + { + "url": "https://vuldb.com/?submit.323586", + "refsource": "MISC", + "name": "https://vuldb.com/?submit.323586" + }, + { + "url": "https://github.com/Sospiro014/zday1/blob/main/doctor_appointment_management_system_xss.md", + "refsource": "MISC", + "name": "https://github.com/Sospiro014/zday1/blob/main/doctor_appointment_management_system_xss.md" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "SoSPiro (VulDB User)" + } + ], + "impact": { + "cvss": [ + { + "version": "3.1", + "baseScore": 3.5, + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N", + "baseSeverity": "LOW" + }, + { + "version": "3.0", + "baseScore": 3.5, + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N", + "baseSeverity": "LOW" + }, + { + "version": "2.0", + "baseScore": 4, + "vectorString": "AV:N/AC:L/Au:S/C:N/I:P/A:N" } ] }