Skip to main content

One post tagged with "Server Side Template Injection (SSTI)"

Server-Side Template Injection (SSTI) is a web application security vulnerability where user-controllable input is used to inject template code into a server-side templating engine, allowing an attacker to execute arbitrary code on the server. This can be achieved by manipulating inputs such as form fields, cookies, or URL parameters to inject malicious template code, resulting in the execution of unintended commands or access to sensitive data.

View All Tags