From d1a13e2c55a921b58a075f296c1267d4839e96bb Mon Sep 17 00:00:00 2001 From: CVE Team Date: Sun, 4 Aug 2024 04:00:33 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2024/7xxx/CVE-2024-7450.json | 100 +++++++++++++++++++++++++++++++++-- 2024/7xxx/CVE-2024-7451.json | 100 +++++++++++++++++++++++++++++++++-- 2 files changed, 192 insertions(+), 8 deletions(-) diff --git a/2024/7xxx/CVE-2024-7450.json b/2024/7xxx/CVE-2024-7450.json index 91bf10b4d7a..d1efffb629f 100644 --- a/2024/7xxx/CVE-2024-7450.json +++ b/2024/7xxx/CVE-2024-7450.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-7450", - "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 has been found in itsourcecode Placement Management System 1.0 and classified as critical. Affected by this vulnerability is an unknown functionality of the file /resume_upload.php of the component Image Handler. The manipulation of the argument fileToUpload leads to unrestricted upload. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-273541 was assigned to this vulnerability." + }, + { + "lang": "deu", + "value": "In itsourcecode Placement Management System 1.0 wurde eine Schwachstelle gefunden. Sie wurde als kritisch eingestuft. Das betrifft eine unbekannte Funktionalit\u00e4t der Datei /resume_upload.php der Komponente Image Handler. Durch Manipulation des Arguments fileToUpload mit unbekannten Daten kann eine unrestricted upload-Schwachstelle ausgenutzt werden. Der Angriff kann \u00fcber das Netzwerk angegangen werden. Der Exploit steht zur \u00f6ffentlichen Verf\u00fcgung." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-434 Unrestricted Upload", + "cweId": "CWE-434" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "itsourcecode", + "product": { + "product_data": [ + { + "product_name": "Placement Management System", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "1.0" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://vuldb.com/?id.273541", + "refsource": "MISC", + "name": "https://vuldb.com/?id.273541" + }, + { + "url": "https://vuldb.com/?ctiid.273541", + "refsource": "MISC", + "name": "https://vuldb.com/?ctiid.273541" + }, + { + "url": "https://vuldb.com/?submit.383860", + "refsource": "MISC", + "name": "https://vuldb.com/?submit.383860" + }, + { + "url": "https://github.com/DeepMountains/Mirage/blob/main/CVE11-2.md", + "refsource": "MISC", + "name": "https://github.com/DeepMountains/Mirage/blob/main/CVE11-2.md" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "Dee.Mirage (VulDB User)" + } + ], + "impact": { + "cvss": [ + { + "version": "3.1", + "baseScore": 6.3, + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", + "baseSeverity": "MEDIUM" + }, + { + "version": "3.0", + "baseScore": 6.3, + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", + "baseSeverity": "MEDIUM" + }, + { + "version": "2.0", + "baseScore": 6, + "vectorString": "AV:N/AC:M/Au:S/C:P/I:P/A:P" } ] } diff --git a/2024/7xxx/CVE-2024-7451.json b/2024/7xxx/CVE-2024-7451.json index cfb14b7949c..03b51f0cd7d 100644 --- a/2024/7xxx/CVE-2024-7451.json +++ b/2024/7xxx/CVE-2024-7451.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-7451", - "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 was found in itsourcecode Placement Management System 1.0 and classified as critical. Affected by this issue is some unknown functionality of the file apply_now.php. The manipulation of the argument id leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. VDB-273542 is the identifier assigned to this vulnerability." + }, + { + "lang": "deu", + "value": "Eine Schwachstelle wurde in itsourcecode Placement Management System 1.0 gefunden. Sie wurde als kritisch eingestuft. Dies betrifft einen unbekannten Teil der Datei apply_now.php. Mittels dem Manipulieren des Arguments id mit unbekannten Daten kann eine sql injection-Schwachstelle ausgenutzt werden. Der Angriff kann \u00fcber das Netzwerk passieren. Der Exploit steht zur \u00f6ffentlichen Verf\u00fcgung." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-89 SQL Injection", + "cweId": "CWE-89" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "itsourcecode", + "product": { + "product_data": [ + { + "product_name": "Placement Management System", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "1.0" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://vuldb.com/?id.273542", + "refsource": "MISC", + "name": "https://vuldb.com/?id.273542" + }, + { + "url": "https://vuldb.com/?ctiid.273542", + "refsource": "MISC", + "name": "https://vuldb.com/?ctiid.273542" + }, + { + "url": "https://vuldb.com/?submit.383864", + "refsource": "MISC", + "name": "https://vuldb.com/?submit.383864" + }, + { + "url": "https://github.com/DeepMountains/Mirage/blob/main/CVE11-3.md", + "refsource": "MISC", + "name": "https://github.com/DeepMountains/Mirage/blob/main/CVE11-3.md" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "Dee.Mirage (VulDB User)" + } + ], + "impact": { + "cvss": [ + { + "version": "3.1", + "baseScore": 6.3, + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", + "baseSeverity": "MEDIUM" + }, + { + "version": "3.0", + "baseScore": 6.3, + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", + "baseSeverity": "MEDIUM" + }, + { + "version": "2.0", + "baseScore": 6.5, + "vectorString": "AV:N/AC:L/Au:S/C:P/I:P/A:P" } ] }