-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
10.0.0, 9.12.13
-
9.12
-
3
-
Severity 3 - Minor
-
Issue Summary
The current tinyMCE version used on the latest version of Jira is 5.10.9.
There are two outstanding CVEs between the delta of 5.10.9 to 7.0.0 that don't seem to be backported yet:
Both are cross-site scripting (XSS) vulnerabilities that are medium severity.
This is reproducible on Data Center: (yes) / (no)
Steps to Reproduce
- On a Jira issue, follow the inline script element that is referenced as part of the Editor Plugin package:
- <script src="/s/../../7.5.4/_/download/resources/com.atlassian.jira.plugins.jira-editor-plugin:tinymce/tinymce.js?batch=false"></script>
- Inside tinymce.js, confirm the current version is under 7.0.0 (current latest is Version: 5.10.9 (2023-11-15))
Expected Results
- To mitigate the CVE, tinyMCE could be upgraded and investigated for its implementation inline with CVE.
Actual Results
- Current tinyMCE versions are in scope of CVE.
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available