RSS   Vulnerabilities for 'TWIG'   RSS

2022-02-04
 
CVE-2022-23614

CWE-74
 

 
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.

 
2019-03-23
 
CVE-2019-9942

CWE-200
 

 
A sandbox information disclosure exists in Twig before 1.38.0 and 2.x before 2.7.0 because, under some circumstances, it is possible to call the __toString() method on an object even if not allowed by the security policy in place.

 
2018-07-10
 
CVE-2018-13818

CWE-94
 

 
** 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.

 
2015-11-06
 
CVE-2015-7809

CWE-264
 

 
The displayBlock function Template.php in Sensio Labs Twig before 1.20.0, when Sandbox mode is enabled, allows remote attackers to execute arbitrary code via the _self variable in a template.

 

 >>> Vendor: Symfony 2 Products
Symfony
TWIG


Copyright 2024, cxsecurity.com

 

Back to Top