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

exploitDog

github логотип

GHSA-vrv8-v4w8-f95h

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

Описание

Cross-site scripting vulnerability in TinyMCE

Impact

A cross-site scripting (XSS) vulnerability was discovered in the core parser. 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.10 or lower and TinyMCE 5.4.0 or lower.

Patches

This vulnerability has been patched in TinyMCE 4.9.11 and 5.4.1 by improved HTML parsing and sanitization logic.

Workarounds

The workarounds available are:

  • upgrade to either TinyMCE 4.9.11 or TinyMCE 5.4.1 or
  • enable the media plugin, which overrides the default parsing behaviour for iframes or
  • add the following workaround to update the parsing schema rules for iframes:

Example: Change the default schema for iframes

setup: function(editor) { editor.on('PreInit', function() { editor.schema.getSpecialElements()['iframe'] = /</iframe[^>]*>/gi; }); }

Acknowledgements

Tiny Technologies would like to thank George Steketee and Chris Davis at Bishop Fox for discovering this vulnerability.

References

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

For more information

If you have any questions or comments about this advisory:

Пакеты

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

tinymce

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

< 4.9.11

4.9.11

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

tinymce

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

>= 5.0.0, < 5.4.1

5.4.1

EPSS

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

6.1 Medium

CVSS3

Дефекты

CWE-79

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

CVSS3: 6.1
ubuntu
больше 5 лет назад

A cross-site scripting (XSS) vulnerability in TinyMCE 5.2.1 and earlier allows remote attackers to inject arbitrary web script when configured in classic editing mode.

CVSS3: 6.1
nvd
больше 5 лет назад

A cross-site scripting (XSS) vulnerability in TinyMCE 5.2.1 and earlier allows remote attackers to inject arbitrary web script when configured in classic editing mode.

CVSS3: 6.1
debian
больше 5 лет назад

A cross-site scripting (XSS) vulnerability in TinyMCE 5.2.1 and earlie ...

EPSS

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

6.1 Medium

CVSS3

Дефекты

CWE-79