From 658d68e98023fed24c154c69dc9fa4e60f38a90b Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:00:14 +0000 Subject: [PATCH] Publish Advisories GHSA-9242-6p36-6256 GHSA-9242-6p36-6256 --- .../GHSA-9242-6p36-6256.json | 69 +++++++++++++++++++ .../GHSA-9242-6p36-6256.json | 43 ------------ 2 files changed, 69 insertions(+), 43 deletions(-) create mode 100644 advisories/github-reviewed/2023/10/GHSA-9242-6p36-6256/GHSA-9242-6p36-6256.json delete mode 100644 advisories/unreviewed/2023/10/GHSA-9242-6p36-6256/GHSA-9242-6p36-6256.json diff --git a/advisories/github-reviewed/2023/10/GHSA-9242-6p36-6256/GHSA-9242-6p36-6256.json b/advisories/github-reviewed/2023/10/GHSA-9242-6p36-6256/GHSA-9242-6p36-6256.json new file mode 100644 index 00000000000..518f6a9b97c --- /dev/null +++ b/advisories/github-reviewed/2023/10/GHSA-9242-6p36-6256/GHSA-9242-6p36-6256.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-9242-6p36-6256", + "modified": "2023-10-30T19:58:53Z", + "published": "2023-10-25T18:32:22Z", + "aliases": [ + "CVE-2023-39619" + ], + "summary": "Inefficient Regular Expression Complexity in node-email-check", + "details": "ReDos in NPMJS Node Email Check v.1.0.4 allows an attacker to cause a denial of service via a crafted string to the scpSyntax component.\n\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "node-email-check" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.0.4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39619" + }, + { + "type": "WEB", + "url": "https://github.com/teomantuncer/node-email-check/issues/2" + }, + { + "type": "WEB", + "url": "https://gist.github.com/6en6ar/712a4c1eab0324f15e09232c77ea08f8" + }, + { + "type": "PACKAGE", + "url": "https://github.com/teomantuncer/node-email-check" + }, + { + "type": "WEB", + "url": "https://www.npmjs.com/package/node-email-check" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-1333" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-10-30T19:58:53Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/10/GHSA-9242-6p36-6256/GHSA-9242-6p36-6256.json b/advisories/unreviewed/2023/10/GHSA-9242-6p36-6256/GHSA-9242-6p36-6256.json deleted file mode 100644 index e739b3d26ea..00000000000 --- a/advisories/unreviewed/2023/10/GHSA-9242-6p36-6256/GHSA-9242-6p36-6256.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-9242-6p36-6256", - "modified": "2023-10-25T18:32:22Z", - "published": "2023-10-25T18:32:22Z", - "aliases": [ - "CVE-2023-39619" - ], - "details": "ReDos in NPMJS Node Email Check v.1.0.4 allows an attacker to cause a denial of service via a crafted string to the scpSyntax component.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39619" - }, - { - "type": "WEB", - "url": "https://gist.github.com/6en6ar/712a4c1eab0324f15e09232c77ea08f8" - }, - { - "type": "WEB", - "url": "https://github.com/teomantuncer/node-email-check/blob/main/main.js," - }, - { - "type": "WEB", - "url": "https://www.npmjs.com/package/node-email-check" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": null - } -} \ No newline at end of file