diff --git a/CVE-2023/CVE-2023-487xx/CVE-2023-48795.json b/CVE-2023/CVE-2023-487xx/CVE-2023-48795.json index b0df50ee472..abe7dfcbc68 100644 --- a/CVE-2023/CVE-2023-487xx/CVE-2023-48795.json +++ b/CVE-2023/CVE-2023-487xx/CVE-2023-48795.json @@ -2,7 +2,7 @@ "id": "CVE-2023-48795", "sourceIdentifier": "cve@mitre.org", "published": "2023-12-18T16:15:10.897", - "lastModified": "2023-12-24T18:15:44.673", + "lastModified": "2023-12-24T21:15:25.297", "vulnStatus": "Awaiting Analysis", "descriptions": [ { @@ -200,6 +200,10 @@ "url": "https://github.com/ronf/asyncssh/tags", "source": "cve@mitre.org" }, + { + "url": "https://github.com/ssh-mitm/ssh-mitm/issues/165", + "source": "cve@mitre.org" + }, { "url": "https://github.com/warp-tech/russh/releases/tag/v0.40.2", "source": "cve@mitre.org" @@ -244,6 +248,10 @@ "url": "https://news.ycombinator.com/item?id=38685286", "source": "cve@mitre.org" }, + { + "url": "https://news.ycombinator.com/item?id=38732005", + "source": "cve@mitre.org" + }, { "url": "https://nova.app/releases/#v11.8", "source": "cve@mitre.org" diff --git a/CVE-2023/CVE-2023-517xx/CVE-2023-51714.json b/CVE-2023/CVE-2023-517xx/CVE-2023-51714.json new file mode 100644 index 00000000000..bbbd1e09b21 --- /dev/null +++ b/CVE-2023/CVE-2023-517xx/CVE-2023-51714.json @@ -0,0 +1,24 @@ +{ + "id": "CVE-2023-51714", + "sourceIdentifier": "cve@mitre.org", + "published": "2023-12-24T21:15:25.470", + "lastModified": "2023-12-24T21:15:25.470", + "vulnStatus": "Received", + "descriptions": [ + { + "lang": "en", + "value": "An issue was discovered in the HTTP2 implementation in Qt before 5.15.17, 6.x before 6.2.11, 6.3.x through 6.5.x before 6.5.4, and 6.6.x before 6.6.2. network/access/http2/hpacktable.cpp has an incorrect HPack integer overflow check." + } + ], + "metrics": {}, + "references": [ + { + "url": "https://codereview.qt-project.org/c/qt/qtbase/+/524864", + "source": "cve@mitre.org" + }, + { + "url": "https://codereview.qt-project.org/c/qt/qtbase/+/524865/3", + "source": "cve@mitre.org" + } + ] +} \ No newline at end of file diff --git a/CVE-2023/CVE-2023-70xx/CVE-2023-7091.json b/CVE-2023/CVE-2023-70xx/CVE-2023-7091.json new file mode 100644 index 00000000000..71cafdae1cf --- /dev/null +++ b/CVE-2023/CVE-2023-70xx/CVE-2023-7091.json @@ -0,0 +1,88 @@ +{ + "id": "CVE-2023-7091", + "sourceIdentifier": "cna@vuldb.com", + "published": "2023-12-24T21:15:25.530", + "lastModified": "2023-12-24T21:15:25.530", + "vulnStatus": "Received", + "descriptions": [ + { + "lang": "en", + "value": "A vulnerability was found in Dreamer CMS 4.1.3. It has been declared as problematic. This vulnerability affects unknown code of the file /upload/uploadFile. The manipulation of the argument file leads to unrestricted upload. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. VDB-248938 is the identifier assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way." + } + ], + "metrics": { + "cvssMetricV31": [ + { + "source": "cna@vuldb.com", + "type": "Secondary", + "cvssData": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "LOW", + "userInteraction": "NONE", + "scope": "UNCHANGED", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "availabilityImpact": "LOW", + "baseScore": 6.3, + "baseSeverity": "MEDIUM" + }, + "exploitabilityScore": 2.8, + "impactScore": 3.4 + } + ], + "cvssMetricV2": [ + { + "source": "cna@vuldb.com", + "type": "Secondary", + "cvssData": { + "version": "2.0", + "vectorString": "AV:N/AC:L/Au:S/C:P/I:P/A:P", + "accessVector": "NETWORK", + "accessComplexity": "LOW", + "authentication": "SINGLE", + "confidentialityImpact": "PARTIAL", + "integrityImpact": "PARTIAL", + "availabilityImpact": "PARTIAL", + "baseScore": 6.5 + }, + "baseSeverity": "MEDIUM", + "exploitabilityScore": 8.0, + "impactScore": 6.4, + "acInsufInfo": false, + "obtainAllPrivilege": false, + "obtainUserPrivilege": false, + "obtainOtherPrivilege": false, + "userInteractionRequired": false + } + ] + }, + "weaknesses": [ + { + "source": "cna@vuldb.com", + "type": "Primary", + "description": [ + { + "lang": "en", + "value": "CWE-434" + } + ] + } + ], + "references": [ + { + "url": "https://github.com/sweatxi/BugHub/blob/main/Dreamer-CMS.pdf", + "source": "cna@vuldb.com" + }, + { + "url": "https://vuldb.com/?ctiid.248938", + "source": "cna@vuldb.com" + }, + { + "url": "https://vuldb.com/?id.248938", + "source": "cna@vuldb.com" + } + ] +} \ No newline at end of file diff --git a/CVE-2023/CVE-2023-71xx/CVE-2023-7101.json b/CVE-2023/CVE-2023-71xx/CVE-2023-7101.json new file mode 100644 index 00000000000..fec524ebe96 --- /dev/null +++ b/CVE-2023/CVE-2023-71xx/CVE-2023-7101.json @@ -0,0 +1,48 @@ +{ + "id": "CVE-2023-7101", + "sourceIdentifier": "mandiant-cve@google.com", + "published": "2023-12-24T22:15:07.983", + "lastModified": "2023-12-24T22:15:07.983", + "vulnStatus": "Received", + "descriptions": [ + { + "lang": "en", + "value": "Spreadsheet::ParseExcel version 0.65 is a Perl module used for parsing Excel files. Spreadsheet::ParseExcel is vulnerable to an arbitrary code execution (ACE) vulnerability due to passing unvalidated input from a file into a string-type \u201ceval\u201d. Specifically, the issue stems from the evaluation of Number format strings (not to be confused with printf-style format strings) within the Excel parsing logic. \n" + } + ], + "metrics": {}, + "weaknesses": [ + { + "source": "mandiant-cve@google.com", + "type": "Secondary", + "description": [ + { + "lang": "en", + "value": "CWE-95" + } + ] + } + ], + "references": [ + { + "url": "https://github.com/jmcnamara/spreadsheet-parseexcel/blob/c7298592e102a375d43150cd002feed806557c15/lib/Spreadsheet/ParseExcel/Utility.pm#L171", + "source": "mandiant-cve@google.com" + }, + { + "url": "https://github.com/mandiant/Vulnerability-Disclosures/blob/master/2023/MNDT-2023-0019.md", + "source": "mandiant-cve@google.com" + }, + { + "url": "https://https://github.com/haile01/perl_spreadsheet_excel_rce_poc", + "source": "mandiant-cve@google.com" + }, + { + "url": "https://https://metacpan.org/dist/Spreadsheet-ParseExcel", + "source": "mandiant-cve@google.com" + }, + { + "url": "https://https://www.cve.org/CVERecord?id=CVE-2023-7101", + "source": "mandiant-cve@google.com" + } + ] +} \ No newline at end of file diff --git a/CVE-2023/CVE-2023-71xx/CVE-2023-7102.json b/CVE-2023/CVE-2023-71xx/CVE-2023-7102.json new file mode 100644 index 00000000000..6afc602fc0c --- /dev/null +++ b/CVE-2023/CVE-2023-71xx/CVE-2023-7102.json @@ -0,0 +1,52 @@ +{ + "id": "CVE-2023-7102", + "sourceIdentifier": "mandiant-cve@google.com", + "published": "2023-12-24T22:15:08.107", + "lastModified": "2023-12-24T22:15:08.107", + "vulnStatus": "Received", + "descriptions": [ + { + "lang": "en", + "value": "Use of a Third Party library produced a vulnerability in Barracuda Networks Inc. Barracuda ESG Appliance which allowed Parameter Injection.This issue affected Barracuda ESG Appliance, from 5.1.3.001 through 9.2.1.001, until Barracuda removed the vulnerable logic.\n\n" + } + ], + "metrics": {}, + "weaknesses": [ + { + "source": "mandiant-cve@google.com", + "type": "Secondary", + "description": [ + { + "lang": "en", + "value": "CWE-1104" + } + ] + } + ], + "references": [ + { + "url": "https://github.com/haile01/perl_spreadsheet_excel_rce_poc", + "source": "mandiant-cve@google.com" + }, + { + "url": "https://github.com/jmcnamara/spreadsheet-parseexcel/blob/c7298592e102a375d43150cd002feed806557c15/lib/Spreadsheet/ParseExcel/Utility.pm#L171", + "source": "mandiant-cve@google.com" + }, + { + "url": "https://github.com/mandiant/Vulnerability-Disclosures/blob/master/2023/MNDT-2023-0019.md", + "source": "mandiant-cve@google.com" + }, + { + "url": "https://metacpan.org/dist/Spreadsheet-ParseExcel", + "source": "mandiant-cve@google.com" + }, + { + "url": "https://www.barracuda.com/company/legal/esg-vulnerability", + "source": "mandiant-cve@google.com" + }, + { + "url": "https://www.cve.org/CVERecord?id=CVE-2023-7101", + "source": "mandiant-cve@google.com" + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 9a1e91011d7..23546535378 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ Repository synchronizes with the NVD every 2 hours. ### Last Repository Update ```plain -2023-12-24T19:00:24.461027+00:00 +2023-12-24T23:00:24.880624+00:00 ``` ### Most recent CVE Modification Timestamp synchronized with NVD ```plain -2023-12-24T18:15:44.833000+00:00 +2023-12-24T22:15:08.107000+00:00 ``` ### Last Data Feed Release @@ -29,22 +29,24 @@ Download and Changelog: [Click](https://github.com/fkie-cad/nvd-json-data-feeds/ ### Total Number of included CVEs ```plain -234155 +234159 ``` ### CVEs added in the last Commit -Recently added CVEs: `0` +Recently added CVEs: `4` +* [CVE-2023-51714](CVE-2023/CVE-2023-517xx/CVE-2023-51714.json) (`2023-12-24T21:15:25.470`) +* [CVE-2023-7091](CVE-2023/CVE-2023-70xx/CVE-2023-7091.json) (`2023-12-24T21:15:25.530`) +* [CVE-2023-7101](CVE-2023/CVE-2023-71xx/CVE-2023-7101.json) (`2023-12-24T22:15:07.983`) +* [CVE-2023-7102](CVE-2023/CVE-2023-71xx/CVE-2023-7102.json) (`2023-12-24T22:15:08.107`) ### CVEs modified in the last Commit -Recently modified CVEs: `3` +Recently modified CVEs: `1` -* [CVE-2021-36367](CVE-2021/CVE-2021-363xx/CVE-2021-36367.json) (`2023-12-24T18:15:44.520`) -* [CVE-2023-48795](CVE-2023/CVE-2023-487xx/CVE-2023-48795.json) (`2023-12-24T18:15:44.673`) -* [CVE-2023-49594](CVE-2023/CVE-2023-495xx/CVE-2023-49594.json) (`2023-12-24T18:15:44.833`) +* [CVE-2023-48795](CVE-2023/CVE-2023-487xx/CVE-2023-48795.json) (`2023-12-24T21:15:25.297`) ## Download and Usage