diff --git a/Server Side Template Injection/Elixir.md b/Server Side Template Injection/Elixir.md index cfe8cda1..4fc469f9 100644 --- a/Server Side Template Injection/Elixir.md +++ b/Server Side Template Injection/Elixir.md @@ -1,4 +1,4 @@ -# Server Side Template Injection - Elixir +# Elixir Deserialization > Server-Side Template Injection (SSTI) is a vulnerability that arises when an attacker can inject malicious code into a server-side template, causing the server to execute arbitrary commands. In Elixir, SSTI can occur when using templating engines like EEx (Embedded Elixir), especially when user input is incorporated into templates without proper sanitization or validation.