diff --git a/advisories/github-reviewed/2018/07/GHSA-23wc-v4mf-x7v4/GHSA-23wc-v4mf-x7v4.json b/advisories/github-reviewed/2018/07/GHSA-23wc-v4mf-x7v4/GHSA-23wc-v4mf-x7v4.json index d135e909080..d896aff35de 100644 --- a/advisories/github-reviewed/2018/07/GHSA-23wc-v4mf-x7v4/GHSA-23wc-v4mf-x7v4.json +++ b/advisories/github-reviewed/2018/07/GHSA-23wc-v4mf-x7v4/GHSA-23wc-v4mf-x7v4.json @@ -1,15 +1,18 @@ { "schema_version": "1.4.0", "id": "GHSA-23wc-v4mf-x7v4", - "modified": "2020-08-31T18:24:00Z", + "modified": "2023-09-07T22:48:16Z", "published": "2018-07-23T20:44:45Z", "aliases": [ "CVE-2017-16178" ], "summary": "Directory Traversal in intsol-package", - "details": "`intsol-package` is a file server.\n\n`intsol-package` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", + "details": "`intsol-package` is a file server.\n\n`intsol-package` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\n**Example Request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n\n```http\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "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": "intsol-package" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM", diff --git a/advisories/github-reviewed/2018/11/GHSA-3p8f-j2vw-7hw9/GHSA-3p8f-j2vw-7hw9.json b/advisories/github-reviewed/2018/11/GHSA-3p8f-j2vw-7hw9/GHSA-3p8f-j2vw-7hw9.json index 46923b75888..689453cb2d0 100644 --- a/advisories/github-reviewed/2018/11/GHSA-3p8f-j2vw-7hw9/GHSA-3p8f-j2vw-7hw9.json +++ b/advisories/github-reviewed/2018/11/GHSA-3p8f-j2vw-7hw9/GHSA-3p8f-j2vw-7hw9.json @@ -1,15 +1,18 @@ { "schema_version": "1.4.0", "id": "GHSA-3p8f-j2vw-7hw9", - "modified": "2020-08-31T18:24:46Z", + "modified": "2023-09-07T22:49:48Z", "published": "2018-11-09T17:43:44Z", "aliases": [ "CVE-2017-16059" ], - "summary": "Hijacked Environment Variables in mssql-node", + "summary": "mssql-node is malware", "details": "The `mssql-node` package is a piece of malware that steals environment variables and sends them to attacker controlled locations. \n\nAll versions have been unpublished from the npm registry.\n\n\n## Recommendation\n\nAs this module is malware, if you find it installed in your environment, the real security concern is determining how it got there. \n\nIf you have found this installed in your environment, you should:\n1. Delete the package\n2. Clear your npm cache\n3. Ensure it is not present in any other package.json files on your system\n4. Regenerate your registry credentials, tokens, and any other sensitive credentials that may have been present in your environment variables. \n\nAdditionally, any service which may have been exposed via credentials in your environment variables, such as a database, should be reviewed for indicators of compromise as well.", "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": "mssql-node" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM", @@ -50,7 +58,7 @@ "cwe_ids": [ "CWE-506" ], - "severity": "MODERATE", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2020-06-16T20:55:41Z", "nvd_published_at": null