Server Side Template Injection is possible when an attacker injects template directive as user input that can execute arbitrary code on the server.
+Server-side template injection occurs when user-controlled input is embedded into a server-side template, allowing users to inject template directives.
+This allows an attacker to inject malicious template directives and possibly execute arbitrary code on the affected server.
+Some popular and widely used template engines are Smarty, Twig, Jinja2, FreeMarker, Velocity.
+Server Side Template Injection in Jinja2 2.10
+An issue was discovered in Jinja2 2.10.The from_string function is prone to Server Side Template Injection (SSTI) where it takes the "source" parameter as a template object, renders it, and then returns it. The attacker can exploit it with {{INJECTION COMMANDS}} in a URI.The from_string function is prone to Server Side Template Injection (SSTI) where it takes the "source" parameter as a template object, renders it, and then returns it. The attacker can exploit it with {{INJECTION COMMANDS}} in a URI.
+