About 30,900 results
Open links in new tab
  1. Server-Side Template Injection | PortSwigger Research

    Aug 5, 2015 · Unsafely embedding user input in templates enables Server-Side Template Injection, a frequently critical vulnerability that is extremely easy to mistake for Cross-Site Scripting (XSS), or …

  2. Server-Side Template Injection - GeeksforGeeks

    Apr 29, 2026 · Server-Side Template Injection (SSTI) is a web security vulnerability where attackers inject malicious input into server-side templates, allowing unintended code execution on the server. It …

  3. WSTG - v4.1 | OWASP Foundation

    Server Side Template Injection vulnerabilities (SSTI) occur when user input is embedded in a template in an unsafe manner and results in remote code execution on the server.

  4. All About Server Side Template Injection (SSTI)

    Jul 15, 2025 · Learn how Server-Side Template Injection (SSTI) works, explore common payloads, affected template engines, detection methods, and prevention tips.

  5. Server Side Template Injection (SSTI) Explained - Detection ...

    Feb 25, 2026 · Learn what Server Side Template Injection (SSTI) is, how attackers exploit it, real-world examples, payloads, commands, detection methods, and how to prevent SSTI vulnerabilities.

  6. Server-Side Template Injection: Transforming Web Applications from ...

    Aug 14, 2024 · A Server-Side Template Injection (SSTI) vulnerability occurs when a user input is improperly handled and injected into a web application’s template engine. Template engines are …

  7. WSTG - Latest - OWASP Foundation

    Server-side Template Injection vulnerabilities (SSTI) occur when user input is embedded in a template in an unsafe manner and results in remote code execution on the server.

  8. Server-side template injection | Web Security Academy

    In this section, we'll discuss what server-side template injection is and outline the basic methodology for exploiting server-side template injection vulnerabilities.

  9. SSTI (Server Side Template Injection) - HackTricks

    Server-side template injection is a vulnerability that occurs when an attacker can inject malicious code into a template that is executed on the server. This vulnerability can be found in various …

  10. Server Side Template Injection - GitHub

    Using at least two pairs of payloads avoids false positives caused by external interference. The attacker first locates an input field, URL parameter, or any user-controllable part of the application that is …