Server-side template injection (SSTI)
Detect
${{<%[%'"}}%\Plaintext context
http://website.com/?param=${7*7}Code context
http://website.com/?param=data.name<tag>Exploit
ERB RCE (Ruby)
Tornado RCE (Python)
FreeMarker RCE (Java)
Handlebars RCE (Node/JS)
Django Templates (Python)
Last updated