Tag: web security
All the articles with the tag "web security".
-
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
-
XSLT Injection
XSLT (Extensible Stylesheet Language Transformations) injection occurs when an attacker can control or modify XSLT stylesheets that are processed by an appli...
-
XSS (Cross-Site Scripting)
Cross-Site Scripting (XSS) is a client-side injection vulnerability that allows attackers to execute malicious JavaScript in victims' browsers. This cheatshe...