From 12836a6910694a085f49224fc7c6062f0eea8ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Helmke?= Date: Sun, 7 May 2023 18:00:28 +0200 Subject: [PATCH] Auto-Update: 2023-05-07T16:00:24.283671+00:00 --- CVE-2023/CVE-2023-25xx/CVE-2023-2564.json | 59 +++++++++++++++ CVE-2023/CVE-2023-25xx/CVE-2023-2565.json | 88 +++++++++++++++++++++++ README.md | 24 ++----- 3 files changed, 153 insertions(+), 18 deletions(-) create mode 100644 CVE-2023/CVE-2023-25xx/CVE-2023-2564.json create mode 100644 CVE-2023/CVE-2023-25xx/CVE-2023-2565.json diff --git a/CVE-2023/CVE-2023-25xx/CVE-2023-2564.json b/CVE-2023/CVE-2023-25xx/CVE-2023-2564.json new file mode 100644 index 00000000000..3085fa1372c --- /dev/null +++ b/CVE-2023/CVE-2023-25xx/CVE-2023-2564.json @@ -0,0 +1,59 @@ +{ + "id": "CVE-2023-2564", + "sourceIdentifier": "security@huntr.dev", + "published": "2023-05-07T14:15:42.343", + "lastModified": "2023-05-07T14:15:42.343", + "vulnStatus": "Received", + "descriptions": [ + { + "lang": "en", + "value": "OS Command Injection in GitHub repository sbs20/scanservjs prior to v2.27.0." + } + ], + "metrics": { + "cvssMetricV30": [ + { + "source": "security@huntr.dev", + "type": "Secondary", + "cvssData": { + "version": "3.0", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "NONE", + "userInteraction": "NONE", + "scope": "CHANGED", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "availabilityImpact": "HIGH", + "baseScore": 10.0, + "baseSeverity": "CRITICAL" + }, + "exploitabilityScore": 3.9, + "impactScore": 6.0 + } + ] + }, + "weaknesses": [ + { + "source": "security@huntr.dev", + "type": "Primary", + "description": [ + { + "lang": "en", + "value": "CWE-78" + } + ] + } + ], + "references": [ + { + "url": "https://github.com/sbs20/scanservjs/commit/d51fd52c1569813990b8f74e64ae6979c665dca1", + "source": "security@huntr.dev" + }, + { + "url": "https://huntr.dev/bounties/d13113ad-a107-416b-acc1-01e4c16ec461", + "source": "security@huntr.dev" + } + ] +} \ No newline at end of file diff --git a/CVE-2023/CVE-2023-25xx/CVE-2023-2565.json b/CVE-2023/CVE-2023-25xx/CVE-2023-2565.json new file mode 100644 index 00000000000..fbd844e3a67 --- /dev/null +++ b/CVE-2023/CVE-2023-25xx/CVE-2023-2565.json @@ -0,0 +1,88 @@ +{ + "id": "CVE-2023-2565", + "sourceIdentifier": "cna@vuldb.com", + "published": "2023-05-07T15:15:08.813", + "lastModified": "2023-05-07T15:15:08.813", + "vulnStatus": "Received", + "descriptions": [ + { + "lang": "en", + "value": "A vulnerability has been found in SourceCodester Multi Language Hotel Management Software 1.0 and classified as problematic. This vulnerability affects unknown code of the file ajax.php of the component POST Parameter Handler. The manipulation of the argument complaint_type with the input leads to cross site scripting. 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-228172." + } + ], + "metrics": { + "cvssMetricV30": [ + { + "source": "cna@vuldb.com", + "type": "Secondary", + "cvssData": { + "version": "3.0", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "LOW", + "userInteraction": "REQUIRED", + "scope": "UNCHANGED", + "confidentialityImpact": "NONE", + "integrityImpact": "LOW", + "availabilityImpact": "NONE", + "baseScore": 3.5, + "baseSeverity": "LOW" + }, + "exploitabilityScore": 2.1, + "impactScore": 1.4 + } + ], + "cvssMetricV2": [ + { + "source": "cna@vuldb.com", + "type": "Secondary", + "cvssData": { + "version": "2.0", + "vectorString": "AV:N/AC:L/Au:S/C:N/I:P/A:N", + "accessVector": "NETWORK", + "accessComplexity": "LOW", + "authentication": "SINGLE", + "confidentialityImpact": "NONE", + "integrityImpact": "PARTIAL", + "availabilityImpact": "NONE", + "baseScore": 4.0 + }, + "baseSeverity": "MEDIUM", + "exploitabilityScore": 8.0, + "impactScore": 2.9, + "acInsufInfo": false, + "obtainAllPrivilege": false, + "obtainUserPrivilege": false, + "obtainOtherPrivilege": false, + "userInteractionRequired": false + } + ] + }, + "weaknesses": [ + { + "source": "cna@vuldb.com", + "type": "Primary", + "description": [ + { + "lang": "en", + "value": "CWE-79" + } + ] + } + ], + "references": [ + { + "url": "https://github.com/admin-passwd/bug_report/blob/main/XSS-1.md", + "source": "cna@vuldb.com" + }, + { + "url": "https://vuldb.com/?ctiid.228172", + "source": "cna@vuldb.com" + }, + { + "url": "https://vuldb.com/?id.228172", + "source": "cna@vuldb.com" + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index a11d09f0b89..6962aefba62 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ Repository synchronizes with the NVD every 2 hours. ### Last Repository Update ```plain -2023-05-07T04:00:23.960972+00:00 +2023-05-07T16:00:24.283671+00:00 ``` ### Most recent CVE Modification Timestamp synchronized with NVD ```plain -2023-05-07T03:15:14.460000+00:00 +2023-05-07T15:15:08.813000+00:00 ``` ### Last Data Feed Release @@ -29,33 +29,21 @@ Download and Changelog: [Click](releases/latest) ### Total Number of included CVEs ```plain -214185 +214187 ``` ### CVEs added in the last Commit Recently added CVEs: `2` -* [CVE-2023-31047](CVE-2023/CVE-2023-310xx/CVE-2023-31047.json) (`2023-05-07T02:15:08.917`) -* [CVE-2023-32290](CVE-2023/CVE-2023-322xx/CVE-2023-32290.json) (`2023-05-07T02:15:09.360`) +* [CVE-2023-2564](CVE-2023/CVE-2023-25xx/CVE-2023-2564.json) (`2023-05-07T14:15:42.343`) +* [CVE-2023-2565](CVE-2023/CVE-2023-25xx/CVE-2023-2565.json) (`2023-05-07T15:15:08.813`) ### CVEs modified in the last Commit -Recently modified CVEs: `12` +Recently modified CVEs: `0` -* [CVE-2023-1786](CVE-2023/CVE-2023-17xx/CVE-2023-1786.json) (`2023-05-07T03:15:13.733`) -* [CVE-2023-2459](CVE-2023/CVE-2023-24xx/CVE-2023-2459.json) (`2023-05-07T03:15:14.067`) -* [CVE-2023-2460](CVE-2023/CVE-2023-24xx/CVE-2023-2460.json) (`2023-05-07T03:15:14.127`) -* [CVE-2023-2461](CVE-2023/CVE-2023-24xx/CVE-2023-2461.json) (`2023-05-07T03:15:14.170`) -* [CVE-2023-2462](CVE-2023/CVE-2023-24xx/CVE-2023-2462.json) (`2023-05-07T03:15:14.210`) -* [CVE-2023-2463](CVE-2023/CVE-2023-24xx/CVE-2023-2463.json) (`2023-05-07T03:15:14.257`) -* [CVE-2023-2464](CVE-2023/CVE-2023-24xx/CVE-2023-2464.json) (`2023-05-07T03:15:14.300`) -* [CVE-2023-2465](CVE-2023/CVE-2023-24xx/CVE-2023-2465.json) (`2023-05-07T03:15:14.340`) -* [CVE-2023-2466](CVE-2023/CVE-2023-24xx/CVE-2023-2466.json) (`2023-05-07T03:15:14.380`) -* [CVE-2023-2467](CVE-2023/CVE-2023-24xx/CVE-2023-2467.json) (`2023-05-07T03:15:14.423`) -* [CVE-2023-2468](CVE-2023/CVE-2023-24xx/CVE-2023-2468.json) (`2023-05-07T03:15:14.460`) -* [CVE-2023-26964](CVE-2023/CVE-2023-269xx/CVE-2023-26964.json) (`2023-05-07T03:15:13.940`) ## Download and Usage