From e60576eae8b47742d3acc658cce2c68e09a1a80f Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:45:10 +0000 Subject: [PATCH] Publish Advisories GHSA-m6mf-hmrh-ph4j GHSA-phj8-2p6x-hq5r GHSA-mjr5-v9c9-mm7g GHSA-m6mf-hmrh-ph4j --- .../GHSA-m6mf-hmrh-ph4j.json | 65 +++++++++++++++++++ .../GHSA-phj8-2p6x-hq5r.json | 31 +++++++-- .../GHSA-mjr5-v9c9-mm7g.json | 31 +++++++-- .../GHSA-m6mf-hmrh-ph4j.json | 42 ------------ 4 files changed, 117 insertions(+), 52 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-m6mf-hmrh-ph4j/GHSA-m6mf-hmrh-ph4j.json rename advisories/{unreviewed => github-reviewed}/2022/06/GHSA-phj8-2p6x-hq5r/GHSA-phj8-2p6x-hq5r.json (64%) rename advisories/{unreviewed => github-reviewed}/2022/10/GHSA-mjr5-v9c9-mm7g/GHSA-mjr5-v9c9-mm7g.json (64%) delete mode 100644 advisories/unreviewed/2022/05/GHSA-m6mf-hmrh-ph4j/GHSA-m6mf-hmrh-ph4j.json diff --git a/advisories/github-reviewed/2022/05/GHSA-m6mf-hmrh-ph4j/GHSA-m6mf-hmrh-ph4j.json b/advisories/github-reviewed/2022/05/GHSA-m6mf-hmrh-ph4j/GHSA-m6mf-hmrh-ph4j.json new file mode 100644 index 00000000000..e7cba5a246e --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-m6mf-hmrh-ph4j/GHSA-m6mf-hmrh-ph4j.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-m6mf-hmrh-ph4j", + "modified": "2024-04-23T17:42:55Z", + "published": "2022-05-14T03:06:11Z", + "aliases": [ + "CVE-2018-1000534" + ], + "summary": "Joplin Vulnerable to Cross-site Scripting in Note Content ", + "details": "Joplin version prior to 1.0.90 contains a Cross-site Scripting (XSS) evolving into code execution due to enabled nodeIntegration for that particular BrowserWindow instance where XSS was identified from vulnerability in Note content field - information on the fix can be found here https://github.com/laurent22/joplin/commit/494e235e18659574f836f84fcf9f4d4fcdcfcf89 that can result in executing unauthorized code within the rights in which the application is running. This attack appear to be exploitable via Victim synchronizing notes from the cloud services or other note-keeping services which contain malicious code. This vulnerability appears to have been fixed in 1.0.90 and later.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "joplin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.0.90" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000534" + }, + { + "type": "WEB", + "url": "https://github.com/laurent22/joplin/issues/500" + }, + { + "type": "WEB", + "url": "https://github.com/laurent22/joplin/commit/494e235e18659574f836f84fcf9f4d4fcdcfcf89" + }, + { + "type": "PACKAGE", + "url": "https://github.com/laurent22/joplin" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-04-23T17:42:55Z", + "nvd_published_at": "2018-06-26T16:29:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/06/GHSA-phj8-2p6x-hq5r/GHSA-phj8-2p6x-hq5r.json b/advisories/github-reviewed/2022/06/GHSA-phj8-2p6x-hq5r/GHSA-phj8-2p6x-hq5r.json similarity index 64% rename from advisories/unreviewed/2022/06/GHSA-phj8-2p6x-hq5r/GHSA-phj8-2p6x-hq5r.json rename to advisories/github-reviewed/2022/06/GHSA-phj8-2p6x-hq5r/GHSA-phj8-2p6x-hq5r.json index 2a5440c2924..b857461f549 100644 --- a/advisories/unreviewed/2022/06/GHSA-phj8-2p6x-hq5r/GHSA-phj8-2p6x-hq5r.json +++ b/advisories/github-reviewed/2022/06/GHSA-phj8-2p6x-hq5r/GHSA-phj8-2p6x-hq5r.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-phj8-2p6x-hq5r", - "modified": "2022-06-28T00:00:49Z", + "modified": "2024-04-23T17:43:32Z", "published": "2022-06-17T00:01:21Z", "aliases": [ "CVE-2021-33295" ], + "summary": "Joplin Cross Site Scripting Vulnerability via NOSCRIPT tags", "details": "Cross Site Scripting (XSS) vulnerability in Joplin Desktop App before 1.8.5 allows attackers to execute aribrary code due to improper sanitizing of html.", "severity": [ { @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "npm", + "name": "joplin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.8.5" + } + ] + } + ] + } ], "references": [ { @@ -25,6 +44,10 @@ "type": "WEB", "url": "https://github.com/laurent22/joplin/commit/9c20d5947d1fa4678a8b640792ff3d31224f0adf" }, + { + "type": "PACKAGE", + "url": "https://github.com/laurent22/joplin" + }, { "type": "WEB", "url": "https://github.com/laurent22/joplin/releases/tag/v1.8.5" @@ -39,8 +62,8 @@ "CWE-79" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-04-23T17:43:32Z", "nvd_published_at": "2022-06-16T21:15:00Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2022/10/GHSA-mjr5-v9c9-mm7g/GHSA-mjr5-v9c9-mm7g.json b/advisories/github-reviewed/2022/10/GHSA-mjr5-v9c9-mm7g/GHSA-mjr5-v9c9-mm7g.json similarity index 64% rename from advisories/unreviewed/2022/10/GHSA-mjr5-v9c9-mm7g/GHSA-mjr5-v9c9-mm7g.json rename to advisories/github-reviewed/2022/10/GHSA-mjr5-v9c9-mm7g/GHSA-mjr5-v9c9-mm7g.json index ff86afcb73a..a54a9d09532 100644 --- a/advisories/unreviewed/2022/10/GHSA-mjr5-v9c9-mm7g/GHSA-mjr5-v9c9-mm7g.json +++ b/advisories/github-reviewed/2022/10/GHSA-mjr5-v9c9-mm7g/GHSA-mjr5-v9c9-mm7g.json @@ -1,12 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-mjr5-v9c9-mm7g", - "modified": "2022-10-05T00:00:38Z", + "modified": "2024-04-23T17:43:45Z", "published": "2022-10-01T00:00:20Z", "aliases": [ "CVE-2022-40277" ], - "details": "Joplin version 2.8.8 allows an external attacker to execute arbitrary commands remotely on any client that opens a link in a malicious markdown file, via Joplin. This is possible because the application does not properly validate the schema/protocol of existing links in the markdown file before passing them to the 'shell.openExternal' function.", + "summary": "Joplin Remote Code Execution", + "details": "Joplin version 2.8.8 allows an external attacker to execute arbitrary commands remotely on any client that opens a link in a malicious markdown file, via Joplin. This is possible because the application does not properly validate the schema/protocol of existing links in the markdown file before passing them to the `shell.openExternal` function.", "severity": [ { "type": "CVSS_V3", @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "npm", + "name": "joplin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.8.8" + } + ] + } + ] + } ], "references": [ { @@ -26,7 +45,7 @@ "url": "https://fluidattacks.com/advisories/skrillex" }, { - "type": "WEB", + "type": "PACKAGE", "url": "https://github.com/laurent22/joplin" } ], @@ -35,8 +54,8 @@ "CWE-20" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-04-23T17:43:45Z", "nvd_published_at": "2022-09-30T17:15:00Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-m6mf-hmrh-ph4j/GHSA-m6mf-hmrh-ph4j.json b/advisories/unreviewed/2022/05/GHSA-m6mf-hmrh-ph4j/GHSA-m6mf-hmrh-ph4j.json deleted file mode 100644 index 3519eabbcca..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-m6mf-hmrh-ph4j/GHSA-m6mf-hmrh-ph4j.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-m6mf-hmrh-ph4j", - "modified": "2022-05-14T03:06:11Z", - "published": "2022-05-14T03:06:11Z", - "aliases": [ - "CVE-2018-1000534" - ], - "details": "Joplin version prior to 1.0.90 contains a XSS evolving into code execution due to enabled nodeIntegration for that particular BrowserWindow instance where XSS was identified from vulnerability in Note content field - information on the fix can be found here https://github.com/laurent22/joplin/commit/494e235e18659574f836f84fcf9f4d4fcdcfcf89 that can result in executing unauthorized code within the rights in which the application is running. This attack appear to be exploitable via Victim synchronizing notes from the cloud services or other note-keeping services which contain malicious code. This vulnerability appears to have been fixed in 1.0.90 and later.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000534" - }, - { - "type": "WEB", - "url": "https://github.com/laurent22/joplin/issues/500" - }, - { - "type": "WEB", - "url": "https://github.com/laurent22/joplin/commit/494e235e18659574f836f84fcf9f4d4fcdcfcf89" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2018-06-26T16:29:00Z" - } -} \ No newline at end of file