diff --git a/modules/ROOT/pages/7.1-release-notes.adoc b/modules/ROOT/pages/7.1-release-notes.adoc index 356f67f011..6faea51801 100644 --- a/modules/ROOT/pages/7.1-release-notes.adoc +++ b/modules/ROOT/pages/7.1-release-notes.adoc @@ -390,7 +390,7 @@ In {productname} {release-version}, the Full Screen plugin has been modified to A cross-site scripting (XSS) vulnerability was identified in {productname} 6.8.x through 7.0.x caused by improper SVG namespace scope handling in the sanitizer. A crafted payload using nested elements could bypass attribute sanitization and execute arbitrary JavaScript. {productname} {release-version} resolves this issue through a rewrite of the affected sanitizer code. -CVE: _pending_ +CVE: https://nvd.nist.gov/vuln/detail/CVE-2026-47760[CVE-2026-47760] GHSA: https://github.com/tinymce/tinymce/security/advisories/GHSA-mh5m-5hw4-5c69[GitHub Advisories]. diff --git a/modules/ROOT/pages/7.9.3-release-notes.adoc b/modules/ROOT/pages/7.9.3-release-notes.adoc index 9b5329e886..3a4d57bffe 100644 --- a/modules/ROOT/pages/7.9.3-release-notes.adoc +++ b/modules/ROOT/pages/7.9.3-release-notes.adoc @@ -26,7 +26,7 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] A stored cross-site scripting (XSS) vulnerability was identified in the media plugin. Malicious scripts could be injected through crafted `data-mce-object` and `data-mce-p-*` attributes, which were executed when content was rendered. {productname} {release-version} ensures that content with `data-mce-object` and `data-mce-p-*` attributes is properly sanitized when the media plugin is in use. -CVE: _pending_ +CVE: https://nvd.nist.gov/vuln/detail/CVE-2026-47761[CVE-2026-47761] GHSA: https://github.com/tinymce/tinymce/security/advisories/GHSA-vg35-5wq7-3x7w[GitHub Advisories]. @@ -37,7 +37,7 @@ NOTE: Tiny Technologies would like to thank https://github.com/UncleJ4ck[Aymane A stored cross-site scripting (XSS) vulnerability was identified through forged `mce:protected` comments. Attackers could bypass sanitization and inject scripts that executed when content was restored. This issue affected configurations using the `protect` option. {productname} {release-version} validates decoded `mce:protected` content against configured `protect` regex rules before restoring. -CVE: _pending_ +CVE: https://nvd.nist.gov/vuln/detail/CVE-2026-47762[CVE-2026-47762] GHSA: https://github.com/tinymce/tinymce/security/advisories/GHSA-v98h-vmpc-fpqv[GitHub Advisories]. @@ -48,8 +48,8 @@ NOTE: Tiny Technologies would like to thank https://github.com/he1d3n[Ivan Baben A stored cross-site scripting (XSS) vulnerability was identified through unsanitized `data-mce-href`, `data-mce-src`, and `data-mce-style` attributes. Malicious values in these attributes could override safe attributes during serialization, bypassing validation. {productname} {release-version} strips unsafe `data-mce-*` attributes during parsing. -CVE: _pending_ +CVE: https://nvd.nist.gov/vuln/detail/CVE-2026-47759[CVE-2026-47759] GHSA: https://github.com/tinymce/tinymce/security/advisories/GHSA-q742-qvgc-gc2f[GitHub Advisories]. -// Credits: Tadi Kadango (https://github.com/mtrill47) and Ivan Babenko (https://github.com/he1d3n) — pending permission to attribute +NOTE: Tiny Technologies would like to thank https://github.com/mtrill47[Tadi Kadango] (https://tadiwakadango.com/[website]) and https://github.com/he1d3n[Ivan Babenko (he1d3n)] for discovering this vulnerability.