diff --git a/advisories/unreviewed/2023/12/GHSA-5mmr-9qx3-3pf9/GHSA-5mmr-9qx3-3pf9.json b/advisories/github-reviewed/2023/12/GHSA-5mmr-9qx3-3pf9/GHSA-5mmr-9qx3-3pf9.json similarity index 57% rename from advisories/unreviewed/2023/12/GHSA-5mmr-9qx3-3pf9/GHSA-5mmr-9qx3-3pf9.json rename to advisories/github-reviewed/2023/12/GHSA-5mmr-9qx3-3pf9/GHSA-5mmr-9qx3-3pf9.json index 3b0f52d73c2..b985bf42781 100644 --- a/advisories/unreviewed/2023/12/GHSA-5mmr-9qx3-3pf9/GHSA-5mmr-9qx3-3pf9.json +++ b/advisories/github-reviewed/2023/12/GHSA-5mmr-9qx3-3pf9/GHSA-5mmr-9qx3-3pf9.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-5mmr-9qx3-3pf9", - "modified": "2023-12-13T00:30:36Z", + "modified": "2023-12-13T13:37:58Z", "published": "2023-12-08T21:30:30Z", "aliases": [ "CVE-2023-46498" ], + "summary": "Code execution in evershop", "details": "An issue in EverShop NPM versions before v.1.0.0-rc.8 allows a remote attacker to obtain sensitive information and execute arbitrary code via the /deleteCustomer/route.json file.", "severity": [ { @@ -14,13 +15,35 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "npm", + "name": "@evershop/evershop" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.0.0-rc.8" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46498" }, + { + "type": "WEB", + "url": "https://github.com/evershopcommerce/evershop/pull/342" + }, { "type": "WEB", "url": "https://devhub.checkmarx.com/cve-details/Cx8b24ace3-0c9a/" @@ -28,6 +51,10 @@ { "type": "WEB", "url": "https://devhub.checkmarx.com/cve-details/cve-2023-46498/" + }, + { + "type": "PACKAGE", + "url": "https://github.com/evershopcommerce/evershop" } ], "database_specific": { @@ -35,8 +62,8 @@ ], "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2023-12-13T13:37:58Z", "nvd_published_at": "2023-12-08T20:15:07Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2023/12/GHSA-7443-5962-wp4r/GHSA-7443-5962-wp4r.json b/advisories/github-reviewed/2023/12/GHSA-7443-5962-wp4r/GHSA-7443-5962-wp4r.json similarity index 58% rename from advisories/unreviewed/2023/12/GHSA-7443-5962-wp4r/GHSA-7443-5962-wp4r.json rename to advisories/github-reviewed/2023/12/GHSA-7443-5962-wp4r/GHSA-7443-5962-wp4r.json index da30e3e2448..ed8488aafea 100644 --- a/advisories/unreviewed/2023/12/GHSA-7443-5962-wp4r/GHSA-7443-5962-wp4r.json +++ b/advisories/github-reviewed/2023/12/GHSA-7443-5962-wp4r/GHSA-7443-5962-wp4r.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-7443-5962-wp4r", - "modified": "2023-12-13T00:30:36Z", + "modified": "2023-12-13T13:37:35Z", "published": "2023-12-08T21:30:30Z", "aliases": [ "CVE-2023-46497" ], + "summary": "Directory Traversal in evershop", "details": "Directory Traversal vulnerability in EverShop NPM versions before v.1.0.0-rc.8 allows a remote attacker to obtain sensitive information via a crafted request to the mkdirSync function in the folderCreate/createFolder.js endpoint.", "severity": [ { @@ -14,13 +15,35 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "npm", + "name": "@evershop/evershop" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.0.0-rc.8" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46497" }, + { + "type": "WEB", + "url": "https://github.com/evershopcommerce/evershop/pull/338" + }, { "type": "WEB", "url": "https://devhub.checkmarx.com/cve-details/CVE-2023-46497/" @@ -28,6 +51,10 @@ { "type": "WEB", "url": "https://devhub.checkmarx.com/cve-details/Cx16846793-56b6/" + }, + { + "type": "PACKAGE", + "url": "https://github.com/evershopcommerce/evershop" } ], "database_specific": { @@ -35,8 +62,8 @@ "CWE-22" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2023-12-13T13:37:35Z", "nvd_published_at": "2023-12-08T20:15:07Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2023/12/GHSA-gjj8-m83c-qv9h/GHSA-gjj8-m83c-qv9h.json b/advisories/github-reviewed/2023/12/GHSA-gjj8-m83c-qv9h/GHSA-gjj8-m83c-qv9h.json similarity index 57% rename from advisories/unreviewed/2023/12/GHSA-gjj8-m83c-qv9h/GHSA-gjj8-m83c-qv9h.json rename to advisories/github-reviewed/2023/12/GHSA-gjj8-m83c-qv9h/GHSA-gjj8-m83c-qv9h.json index 17eb7b80bb1..16ab575e595 100644 --- a/advisories/unreviewed/2023/12/GHSA-gjj8-m83c-qv9h/GHSA-gjj8-m83c-qv9h.json +++ b/advisories/github-reviewed/2023/12/GHSA-gjj8-m83c-qv9h/GHSA-gjj8-m83c-qv9h.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-gjj8-m83c-qv9h", - "modified": "2023-12-13T00:30:36Z", + "modified": "2023-12-13T13:37:46Z", "published": "2023-12-08T21:30:30Z", "aliases": [ "CVE-2023-46499" ], + "summary": "Cross-site Scripting in evershop", "details": "Cross Site Scripting vulnerability in EverShop NPM versions before v.1.0.0-rc.5 allows a remote attacker to obtain sensitive information via a crafted scripts to the Admin Panel.", "severity": [ { @@ -14,13 +15,35 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "npm", + "name": "@evershop/evershop" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.0.0-rc.5" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46499" }, + { + "type": "WEB", + "url": "https://github.com/evershopcommerce/evershop/pull/244" + }, { "type": "WEB", "url": "https://devhub.checkmarx.com/cve-details/Cx0f8b38be-d5de/" @@ -28,6 +51,10 @@ { "type": "WEB", "url": "https://devhub.checkmarx.com/cve-details/cve-2023-46499/" + }, + { + "type": "PACKAGE", + "url": "https://github.com/evershopcommerce/evershop" } ], "database_specific": { @@ -35,8 +62,8 @@ "CWE-79" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2023-12-13T13:37:46Z", "nvd_published_at": "2023-12-08T20:15:07Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2023/12/GHSA-m6vm-ff9v-jp3r/GHSA-m6vm-ff9v-jp3r.json b/advisories/github-reviewed/2023/12/GHSA-m6vm-ff9v-jp3r/GHSA-m6vm-ff9v-jp3r.json similarity index 58% rename from advisories/unreviewed/2023/12/GHSA-m6vm-ff9v-jp3r/GHSA-m6vm-ff9v-jp3r.json rename to advisories/github-reviewed/2023/12/GHSA-m6vm-ff9v-jp3r/GHSA-m6vm-ff9v-jp3r.json index 5edb0a7cfea..df4f29a127a 100644 --- a/advisories/unreviewed/2023/12/GHSA-m6vm-ff9v-jp3r/GHSA-m6vm-ff9v-jp3r.json +++ b/advisories/github-reviewed/2023/12/GHSA-m6vm-ff9v-jp3r/GHSA-m6vm-ff9v-jp3r.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-m6vm-ff9v-jp3r", - "modified": "2023-12-13T00:30:35Z", + "modified": "2023-12-13T13:36:59Z", "published": "2023-12-08T21:30:30Z", "aliases": [ "CVE-2023-46494" ], + "summary": "Cross Site Scripting in evershop", "details": "Cross Site Scripting vulnerability in EverShop NPM versions before v.1.0.0-rc.5 allows a remote attacker to obtain sensitive information via a crafted request to the ProductGrid function in admin/productGrid/Grid.jsx.", "severity": [ { @@ -14,13 +15,35 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "npm", + "name": "@evershop/evershop" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.0.0-rc.5" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46494" }, + { + "type": "WEB", + "url": "https://github.com/evershopcommerce/evershop/pull/244" + }, { "type": "WEB", "url": "https://devhub.checkmarx.com/cve-details/CVE-2023-46494/" @@ -28,6 +51,10 @@ { "type": "WEB", "url": "https://devhub.checkmarx.com/cve-details/Cx8ecec391-2014/" + }, + { + "type": "PACKAGE", + "url": "https://github.com/evershopcommerce/evershop" } ], "database_specific": { @@ -35,8 +62,8 @@ "CWE-79" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2023-12-13T13:36:59Z", "nvd_published_at": "2023-12-08T20:15:07Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2023/12/GHSA-rwf3-w4jq-f4cm/GHSA-rwf3-w4jq-f4cm.json b/advisories/github-reviewed/2023/12/GHSA-rwf3-w4jq-f4cm/GHSA-rwf3-w4jq-f4cm.json similarity index 58% rename from advisories/unreviewed/2023/12/GHSA-rwf3-w4jq-f4cm/GHSA-rwf3-w4jq-f4cm.json rename to advisories/github-reviewed/2023/12/GHSA-rwf3-w4jq-f4cm/GHSA-rwf3-w4jq-f4cm.json index 90522c3662c..aff8bfea3dd 100644 --- a/advisories/unreviewed/2023/12/GHSA-rwf3-w4jq-f4cm/GHSA-rwf3-w4jq-f4cm.json +++ b/advisories/github-reviewed/2023/12/GHSA-rwf3-w4jq-f4cm/GHSA-rwf3-w4jq-f4cm.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-rwf3-w4jq-f4cm", - "modified": "2023-12-13T00:30:35Z", + "modified": "2023-12-13T13:37:17Z", "published": "2023-12-08T21:30:30Z", "aliases": [ "CVE-2023-46496" ], + "summary": "Directory Traversal in evershop", "details": "Directory Traversal vulnerability in EverShop NPM versions before v.1.0.0-rc.8 allows a remote attacker to obtain sensitive information via a crafted request to the DELETE function in api/files endpoint.", "severity": [ { @@ -14,13 +15,35 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "npm", + "name": "@evershop/evershop" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.0.0-rc.8" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46496" }, + { + "type": "WEB", + "url": "https://github.com/evershopcommerce/evershop/pull/338" + }, { "type": "WEB", "url": "https://devhub.checkmarx.com/cve-details/CVE-2023-46496/" @@ -28,6 +51,10 @@ { "type": "WEB", "url": "https://devhub.checkmarx.com/cve-details/Cx943be66a-54cc/" + }, + { + "type": "PACKAGE", + "url": "https://github.com/evershopcommerce/evershop" } ], "database_specific": { @@ -35,8 +62,8 @@ "CWE-22" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2023-12-13T13:37:17Z", "nvd_published_at": "2023-12-08T20:15:07Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2023/12/GHSA-v945-r3rc-6fjm/GHSA-v945-r3rc-6fjm.json b/advisories/github-reviewed/2023/12/GHSA-v945-r3rc-6fjm/GHSA-v945-r3rc-6fjm.json similarity index 60% rename from advisories/unreviewed/2023/12/GHSA-v945-r3rc-6fjm/GHSA-v945-r3rc-6fjm.json rename to advisories/github-reviewed/2023/12/GHSA-v945-r3rc-6fjm/GHSA-v945-r3rc-6fjm.json index 9caaf335934..c100d6a3c96 100644 --- a/advisories/unreviewed/2023/12/GHSA-v945-r3rc-6fjm/GHSA-v945-r3rc-6fjm.json +++ b/advisories/github-reviewed/2023/12/GHSA-v945-r3rc-6fjm/GHSA-v945-r3rc-6fjm.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-v945-r3rc-6fjm", - "modified": "2023-12-13T00:30:37Z", + "modified": "2023-12-13T13:38:14Z", "published": "2023-12-13T00:30:37Z", "aliases": [ "CVE-2023-6753" ], + "summary": "Path traversal in MLflow", "details": "Path Traversal in GitHub repository mlflow/mlflow prior to 2.9.2.", "severity": [ { @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "mlflow" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.9.2" + } + ] + } + ] + } ], "references": [ { @@ -25,6 +44,10 @@ "type": "WEB", "url": "https://github.com/mlflow/mlflow/commit/1c6309f884798fbf56017a3cc808016869ee8de4" }, + { + "type": "PACKAGE", + "url": "https://github.com/mlflow/mlflow" + }, { "type": "WEB", "url": "https://huntr.com/bounties/b397b83a-527a-47e7-b912-a12a17a6cfb4" @@ -35,8 +58,8 @@ "CWE-22" ], "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2023-12-13T13:38:14Z", "nvd_published_at": "2023-12-13T00:15:07Z" } } \ No newline at end of file