From dbb0b2e926707274d01e31863df826f692e4d4de Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 22:53:38 +0000 Subject: [PATCH] Publish Advisories GHSA-7px7-7xjx-hxm8 GHSA-68cm-mgv7-vg5c --- .../GHSA-7px7-7xjx-hxm8/GHSA-7px7-7xjx-hxm8.json | 9 +++++++-- .../GHSA-68cm-mgv7-vg5c/GHSA-68cm-mgv7-vg5c.json | 14 +++++++++++--- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/advisories/github-reviewed/2018/01/GHSA-7px7-7xjx-hxm8/GHSA-7px7-7xjx-hxm8.json b/advisories/github-reviewed/2018/01/GHSA-7px7-7xjx-hxm8/GHSA-7px7-7xjx-hxm8.json index 4d2a2c73571..cf77a46df97 100644 --- a/advisories/github-reviewed/2018/01/GHSA-7px7-7xjx-hxm8/GHSA-7px7-7xjx-hxm8.json +++ b/advisories/github-reviewed/2018/01/GHSA-7px7-7xjx-hxm8/GHSA-7px7-7xjx-hxm8.json @@ -1,12 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-7px7-7xjx-hxm8", - "modified": "2021-09-03T21:03:01Z", + "modified": "2023-09-07T22:53:21Z", "published": "2018-01-04T21:04:19Z", "aliases": [ "CVE-2017-1000427" ], - "summary": "Moderate severity vulnerability that affects marked", + "summary": "Marked vulnerable to XSS from data URIs", "details": "marked version 0.3.6 and earlier is vulnerable to an XSS attack in the data: URI parser.", "severity": [ { @@ -20,6 +20,11 @@ "ecosystem": "npm", "name": "marked" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM", diff --git a/advisories/github-reviewed/2018/07/GHSA-68cm-mgv7-vg5c/GHSA-68cm-mgv7-vg5c.json b/advisories/github-reviewed/2018/07/GHSA-68cm-mgv7-vg5c/GHSA-68cm-mgv7-vg5c.json index ade5c5a19be..f008abf463b 100644 --- a/advisories/github-reviewed/2018/07/GHSA-68cm-mgv7-vg5c/GHSA-68cm-mgv7-vg5c.json +++ b/advisories/github-reviewed/2018/07/GHSA-68cm-mgv7-vg5c/GHSA-68cm-mgv7-vg5c.json @@ -1,15 +1,18 @@ { "schema_version": "1.4.0", "id": "GHSA-68cm-mgv7-vg5c", - "modified": "2020-08-31T18:24:14Z", + "modified": "2023-09-07T22:52:46Z", "published": "2018-07-23T20:45:11Z", "aliases": [ "CVE-2017-16173" ], "summary": "Directory Traversal in utahcityfinder", - "details": "Affected versions of `utahcityfinder` 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 `utahcityfinder` 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": "utahcityfinder" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM",