Vulnerabilities (CVE)

Filtered by vendor Sulu Subscribe
Filtered by product Sulu
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2021-43835 1 Sulu 1 Sulu 2021-12-21 6.5 MEDIUM 7.2 HIGH
Sulu is an open-source PHP content management system based on the Symfony framework. In affected versions Sulu users who have access to any subset of the admin UI are able to elevate their privilege. Over the API it was possible for them to give themselves permissions to areas which they did not already had. This issue was introduced in 2.0.0-RC1 with the new ProfileController putAction. The versions have been patched in 2.2.18, 2.3.8 and 2.4.0. For users unable to upgrade the only known workaround is to apply a patch to the ProfileController manually.
CVE-2021-43836 1 Sulu 1 Sulu 2021-12-21 6.5 MEDIUM 8.8 HIGH
Sulu is an open-source PHP content management system based on the Symfony framework. In affected versions an attacker can read arbitrary local files via a PHP file include. In a default configuration this also leads to remote code execution. The problem is patched with the Versions 1.6.44, 2.2.18, 2.3.8, 2.4.0. For users unable to upgrade overwrite the service `sulu_route.generator.expression_token_provider` and wrap the translator before passing it to the expression language.