Server-Side Template Injection (SSTI): Detection and Prevention
Server-side template injection turns template engines like Jinja2 and Twig into remote code execution vectors. A single payload like {{7*7}} can escalate to full server compromise.
Read article