SSTI – Server-Side Template Injection

One vulnerability in the world of web development to be aware of is Server-Side Template Injection.  This type of vulnerability can have serious implications for web applications and services, especially those that serve mobile applications. What is SSTI? Server-Side Template Injection occurs when an attacker is able to inject malicious code into a template on Read More …