Publish Advisories

GHSA-m6mf-hmrh-ph4j
GHSA-phj8-2p6x-hq5r
GHSA-mjr5-v9c9-mm7g
GHSA-m6mf-hmrh-ph4j
This commit is contained in:
advisory-database[bot]
2024-04-23 17:45:10 +00:00
parent 14350e7e0c
commit e60576eae8
4 changed files with 117 additions and 52 deletions
@@ -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"
}
}
@@ -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"
}
}
@@ -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"
}
}
@@ -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"
}
}