Files
CVEs-PoC/2021/CVE-2021-23803.md
T
2024-05-25 21:48:12 +02:00

18 lines
816 B
Markdown

### [CVE-2021-23803](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23803)
![](https://img.shields.io/static/v1?label=Product&message=latte%2Flatte&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C%202.10.6%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Access%20Control%20Bypass&color=brighgreen)
### Description
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.
### POC
#### Reference
- https://snyk.io/vuln/SNYK-PHP-LATTELATTE-1932226
#### Github
No PoCs found on GitHub currently.