From 14350e7e0c5357300c7d4cb272d6c36ffafc5ff7 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:43:09 +0000 Subject: [PATCH] Publish Advisories GHSA-8478-53pv-jxvm GHSA-mrmf-755g-w2vw GHSA-8478-53pv-jxvm GHSA-mrmf-755g-w2vw --- .../GHSA-8478-53pv-jxvm.json | 65 +++++++++++++++++++ .../GHSA-mrmf-755g-w2vw.json | 65 +++++++++++++++++++ .../GHSA-8478-53pv-jxvm.json | 35 ---------- .../GHSA-mrmf-755g-w2vw.json | 39 ----------- 4 files changed, 130 insertions(+), 74 deletions(-) create mode 100644 advisories/github-reviewed/2022/02/GHSA-8478-53pv-jxvm/GHSA-8478-53pv-jxvm.json create mode 100644 advisories/github-reviewed/2022/05/GHSA-mrmf-755g-w2vw/GHSA-mrmf-755g-w2vw.json delete mode 100644 advisories/unreviewed/2022/02/GHSA-8478-53pv-jxvm/GHSA-8478-53pv-jxvm.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-mrmf-755g-w2vw/GHSA-mrmf-755g-w2vw.json diff --git a/advisories/github-reviewed/2022/02/GHSA-8478-53pv-jxvm/GHSA-8478-53pv-jxvm.json b/advisories/github-reviewed/2022/02/GHSA-8478-53pv-jxvm/GHSA-8478-53pv-jxvm.json new file mode 100644 index 00000000000..2bb9833bc0e --- /dev/null +++ b/advisories/github-reviewed/2022/02/GHSA-8478-53pv-jxvm/GHSA-8478-53pv-jxvm.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8478-53pv-jxvm", + "modified": "2024-04-23T17:42:18Z", + "published": "2022-02-09T00:00:29Z", + "aliases": [ + "CVE-2022-23340" + ], + "summary": "Joplin Vulnerable to Code Injection", + "details": "Joplin prior to version 2.7.1 allows remote attackers to execute system commands through malicious code in user search results.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "joplin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.7.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23340" + }, + { + "type": "WEB", + "url": "https://github.com/laurent22/joplin/issues/6004" + }, + { + "type": "WEB", + "url": "https://github.com/laurent22/joplin/commit/810018b41f4d9f0c2fd9af4b8fd332fa4a0210f0" + }, + { + "type": "PACKAGE", + "url": "https://github.com/laurent22/joplin" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-94" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-04-23T17:42:18Z", + "nvd_published_at": "2022-02-08T14:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2022/05/GHSA-mrmf-755g-w2vw/GHSA-mrmf-755g-w2vw.json b/advisories/github-reviewed/2022/05/GHSA-mrmf-755g-w2vw/GHSA-mrmf-755g-w2vw.json new file mode 100644 index 00000000000..70d630be2e8 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-mrmf-755g-w2vw/GHSA-mrmf-755g-w2vw.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-mrmf-755g-w2vw", + "modified": "2024-04-23T17:41:42Z", + "published": "2022-05-24T19:09:53Z", + "aliases": [ + "CVE-2021-37916" + ], + "summary": "Joplin vulnerable to Cross-site Scripting in notes", + "details": "Joplin before 2.0.9 allows Cross-site Scripting via button and form in the note body.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/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": "2.0.9" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-37916" + }, + { + "type": "WEB", + "url": "https://github.com/laurent22/joplin/commit/feaecf765368f2c273bea3a9fa641ff0da7e6b26" + }, + { + "type": "PACKAGE", + "url": "https://github.com/laurent22/joplin" + }, + { + "type": "WEB", + "url": "https://github.com/laurent22/joplin/releases/tag/v2.0.9" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-04-23T17:41:42Z", + "nvd_published_at": "2021-08-03T00:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/02/GHSA-8478-53pv-jxvm/GHSA-8478-53pv-jxvm.json b/advisories/unreviewed/2022/02/GHSA-8478-53pv-jxvm/GHSA-8478-53pv-jxvm.json deleted file mode 100644 index 2a60dfe951a..00000000000 --- a/advisories/unreviewed/2022/02/GHSA-8478-53pv-jxvm/GHSA-8478-53pv-jxvm.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-8478-53pv-jxvm", - "modified": "2022-02-12T00:01:04Z", - "published": "2022-02-09T00:00:29Z", - "aliases": [ - "CVE-2022-23340" - ], - "details": "Joplin 2.6.10 allows remote attackers to execute system commands through malicious code in user search results.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23340" - }, - { - "type": "WEB", - "url": "https://github.com/laurent22/joplin/issues/6004" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2022-02-08T14:15:00Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-mrmf-755g-w2vw/GHSA-mrmf-755g-w2vw.json b/advisories/unreviewed/2022/05/GHSA-mrmf-755g-w2vw/GHSA-mrmf-755g-w2vw.json deleted file mode 100644 index f7779ed286b..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-mrmf-755g-w2vw/GHSA-mrmf-755g-w2vw.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-mrmf-755g-w2vw", - "modified": "2022-05-24T19:09:53Z", - "published": "2022-05-24T19:09:53Z", - "aliases": [ - "CVE-2021-37916" - ], - "details": "Joplin before 2.0.9 allows XSS via button and form in the note body.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-37916" - }, - { - "type": "WEB", - "url": "https://github.com/laurent22/joplin/commit/feaecf765368f2c273bea3a9fa641ff0da7e6b26" - }, - { - "type": "WEB", - "url": "https://github.com/laurent22/joplin/releases/tag/v2.0.9" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2021-08-03T00:15:00Z" - } -} \ No newline at end of file