📄️ XML External Entity (XXE) Injection
XXE Injection is a vulnerability that allows attackers to exploit XML parsers by including external entities. It can lead to reading local files, SSRF, or denial of service. This happens when untrusted XML input is parsed without proper configuration.
📄️ XPath Injection
XPath, or XML Path Language, is an expression language used to navigate and select nodes within an XML document. It provides a way to address parts of an XML document, such as elements, attributes, and text content, based on their names, positions, or relationships to other nodes.
📄️ XSLT Injection
Updating Soon...