From ee56c9ab753edbcbd566e7a819f7fb6df7f32638 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:53:37 +0000 Subject: [PATCH] Publish Advisories GHSA-4wm9-3qmv-gvxj GHSA-gc7m-596h-x57r GHSA-w58v-r3cp-qr93 --- .../GHSA-4wm9-3qmv-gvxj.json | 35 +++++++++++++++---- .../GHSA-gc7m-596h-x57r.json | 29 +++++++++++---- .../GHSA-w58v-r3cp-qr93.json | 19 +++++++--- 3 files changed, 66 insertions(+), 17 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/07/GHSA-4wm9-3qmv-gvxj/GHSA-4wm9-3qmv-gvxj.json (53%) rename advisories/{unreviewed => github-reviewed}/2024/07/GHSA-gc7m-596h-x57r/GHSA-gc7m-596h-x57r.json (56%) rename advisories/{unreviewed => github-reviewed}/2024/07/GHSA-w58v-r3cp-qr93/GHSA-w58v-r3cp-qr93.json (66%) diff --git a/advisories/unreviewed/2024/07/GHSA-4wm9-3qmv-gvxj/GHSA-4wm9-3qmv-gvxj.json b/advisories/github-reviewed/2024/07/GHSA-4wm9-3qmv-gvxj/GHSA-4wm9-3qmv-gvxj.json similarity index 53% rename from advisories/unreviewed/2024/07/GHSA-4wm9-3qmv-gvxj/GHSA-4wm9-3qmv-gvxj.json rename to advisories/github-reviewed/2024/07/GHSA-4wm9-3qmv-gvxj/GHSA-4wm9-3qmv-gvxj.json index 7b71cc17237..4aab9dba5bc 100644 --- a/advisories/unreviewed/2024/07/GHSA-4wm9-3qmv-gvxj/GHSA-4wm9-3qmv-gvxj.json +++ b/advisories/github-reviewed/2024/07/GHSA-4wm9-3qmv-gvxj/GHSA-4wm9-3qmv-gvxj.json @@ -1,17 +1,36 @@ { "schema_version": "1.4.0", "id": "GHSA-4wm9-3qmv-gvxj", - "modified": "2024-07-01T15:32:13Z", + "modified": "2024-07-01T21:52:44Z", "published": "2024-07-01T15:32:13Z", "aliases": [ "CVE-2024-38993" ], + "summary": "jsonic was discovered to contain a prototype pollution via the function empty.", "details": "rjrodger jsonic-next v2.12.1 was discovered to contain a prototype pollution via the function empty. This vulnerability allows attackers to execute arbitrary code or cause a Denial of Service (DoS) via injecting arbitrary properties.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "npm", + "name": "jsonic" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.12.1" + } + ] + } + ] + } ], "references": [ { @@ -21,15 +40,19 @@ { "type": "WEB", "url": "https://gist.github.com/mestrtee/9a2b522d59c53f31f45c1edb96459693" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jsonicjs/jsonic" } ], "database_specific": { "cwe_ids": [ - + "CWE-1321" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-07-01T21:52:44Z", "nvd_published_at": "2024-07-01T13:15:04Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2024/07/GHSA-gc7m-596h-x57r/GHSA-gc7m-596h-x57r.json b/advisories/github-reviewed/2024/07/GHSA-gc7m-596h-x57r/GHSA-gc7m-596h-x57r.json similarity index 56% rename from advisories/unreviewed/2024/07/GHSA-gc7m-596h-x57r/GHSA-gc7m-596h-x57r.json rename to advisories/github-reviewed/2024/07/GHSA-gc7m-596h-x57r/GHSA-gc7m-596h-x57r.json index c26b6a9998a..ae33fef7f65 100644 --- a/advisories/unreviewed/2024/07/GHSA-gc7m-596h-x57r/GHSA-gc7m-596h-x57r.json +++ b/advisories/github-reviewed/2024/07/GHSA-gc7m-596h-x57r/GHSA-gc7m-596h-x57r.json @@ -1,17 +1,26 @@ { "schema_version": "1.4.0", "id": "GHSA-gc7m-596h-x57r", - "modified": "2024-07-01T15:32:11Z", + "modified": "2024-07-01T21:52:53Z", "published": "2024-07-01T15:32:11Z", "aliases": [ "CVE-2024-38992" ], + "summary": "frappejs was discovered to contain a prototype pollution via the function registerView", "details": "airvertco frappejs v0.0.11 was discovered to contain a prototype pollution via the function registerView. This vulnerability allows attackers to execute arbitrary code or cause a Denial of Service (DoS) via injecting arbitrary properties.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "npm", + "name": "frappejs" + }, + "versions": [ + "0.0.11" + ] + } ], "references": [ { @@ -21,15 +30,23 @@ { "type": "WEB", "url": "https://gist.github.com/mestrtee/10c88b9069229979ac7e52e0efc98055" + }, + { + "type": "PACKAGE", + "url": "https://github.com/frappe/frappejs" + }, + { + "type": "WEB", + "url": "https://www.npmjs.com/package/@airvertco/frappejs" } ], "database_specific": { "cwe_ids": [ - + "CWE-1321" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-07-01T21:52:53Z", "nvd_published_at": "2024-07-01T13:15:04Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2024/07/GHSA-w58v-r3cp-qr93/GHSA-w58v-r3cp-qr93.json b/advisories/github-reviewed/2024/07/GHSA-w58v-r3cp-qr93/GHSA-w58v-r3cp-qr93.json similarity index 66% rename from advisories/unreviewed/2024/07/GHSA-w58v-r3cp-qr93/GHSA-w58v-r3cp-qr93.json rename to advisories/github-reviewed/2024/07/GHSA-w58v-r3cp-qr93/GHSA-w58v-r3cp-qr93.json index 17b20872220..081dd40527f 100644 --- a/advisories/unreviewed/2024/07/GHSA-w58v-r3cp-qr93/GHSA-w58v-r3cp-qr93.json +++ b/advisories/github-reviewed/2024/07/GHSA-w58v-r3cp-qr93/GHSA-w58v-r3cp-qr93.json @@ -1,17 +1,26 @@ { "schema_version": "1.4.0", "id": "GHSA-w58v-r3cp-qr93", - "modified": "2024-07-01T15:32:15Z", + "modified": "2024-07-01T21:52:10Z", "published": "2024-07-01T15:32:15Z", "aliases": [ "CVE-2024-38994" ], + "summary": "@amoy/common v was discovered to contain a prototype pollution via the function extend", "details": "amoyjs amoy common v1.0.10 was discovered to contain a prototype pollution via the function extend. This vulnerability allows attackers to execute arbitrary code or cause a Denial of Service (DoS) via injecting arbitrary properties.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "npm", + "name": "@amoy/common" + }, + "versions": [ + "1.0.10" + ] + } ], "references": [ { @@ -27,9 +36,9 @@ "cwe_ids": [ ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-07-01T21:52:10Z", "nvd_published_at": "2024-07-01T13:15:05Z" } } \ No newline at end of file