server-side template injection (ssti)

Server-side template injection (SSTI) refers to a security vulnerability where an attacker can inject malicious code into templates used by a server to dynamically generate web content. This can allow the attacker to execute arbitrary commands, access sensitive server-side data, or perform other unauthorized actions.

Requires login.