]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Merge pull request #5490 from rspamd/vstakhov-ucl-fix
authorVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 5 Jun 2025 10:53:01 +0000 (16:53 +0600)
committerGitHub <noreply@github.com>
Thu, 5 Jun 2025 10:53:01 +0000 (16:53 +0600)
One of the major issues is that we should use safe parser flags for all inputs aside of the real configuration which we should really trust. It means that we need to disable macros, file variables and other UCL features when it is used to parse any potentially unsafe content. I do not treat it as a security vulnerability so far, as Rspamd operates with merely trusted content by HTTP by default, however, it is good to fix to avoid any potential future mususes or even exploits possibilities.


Trivial merge