From b8412ba5450294c68aed6177edbcec6e23e6d11f Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 20:26:03 +0000 Subject: [PATCH] Publish Advisories GHSA-g7j3-p357-cw8p GHSA-7g8m-5qh9-9pgw GHSA-96qc-ghj4-rq27 GHSA-jp46-fw6c-3pm9 GHSA-jwjq-vp53-ph6m --- .../GHSA-g7j3-p357-cw8p/GHSA-g7j3-p357-cw8p.json | 9 +++++++-- .../GHSA-7g8m-5qh9-9pgw/GHSA-7g8m-5qh9-9pgw.json | 14 +++++++++++--- .../GHSA-96qc-ghj4-rq27/GHSA-96qc-ghj4-rq27.json | 14 +++++++++++--- .../GHSA-jp46-fw6c-3pm9/GHSA-jp46-fw6c-3pm9.json | 14 +++++++++++--- .../GHSA-jwjq-vp53-ph6m/GHSA-jwjq-vp53-ph6m.json | 14 +++++++++++--- 5 files changed, 51 insertions(+), 14 deletions(-) diff --git a/advisories/github-reviewed/2018/07/GHSA-g7j3-p357-cw8p/GHSA-g7j3-p357-cw8p.json b/advisories/github-reviewed/2018/07/GHSA-g7j3-p357-cw8p/GHSA-g7j3-p357-cw8p.json index 998c499a768..c494396690f 100644 --- a/advisories/github-reviewed/2018/07/GHSA-g7j3-p357-cw8p/GHSA-g7j3-p357-cw8p.json +++ b/advisories/github-reviewed/2018/07/GHSA-g7j3-p357-cw8p/GHSA-g7j3-p357-cw8p.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-g7j3-p357-cw8p", - "modified": "2021-09-10T20:27:46Z", + "modified": "2023-09-13T20:24:14Z", "published": "2018-07-24T16:29:12Z", "aliases": [ "CVE-2017-16038" ], "summary": "Directory Traversal in f2e-server", - "details": "Affected versions of `f2e-server` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\nExample request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nUpdate to version 1.12.12 or later.", + "details": "Affected versions of `f2e-server` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nUpdate to version 1.12.12 or later.", "severity": [ { "type": "CVSS_V3", @@ -20,6 +20,11 @@ "ecosystem": "npm", "name": "f2e-server" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM", diff --git a/advisories/github-reviewed/2020/09/GHSA-7g8m-5qh9-9pgw/GHSA-7g8m-5qh9-9pgw.json b/advisories/github-reviewed/2020/09/GHSA-7g8m-5qh9-9pgw/GHSA-7g8m-5qh9-9pgw.json index 4855b289816..47a7c746b86 100644 --- a/advisories/github-reviewed/2020/09/GHSA-7g8m-5qh9-9pgw/GHSA-7g8m-5qh9-9pgw.json +++ b/advisories/github-reviewed/2020/09/GHSA-7g8m-5qh9-9pgw/GHSA-7g8m-5qh9-9pgw.json @@ -1,15 +1,18 @@ { "schema_version": "1.4.0", "id": "GHSA-7g8m-5qh9-9pgw", - "modified": "2020-08-31T18:22:20Z", + "modified": "2023-09-13T20:25:36Z", "published": "2020-09-01T18:07:51Z", "aliases": [ "CVE-2017-16220" ], "summary": "Directory Traversal in wind-mvc", - "details": "Affected versions of `wind-mvc` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\nExample request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\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": "Affected versions of `wind-mvc` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\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": "wind-mvc" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM", diff --git a/advisories/github-reviewed/2020/09/GHSA-96qc-ghj4-rq27/GHSA-96qc-ghj4-rq27.json b/advisories/github-reviewed/2020/09/GHSA-96qc-ghj4-rq27/GHSA-96qc-ghj4-rq27.json index d14ee775319..48cb2a08d67 100644 --- a/advisories/github-reviewed/2020/09/GHSA-96qc-ghj4-rq27/GHSA-96qc-ghj4-rq27.json +++ b/advisories/github-reviewed/2020/09/GHSA-96qc-ghj4-rq27/GHSA-96qc-ghj4-rq27.json @@ -1,15 +1,18 @@ { "schema_version": "1.4.0", "id": "GHSA-96qc-ghj4-rq27", - "modified": "2020-08-31T18:23:16Z", + "modified": "2023-09-13T20:25:04Z", "published": "2020-09-01T18:24:56Z", "aliases": [ "CVE-2017-16219" ], "summary": "Directory Traversal in yttivy", - "details": "Affected versions of `yttivy` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\nExample request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\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": "Affected versions of `yttivy` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\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": "yttivy" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM", diff --git a/advisories/github-reviewed/2020/09/GHSA-jp46-fw6c-3pm9/GHSA-jp46-fw6c-3pm9.json b/advisories/github-reviewed/2020/09/GHSA-jp46-fw6c-3pm9/GHSA-jp46-fw6c-3pm9.json index 0ffe4bebbb7..399f7a6837e 100644 --- a/advisories/github-reviewed/2020/09/GHSA-jp46-fw6c-3pm9/GHSA-jp46-fw6c-3pm9.json +++ b/advisories/github-reviewed/2020/09/GHSA-jp46-fw6c-3pm9/GHSA-jp46-fw6c-3pm9.json @@ -1,15 +1,18 @@ { "schema_version": "1.4.0", "id": "GHSA-jp46-fw6c-3pm9", - "modified": "2020-08-31T18:23:44Z", + "modified": "2023-09-13T20:24:34Z", "published": "2020-09-01T18:46:58Z", "aliases": [ "CVE-2017-16184" ], "summary": "Directory Traversal in scott-blanch-weather-app", - "details": "Affected versions of `scott-blanch-weather-app` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\nExample request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\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": "Affected versions of `scott-blanch-weather-app` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\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": "scott-blanch-weather-app" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM", diff --git a/advisories/github-reviewed/2020/09/GHSA-jwjq-vp53-ph6m/GHSA-jwjq-vp53-ph6m.json b/advisories/github-reviewed/2020/09/GHSA-jwjq-vp53-ph6m/GHSA-jwjq-vp53-ph6m.json index 7a30c8338f4..e82e6e27826 100644 --- a/advisories/github-reviewed/2020/09/GHSA-jwjq-vp53-ph6m/GHSA-jwjq-vp53-ph6m.json +++ b/advisories/github-reviewed/2020/09/GHSA-jwjq-vp53-ph6m/GHSA-jwjq-vp53-ph6m.json @@ -1,15 +1,18 @@ { "schema_version": "1.4.0", "id": "GHSA-jwjq-vp53-ph6m", - "modified": "2020-08-31T18:23:02Z", + "modified": "2023-09-13T20:25:22Z", "published": "2020-09-01T18:21:44Z", "aliases": [ "CVE-2017-16195" ], "summary": "Directory Traversal in pytservce", - "details": "Affected versions of `pytservce` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\nExample request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\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": "Affected versions of `pytservce` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\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": "pytservce" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM",