Users with access to the administration panel with page editing permissions could insert <script>
tags in markdown fields, which are exposed on the publicly accessible site pages, leading to potential XSS injections.
content.safe_mode
(enabled by default) controls whether HTML tags and potentially dangerous links are escaped. This is configurable as in some cases more flexibility should be given. Panel users should be only a controlled group of editors, which cannot enable the option by themselves, and not a generic group. This mitigates the chance of introducing vulnerabilities.content.safeMode
system option. Like Formwork 1.13.0, by default HTML tags and dangerous link are escaped. Even if enabled by an administrator, however, <script>
and other dangerous tags are still converted to text, but secure tags are allowed.https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-35621
{ "nvd_published_at": "2024-05-28T16:15:16Z", "cwe_ids": [ "CWE-79" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-05-28T16:54:31Z" }