Publish Advisories

GHSA-339j-hqgx-qrrx
GHSA-3r8w-mphv-2f3f
GHSA-m7rg-8wvq-846v
GHSA-23cm-x6j7-6hq3
This commit is contained in:
advisory-database[bot]
2023-08-08 19:58:36 +00:00
parent ef472d7bd3
commit 380e1c1db9
4 changed files with 26 additions and 9 deletions
@@ -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",
@@ -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",
@@ -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,
@@ -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,