3 results (0.006 seconds)

CVSS: 8.2EPSS: 0%CPEs: 3EXPL: 0

Latte is an open source template engine for PHP. Versions since 2.8.0 Latte has included a template sandbox and in affected versions it has been found that a sandbox escape exists allowing for injection into web pages generated from Latte. This may lead to XSS attacks. The issue is fixed in the versions 2.8.8, 2.9.6 and 2.10.8. Users unable to upgrade should not accept template input from untrusted sources. • https://github.com/nette/latte/commit/9e1b4f7d70f7a9c3fa6753ffa7d7e450a3d4abb0 https://github.com/nette/latte/security/advisories/GHSA-36m2-8rhx-f36j • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVSS: 9.8EPSS: 0%CPEs: 1EXPL: 2

This affects the package latte/latte before 2.10.6. There is a way to bypass allowFunctions that will affect the security of the application. When the template is set to allow/disallow the use of certain functions, adding control characters (x00-x08) after the function will bypass these restrictions. Esto afecta al paquete latte/latte versiones anteriores a 2.10.6. Se presenta una forma de omitir allowFunctions que afectará a la seguridad de la aplicación. • https://github.com/nette/latte/commit/227c86eda9a8a6d060ea8501923e768b6d992210 https://github.com/nette/latte/issues/279 https://snyk.io/vuln/SNYK-PHP-LATTELATTE-1932226 • CWE-863: Incorrect Authorization •

CVSS: 9.8EPSS: 96%CPEs: 7EXPL: 3

Nette versions before 2.0.19, 2.1.13, 2.2.10, 2.3.14, 2.4.16, 3.0.6 are vulnerable to an code injection attack by passing specially formed parameters to URL that may possibly leading to RCE. Nette is a PHP/Composer MVC Framework. Nette versiones anteriores a 2.0.19, 2.1.13, 2.2.10, 2.3.14, 2.4.16, 3.0.6 son vulnerables a un ataque de inyección de código al pasar parámetros especialmente formados hacia la URL que puede posiblemente conllevar a RCE. Nette es un Framework MVC de PHP/Composer • https://github.com/hu4wufu/CVE-2020-15227 https://github.com/filipsedivy/CVE-2020-15227 https://github.com/Langriklol/CVE-2020-15227 https://github.com/nette/application/security/advisories/GHSA-8gv3-3j7f-wg94 https://lists.debian.org/debian-lts-announce/2021/04/msg00003.html https://packagist.org/packages/nette/application https://packagist.org/packages/nette/nette • CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') CWE-94: Improper Control of Generation of Code ('Code Injection') •