Skip to content

v1.0.6

Latest

Choose a tag to compare

@introfini introfini released this 30 Jul 08:54

Security release addressing the findings of the Mautic marketplace allowlist review (marketplace-allowlist#21):

  • XSS (high): the inline builder settings printed into a <script> block are now encoded with JSON_HEX_TAG, so a config value containing </script> can no longer break out of the block. Covered by a new functional test.
  • SSRF (medium): base_url is only honoured when it parses to an http(s) URL; any other scheme falls back to the provider default.
  • Telemetry (low): a failure to persist the generation record is now logged at error level instead of being swallowed silently.

Upgrading is recommended for all installations.