Skip to content

Server-Side Template Injection (SSTI)

What is SSTI?

SSTI stands for Server-Side Template Injection, a web application vulnerability that occurs when an attacker is able to inject malicious code into a server-side template engine. This allows them to execute arbitrary code within the context of the server, potentially leading to data theft, unauthorized access, or server compromise. SSTI vulnerabilities commonly arise when input from users is not properly sanitized or validated before being passed to the template engine, enabling attackers to manipulate the template rendering process.

SSTI Handbook

References