Tag: Server-side
All the articles with the tag "Server-side".
-
Log Poisoning via User-Agent
Log poisoning is an attack technique where malicious code is injected into server log files which are then executed when the log file is viewed or processed....
-
SSI (Server-Side Includes) Injection
Server-Side Includes (SSI) are directives in HTML pages that are evaluated on the server before the page is delivered to the client. SSI injection occurs whe...
-
SSTI (Server-Side Template Injection)
Server-Side Template Injection (SSTI) is a vulnerability that occurs when user input is embedded directly into a template in an unsafe manner. When a web app...
-
XXE (XML External Entity) Injection
XML External Entity (XXE) injection vulnerabilities and exploitation techniques for reading files and SSRF attacks