Vulnerabilities (CVE)

Filtered by vendor Symfony Subscribe
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2022-23614 1 Symfony 1 Twig 2022-02-14 7.5 HIGH 9.8 CRITICAL
Twig is an open source template language for PHP. When in a sandbox mode, the `arrow` parameter of the `sort` filter must be a closure to avoid attackers being able to run arbitrary PHP functions. In affected versions this constraint was not properly enforced and could lead to code injection of arbitrary PHP code. Patched versions now disallow calling non Closure in the `sort` filter as is the case for some other filters. Users are advised to upgrade.
CVE-2018-13818 1 Symfony 1 Twig 2019-03-08 7.5 HIGH 9.8 CRITICAL
** DISPUTED ** Twig before 2.4.4 allows Server-Side Template Injection (SSTI) via the search search_key parameter. NOTE: the vendor points out that Twig itself is not a web application and states that it is the responsibility of web applications using Twig to properly wrap input to it.