mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-27gm-ghr9-4v95 GHSA-p7j5-4mwm-hv86
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-27gm-ghr9-4v95",
|
||||
"modified": "2021-10-08T21:26:37Z",
|
||||
"modified": "2023-06-27T16:50:58Z",
|
||||
"published": "2020-01-30T21:22:15Z",
|
||||
"aliases": [
|
||||
|
||||
"CVE-2020-17480"
|
||||
],
|
||||
"summary": "Cross-site scripting vulnerability in TinyMCE",
|
||||
"details": "### Impact\nA cross-site scripting (XSS) vulnerability was discovered in: the core parser, `paste` and `visualchars` plugins. The vulnerability allowed arbitrary JavaScript execution when inserting a specially crafted piece of content into the editor via the clipboard or APIs. This impacts all users who are using TinyMCE 4.9.6 or lower and TinyMCE 5.1.3 or lower.\n\n### Patches\nThis vulnerability has been patched in TinyMCE 4.9.7 and 5.1.4 by improved parser logic and HTML sanitization.\n\n### Workarounds\nThe workarounds available are:\n- disable the impacted plugins\n- manually sanitize the content using the `BeforeSetContent` event (see below)\n- upgrade to either TinyMCE 4.9.7 or TinyMCE 5.1.4\n\n#### Example: Manually sanitize content\n```js\neditor.on('BeforeSetContent', function(e) {\n var sanitizedContent = ...; // Manually sanitize content here\n e.content = sanitizedContent;\n});\n```\n\n### Acknowledgements\nTiny Technologies would like to thank Michał Bentkowski for discovering this vulnerability.\n\n### References\nhttps://www.tiny.cloud/docs/release-notes/release-notes514/#securityfixes\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in the [TinyMCE repo](https://github.com/tinymce/tinymce/issues)\n* Email us at [infosec@tiny.cloud](mailto:infosec@tiny.cloud)\n",
|
||||
@@ -56,9 +56,21 @@
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/tinymce/tinymce/security/advisories/GHSA-27gm-ghr9-4v95"
|
||||
},
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-17480"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/tinymce/tinymce"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://portswigger.net/daily-swig/xss-vulnerability-patched-in-tinymce"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://www.tiny.cloud/docs/release-notes/release-notes514/#securityfixes"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-p7j5-4mwm-hv86",
|
||||
"modified": "2023-06-27T16:40:59Z",
|
||||
"modified": "2023-06-27T16:50:42Z",
|
||||
"published": "2021-05-06T17:28:14Z",
|
||||
"withdrawn": "2023-06-27T16:40:59Z",
|
||||
"aliases": [
|
||||
"CVE-2020-17480"
|
||||
|
||||
],
|
||||
"summary": "Duplicate Advisory: Cross-site scripting in TinyMCE",
|
||||
"details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-27gm-ghr9-4v95. This link is maintained to preserve external references.\n\n## Original Description\nTinyMCE before 4.9.7 and 5.x before 5.1.4 allows XSS in the core parser, the paste plugin, and the visualchars plugin by using the clipboard or APIs to insert content into the editor.",
|
||||
|
||||
Reference in New Issue
Block a user