Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-27gm-ghr9-4v95

Опубликовано: 30 янв. 2020
Источник: github
Github: Прошло ревью

Описание

Cross-site scripting vulnerability in TinyMCE

Impact

A 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.

Patches

This vulnerability has been patched in TinyMCE 4.9.7 and 5.1.4 by improved parser logic and HTML sanitization.

Workarounds

The workarounds available are:

  • disable the impacted plugins
  • manually sanitize the content using the BeforeSetContent event (see below)
  • upgrade to either TinyMCE 4.9.7 or TinyMCE 5.1.4

Example: Manually sanitize content

editor.on('BeforeSetContent', function(e) { var sanitizedContent = ...; // Manually sanitize content here e.content = sanitizedContent; });

Acknowledgements

Tiny Technologies would like to thank Michał Bentkowski for discovering this vulnerability.

References

https://www.tiny.cloud/docs/release-notes/release-notes514/#securityfixes

For more information

If you have any questions or comments about this advisory:

Пакеты

Наименование

tinymce

npm
Затронутые версииВерсия исправления

< 4.9.7

4.9.7

Наименование

tinymce

npm
Затронутые версииВерсия исправления

>= 5.0.0, < 5.1.4

5.1.4

EPSS

Процентиль: 74%
0.00881
Низкий

Дефекты

CWE-79

Связанные уязвимости

CVSS3: 6.1
ubuntu
почти 5 лет назад

TinyMCE 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.

CVSS3: 6.1
nvd
почти 5 лет назад

TinyMCE 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.

CVSS3: 6.1
debian
почти 5 лет назад

TinyMCE before 4.9.7 and 5.x before 5.1.4 allows XSS in the core parse ...

EPSS

Процентиль: 74%
0.00881
Низкий

Дефекты

CWE-79