Skip to content

[!!!][RELEASE] 13.2.1 Security Release

Latest

Choose a tag to compare

@mschwemer mschwemer released this 25 Aug 07:24
· 2 commits to typo3-v13 since this release
4a16eb3

Security fix - please update ASAP

This release contains two security fixes.

  1. [!!!] Fluid viewhelper injection in FE

It was possible to use arbitrary viewhelpers in frontend files, like sender name or sender email. This is now prevented via a whitelist in the extension configuration. If you use other viewhelpers, you need to whitelist them in the extension configuration.

  1. Enforce page access in the backend module

With non numeric uid values, it was possible to gain access to mails on pages where an editor had no access to. This is now mitigated via an additional access check.