diff --git a/2024/0xxx/CVE-2024-0939.json b/2024/0xxx/CVE-2024-0939.json index a1088be2199..d256eda962b 100644 --- a/2024/0xxx/CVE-2024-0939.json +++ b/2024/0xxx/CVE-2024-0939.json @@ -1,17 +1,104 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-0939", - "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 Beijing Baichuo Smart S210 Management Platform up to 20240117 and classified as critical. This vulnerability affects unknown code of the file /Tool/uploadfile.php. The manipulation of the argument file_upload leads to unrestricted upload. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-252184. NOTE: The vendor was contacted early about this disclosure but did not respond in any way." + }, + { + "lang": "deu", + "value": "In Beijing Baichuo Smart S210 Management Platform bis 20240117 wurde eine kritische Schwachstelle gefunden. Hierbei betrifft es unbekannten Programmcode der Datei /Tool/uploadfile.php. Durch das Beeinflussen des Arguments file_upload mit unbekannten Daten kann eine unrestricted upload-Schwachstelle ausgenutzt werden. Umgesetzt werden kann der Angriff \u00fcber das Netzwerk. 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": "Beijing Baichuo", + "product": { + "product_data": [ + { + "product_name": "Smart S210 Management Platform", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "20240117" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://vuldb.com/?id.252184", + "refsource": "MISC", + "name": "https://vuldb.com/?id.252184" + }, + { + "url": "https://vuldb.com/?ctiid.252184", + "refsource": "MISC", + "name": "https://vuldb.com/?ctiid.252184" + }, + { + "url": "https://github.com/Yu1e/vuls/blob/main/an%20arbitrary%20file%20upload%20vulnerability%20in%20BaiZhuo%20Networks%20Smart%20S210%20multi-service%20security%20gateway%20intelligent%20management%20platform.md", + "refsource": "MISC", + "name": "https://github.com/Yu1e/vuls/blob/main/an%20arbitrary%20file%20upload%20vulnerability%20in%20BaiZhuo%20Networks%20Smart%20S210%20multi-service%20security%20gateway%20intelligent%20management%20platform.md" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "yu1e (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" } ] } diff --git a/2024/0xxx/CVE-2024-0941.json b/2024/0xxx/CVE-2024-0941.json index 6139c3beff4..3aa5af06e41 100644 --- a/2024/0xxx/CVE-2024-0941.json +++ b/2024/0xxx/CVE-2024-0941.json @@ -1,17 +1,104 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-0941", - "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 Novel-Plus 4.3.0-RC1 and classified as critical. This issue affects some unknown processing of the file /novel/bookComment/list. The manipulation of the argument sort leads to sql injection. The exploit has been disclosed to the public and may be used. The identifier VDB-252185 was assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way." + }, + { + "lang": "deu", + "value": "Eine kritische Schwachstelle wurde in Novel-Plus 4.3.0-RC1 gefunden. Davon betroffen ist unbekannter Code der Datei /novel/bookComment/list. Durch Beeinflussen des Arguments sort mit unbekannten Daten kann eine sql injection-Schwachstelle ausgenutzt werden. 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": "n/a", + "product": { + "product_data": [ + { + "product_name": "Novel-Plus", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "4.3.0-RC1" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://vuldb.com/?id.252185", + "refsource": "MISC", + "name": "https://vuldb.com/?id.252185" + }, + { + "url": "https://vuldb.com/?ctiid.252185", + "refsource": "MISC", + "name": "https://vuldb.com/?ctiid.252185" + }, + { + "url": "https://github.com/red0-ha1yu/warehouse/blob/main/novel-plus_sqlinject2.md", + "refsource": "MISC", + "name": "https://github.com/red0-ha1yu/warehouse/blob/main/novel-plus_sqlinject2.md" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "red0_ha1yu (VulDB User)" + } + ], + "impact": { + "cvss": [ + { + "version": "3.1", + "baseScore": 5.5, + "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", + "baseSeverity": "MEDIUM" + }, + { + "version": "3.0", + "baseScore": 5.5, + "vectorString": "CVSS:3.0/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", + "baseSeverity": "MEDIUM" + }, + { + "version": "2.0", + "baseScore": 5.2, + "vectorString": "AV:A/AC:L/Au:S/C:P/I:P/A:P" } ] } diff --git a/2024/0xxx/CVE-2024-0967.json b/2024/0xxx/CVE-2024-0967.json new file mode 100644 index 00000000000..bab78eb7f2b --- /dev/null +++ b/2024/0xxx/CVE-2024-0967.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-0967", + "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/0xxx/CVE-2024-0968.json b/2024/0xxx/CVE-2024-0968.json new file mode 100644 index 00000000000..6e0eac0ddd2 --- /dev/null +++ b/2024/0xxx/CVE-2024-0968.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-0968", + "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/0xxx/CVE-2024-0969.json b/2024/0xxx/CVE-2024-0969.json new file mode 100644 index 00000000000..03312989985 --- /dev/null +++ b/2024/0xxx/CVE-2024-0969.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-0969", + "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/23xxx/CVE-2024-23204.json b/2024/23xxx/CVE-2024-23204.json index 36c85406d8a..5ed97a30f3a 100644 --- a/2024/23xxx/CVE-2024-23204.json +++ b/2024/23xxx/CVE-2024-23204.json @@ -102,6 +102,11 @@ "url": "http://seclists.org/fulldisclosure/2024/Jan/36", "refsource": "MISC", "name": "http://seclists.org/fulldisclosure/2024/Jan/36" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/39", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/39" } ] } diff --git a/2024/23xxx/CVE-2024-23206.json b/2024/23xxx/CVE-2024-23206.json index 783d457e795..a3469b392aa 100644 --- a/2024/23xxx/CVE-2024-23206.json +++ b/2024/23xxx/CVE-2024-23206.json @@ -151,6 +151,16 @@ "url": "http://seclists.org/fulldisclosure/2024/Jan/34", "refsource": "MISC", "name": "http://seclists.org/fulldisclosure/2024/Jan/34" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/39", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/39" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/40", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/40" } ] } diff --git a/2024/23xxx/CVE-2024-23207.json b/2024/23xxx/CVE-2024-23207.json index 132a6a13446..2659c1f50b6 100644 --- a/2024/23xxx/CVE-2024-23207.json +++ b/2024/23xxx/CVE-2024-23207.json @@ -122,6 +122,11 @@ "url": "http://seclists.org/fulldisclosure/2024/Jan/38", "refsource": "MISC", "name": "http://seclists.org/fulldisclosure/2024/Jan/38" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/39", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/39" } ] } diff --git a/2024/23xxx/CVE-2024-23208.json b/2024/23xxx/CVE-2024-23208.json index 7f00f9deaf8..dd3f2b58397 100644 --- a/2024/23xxx/CVE-2024-23208.json +++ b/2024/23xxx/CVE-2024-23208.json @@ -119,6 +119,16 @@ "url": "http://seclists.org/fulldisclosure/2024/Jan/36", "refsource": "MISC", "name": "http://seclists.org/fulldisclosure/2024/Jan/36" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/39", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/39" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/40", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/40" } ] } diff --git a/2024/23xxx/CVE-2024-23210.json b/2024/23xxx/CVE-2024-23210.json index 85f9d0575a1..617cd7753bc 100644 --- a/2024/23xxx/CVE-2024-23210.json +++ b/2024/23xxx/CVE-2024-23210.json @@ -119,6 +119,16 @@ "url": "http://seclists.org/fulldisclosure/2024/Jan/36", "refsource": "MISC", "name": "http://seclists.org/fulldisclosure/2024/Jan/36" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/39", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/39" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/40", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/40" } ] } diff --git a/2024/23xxx/CVE-2024-23211.json b/2024/23xxx/CVE-2024-23211.json index e4ffb718c5f..cdeaaae2608 100644 --- a/2024/23xxx/CVE-2024-23211.json +++ b/2024/23xxx/CVE-2024-23211.json @@ -134,6 +134,11 @@ "url": "http://seclists.org/fulldisclosure/2024/Jan/34", "refsource": "MISC", "name": "http://seclists.org/fulldisclosure/2024/Jan/34" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/39", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/39" } ] } diff --git a/2024/23xxx/CVE-2024-23212.json b/2024/23xxx/CVE-2024-23212.json index 2c88faebc1f..921acf3dc87 100644 --- a/2024/23xxx/CVE-2024-23212.json +++ b/2024/23xxx/CVE-2024-23212.json @@ -149,6 +149,16 @@ "url": "http://seclists.org/fulldisclosure/2024/Jan/38", "refsource": "MISC", "name": "http://seclists.org/fulldisclosure/2024/Jan/38" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/39", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/39" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/40", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/40" } ] } diff --git a/2024/23xxx/CVE-2024-23213.json b/2024/23xxx/CVE-2024-23213.json index 085163e1150..56c19e31c9b 100644 --- a/2024/23xxx/CVE-2024-23213.json +++ b/2024/23xxx/CVE-2024-23213.json @@ -151,6 +151,16 @@ "url": "http://seclists.org/fulldisclosure/2024/Jan/34", "refsource": "MISC", "name": "http://seclists.org/fulldisclosure/2024/Jan/34" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/39", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/39" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/40", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/40" } ] } diff --git a/2024/23xxx/CVE-2024-23215.json b/2024/23xxx/CVE-2024-23215.json index 19466cc0942..43b5431fc06 100644 --- a/2024/23xxx/CVE-2024-23215.json +++ b/2024/23xxx/CVE-2024-23215.json @@ -119,6 +119,16 @@ "url": "http://seclists.org/fulldisclosure/2024/Jan/36", "refsource": "MISC", "name": "http://seclists.org/fulldisclosure/2024/Jan/36" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/39", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/39" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/40", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/40" } ] } diff --git a/2024/23xxx/CVE-2024-23217.json b/2024/23xxx/CVE-2024-23217.json index df2036b38dd..91cd3718c84 100644 --- a/2024/23xxx/CVE-2024-23217.json +++ b/2024/23xxx/CVE-2024-23217.json @@ -102,6 +102,11 @@ "url": "http://seclists.org/fulldisclosure/2024/Jan/36", "refsource": "MISC", "name": "http://seclists.org/fulldisclosure/2024/Jan/36" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/39", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/39" } ] } diff --git a/2024/23xxx/CVE-2024-23218.json b/2024/23xxx/CVE-2024-23218.json index ae35f0b00dc..f0b58bb57c7 100644 --- a/2024/23xxx/CVE-2024-23218.json +++ b/2024/23xxx/CVE-2024-23218.json @@ -119,6 +119,16 @@ "url": "http://seclists.org/fulldisclosure/2024/Jan/36", "refsource": "MISC", "name": "http://seclists.org/fulldisclosure/2024/Jan/36" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/39", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/39" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/40", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/40" } ] } diff --git a/2024/23xxx/CVE-2024-23222.json b/2024/23xxx/CVE-2024-23222.json index 35bfc948ead..c028b2d1845 100644 --- a/2024/23xxx/CVE-2024-23222.json +++ b/2024/23xxx/CVE-2024-23222.json @@ -154,6 +154,11 @@ "url": "http://seclists.org/fulldisclosure/2024/Jan/38", "refsource": "MISC", "name": "http://seclists.org/fulldisclosure/2024/Jan/38" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/40", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/40" } ] } diff --git a/2024/23xxx/CVE-2024-23223.json b/2024/23xxx/CVE-2024-23223.json index b065ef24f0c..ce6e5284278 100644 --- a/2024/23xxx/CVE-2024-23223.json +++ b/2024/23xxx/CVE-2024-23223.json @@ -119,6 +119,16 @@ "url": "http://seclists.org/fulldisclosure/2024/Jan/36", "refsource": "MISC", "name": "http://seclists.org/fulldisclosure/2024/Jan/36" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/39", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/39" + }, + { + "url": "http://seclists.org/fulldisclosure/2024/Jan/40", + "refsource": "MISC", + "name": "http://seclists.org/fulldisclosure/2024/Jan/40" } ] }