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

exploitDog

github логотип

GHSA-5h9g-x5rv-25wg

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

Описание

Cross-site scripting vulnerability in TinyMCE

Impact

A cross-site scripting (XSS) vulnerability was discovered in the schema validation logic of the core parser. The vulnerability allowed arbitrary JavaScript execution when inserting a specially crafted piece of content into the editor using the clipboard or editor APIs. This malicious content could then end up in content published outside the editor, if no server-side sanitization was performed. This impacts all users who are using TinyMCE 5.8.2 or lower.

Patches

This vulnerability has been patched in TinyMCE 5.9.0 by ensuring schema validation was still performed after unwrapping invalid elements.

Workarounds

To work around this vulnerability, either:

  • Upgrade to TinyMCE 5.9.0 or higher
  • Manually sanitize the content using the BeforeSetContent event (see below)

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 William Bowling for discovering this vulnerability.

References

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

For more information

If you have any questions or comments about this advisory:

Пакеты

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

tinymce

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

< 5.9.0

5.9.0

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

TinyMCE

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

< 5.9.0

5.9.0

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

tinymce/tinymce

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

< 5.9.0

5.9.0

EPSS

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

6.1 Medium

CVSS3

Дефекты

CWE-79

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

CVSS3: 6.1
ubuntu
около 2 лет назад

TinyMCE versions before 5.9.0 are affected by a stored cross-site scripting vulnerability. An unauthenticated and remote attacker could insert crafted HTML into the editor resulting in arbitrary JavaScript execution in another user's browser.

CVSS3: 6.1
nvd
около 2 лет назад

TinyMCE versions before 5.9.0 are affected by a stored cross-site scripting vulnerability. An unauthenticated and remote attacker could insert crafted HTML into the editor resulting in arbitrary JavaScript execution in another user's browser.

CVSS3: 6.1
debian
около 2 лет назад

TinyMCE versions before 5.9.0 are affected by a stored cross-site scri ...

EPSS

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

6.1 Medium

CVSS3

Дефекты

CWE-79