Relative Path Traversal in EspoCRM - CVE-2026-33733
Published: April 23, 2026
EspoCRM
Detailed vulnerability description
The vulnerability allows a remote user to read, create, overwrite, or delete arbitrary files.
The vulnerability exists due to relative path traversal in the TemplateManager admin endpoints when handling attacker-controlled name and scope parameters in template path construction. A remote privileged user can send specially crafted requests with ../ sequences to read, create, overwrite, or delete arbitrary files.
The file operation is limited to paths that resolve to body.tpl or subject.tpl under the web application's filesystem permissions.