diff --git a/advisories/github-reviewed/2018/07/GHSA-wv2f-3rxv-jqhp/GHSA-wv2f-3rxv-jqhp.json b/advisories/github-reviewed/2018/07/GHSA-wv2f-3rxv-jqhp/GHSA-wv2f-3rxv-jqhp.json index 4399da359c0..1c60d4d78bf 100644 --- a/advisories/github-reviewed/2018/07/GHSA-wv2f-3rxv-jqhp/GHSA-wv2f-3rxv-jqhp.json +++ b/advisories/github-reviewed/2018/07/GHSA-wv2f-3rxv-jqhp/GHSA-wv2f-3rxv-jqhp.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-wv2f-3rxv-jqhp", - "modified": "2020-08-31T18:29:05Z", + "modified": "2023-09-07T22:28:13Z", "published": "2018-07-26T15:21:04Z", "aliases": [ "CVE-2018-3724" @@ -9,7 +9,10 @@ "summary": "Path Traversal in general-file-server", "details": "All versions of `general-file-server` are vulnerable to path traversal.\n\n\n## Recommendation\n\nNo fix is currently available for this vulnerability. It is our recommendation to not use this module until a fix has been provided.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" + } ], "affected": [ { @@ -17,6 +20,11 @@ "ecosystem": "npm", "name": "general-file-server" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM", diff --git a/advisories/github-reviewed/2018/08/GHSA-wqg7-vrj7-v82h/GHSA-wqg7-vrj7-v82h.json b/advisories/github-reviewed/2018/08/GHSA-wqg7-vrj7-v82h/GHSA-wqg7-vrj7-v82h.json index dd61dac8aea..59b0d1f10e6 100644 --- a/advisories/github-reviewed/2018/08/GHSA-wqg7-vrj7-v82h/GHSA-wqg7-vrj7-v82h.json +++ b/advisories/github-reviewed/2018/08/GHSA-wqg7-vrj7-v82h/GHSA-wqg7-vrj7-v82h.json @@ -1,15 +1,18 @@ { "schema_version": "1.4.0", "id": "GHSA-wqg7-vrj7-v82h", - "modified": "2020-06-16T22:01:00Z", + "modified": "2023-09-07T22:27:31Z", "published": "2018-08-31T06:22:50Z", "aliases": [ "CVE-2018-11615" ], - "summary": "High severity vulnerability that affects mosca", + "summary": "Mosca REDoS Vulnerability", "details": "This vulnerability allows remote attackers to deny service on vulnerable installations of npm mosca 2.8.1. Authentication is not required to exploit this vulnerability. The specific flaw exists within the processing of topics. A crafted regular expression can cause the broker to crash. An attacker can leverage this vulnerability to deny access to the target system.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + } ], "affected": [ { @@ -17,6 +20,11 @@ "ecosystem": "npm", "name": "mosca" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM", @@ -48,6 +56,7 @@ ], "database_specific": { "cwe_ids": [ + "CWE-185", "CWE-20" ], "severity": "HIGH",