Vulnerabilities (CVE)

Filtered by vendor Nette Subscribe
Filtered by product Latte
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2022-21648 1 Nette 1 Latte 2024-02-28 4.3 MEDIUM 6.1 MEDIUM
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.
CVE-2021-23803 1 Nette 1 Latte 2024-02-28 7.5 HIGH 9.8 CRITICAL
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.