SSTI
What is SSTI?
Server-side template injection is a vulnerability where the attacker injects malicious input into a template to execute commands on the server-side. This vulnerability occurs when invalid user input is embedded into the template engine which can generally lead to remote code execution (RCE).
How Does It Work?
POST /some-endpoint HTTP/1.1
Host: vulnerable-website.com
parameter=value
Exploit
Tools
Last updated
