From 380e1c1db9446aa1190081d5851f3a2a3b5bc273 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 19:58:36 +0000 Subject: [PATCH] Publish Advisories GHSA-339j-hqgx-qrrx GHSA-3r8w-mphv-2f3f GHSA-m7rg-8wvq-846v GHSA-23cm-x6j7-6hq3 --- .../06/GHSA-339j-hqgx-qrrx/GHSA-339j-hqgx-qrrx.json | 9 +++++++-- .../06/GHSA-3r8w-mphv-2f3f/GHSA-3r8w-mphv-2f3f.json | 9 +++++++-- .../06/GHSA-m7rg-8wvq-846v/GHSA-m7rg-8wvq-846v.json | 12 +++++++++--- .../09/GHSA-23cm-x6j7-6hq3/GHSA-23cm-x6j7-6hq3.json | 5 +++-- 4 files changed, 26 insertions(+), 9 deletions(-) diff --git a/advisories/github-reviewed/2021/06/GHSA-339j-hqgx-qrrx/GHSA-339j-hqgx-qrrx.json b/advisories/github-reviewed/2021/06/GHSA-339j-hqgx-qrrx/GHSA-339j-hqgx-qrrx.json index 36f7b041d60..11f7cc7bc99 100644 --- a/advisories/github-reviewed/2021/06/GHSA-339j-hqgx-qrrx/GHSA-339j-hqgx-qrrx.json +++ b/advisories/github-reviewed/2021/06/GHSA-339j-hqgx-qrrx/GHSA-339j-hqgx-qrrx.json @@ -1,12 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-339j-hqgx-qrrx", - "modified": "2021-06-16T20:12:32Z", + "modified": "2023-08-08T19:57:23Z", "published": "2021-06-21T17:13:06Z", "aliases": [ "CVE-2021-23395" ], - "summary": "Prototype Pollution", + "summary": "Prototype Pollution in nedb", "details": "This affects all versions of package nedb. The library could be tricked into adding or modifying properties of Object.prototype using a __proto__ or constructor.prototype payload.", "severity": [ { @@ -20,6 +20,11 @@ "ecosystem": "npm", "name": "nedb" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM", diff --git a/advisories/github-reviewed/2021/06/GHSA-3r8w-mphv-2f3f/GHSA-3r8w-mphv-2f3f.json b/advisories/github-reviewed/2021/06/GHSA-3r8w-mphv-2f3f/GHSA-3r8w-mphv-2f3f.json index 94f827a8ea4..3aab0b6470a 100644 --- a/advisories/github-reviewed/2021/06/GHSA-3r8w-mphv-2f3f/GHSA-3r8w-mphv-2f3f.json +++ b/advisories/github-reviewed/2021/06/GHSA-3r8w-mphv-2f3f/GHSA-3r8w-mphv-2f3f.json @@ -1,12 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-3r8w-mphv-2f3f", - "modified": "2021-06-18T18:35:57Z", + "modified": "2023-08-08T19:57:21Z", "published": "2021-06-21T17:12:25Z", "aliases": [ "CVE-2021-23396" ], - "summary": "Prototype Pollution", + "summary": "Prototype Pollution in lutils", "details": "All versions of package lutils are vulnerable to Prototype Pollution via the main (merge) function.", "severity": [ { @@ -20,6 +20,11 @@ "ecosystem": "npm", "name": "lutils" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM", diff --git a/advisories/github-reviewed/2021/06/GHSA-m7rg-8wvq-846v/GHSA-m7rg-8wvq-846v.json b/advisories/github-reviewed/2021/06/GHSA-m7rg-8wvq-846v/GHSA-m7rg-8wvq-846v.json index ccbed997622..e0b7cd89ecf 100644 --- a/advisories/github-reviewed/2021/06/GHSA-m7rg-8wvq-846v/GHSA-m7rg-8wvq-846v.json +++ b/advisories/github-reviewed/2021/06/GHSA-m7rg-8wvq-846v/GHSA-m7rg-8wvq-846v.json @@ -1,12 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-m7rg-8wvq-846v", - "modified": "2021-06-14T21:47:44Z", + "modified": "2023-08-08T19:57:34Z", "published": "2021-06-07T21:49:14Z", "aliases": [ "CVE-2021-25947" ], - "summary": "Prototype pollution", + "summary": "Prototype pollution in nestie", "details": "Prototype pollution vulnerability in 'nestie' versions 0.0.0 through 1.0.0 allows an attacker to cause a denial of service and may lead to remote code execution.", "severity": [ { @@ -20,6 +20,11 @@ "ecosystem": "npm", "name": "nestie" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM", @@ -51,7 +56,8 @@ ], "database_specific": { "cwe_ids": [ - "CWE-1321" + "CWE-1321", + "CWE-913" ], "severity": "CRITICAL", "github_reviewed": true, diff --git a/advisories/github-reviewed/2021/09/GHSA-23cm-x6j7-6hq3/GHSA-23cm-x6j7-6hq3.json b/advisories/github-reviewed/2021/09/GHSA-23cm-x6j7-6hq3/GHSA-23cm-x6j7-6hq3.json index 36aafc7ff5e..16c0b6b16c9 100644 --- a/advisories/github-reviewed/2021/09/GHSA-23cm-x6j7-6hq3/GHSA-23cm-x6j7-6hq3.json +++ b/advisories/github-reviewed/2021/09/GHSA-23cm-x6j7-6hq3/GHSA-23cm-x6j7-6hq3.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-23cm-x6j7-6hq3", - "modified": "2021-10-21T14:27:03Z", + "modified": "2023-08-08T19:58:08Z", "published": "2021-09-14T20:24:18Z", "aliases": [ "CVE-2021-40823" @@ -63,7 +63,8 @@ ], "database_specific": { "cwe_ids": [ - "CWE-200" + "CWE-200", + "CWE-327" ], "severity": "MODERATE", "github_reviewed": true,