Add XML injection, prompt injection, enhanced open redirect payloads, and contribution guidelines

Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-04 19:33:07 +00:00
parent 28adbc2281
commit bc2ccbb10e
8 changed files with 1416 additions and 4 deletions
+17
View File
@@ -0,0 +1,17 @@
# XML Injection
## Description
XML Injection vulnerabilities occur when user-supplied data is inserted into XML documents without proper validation or sanitization. This can lead to XML External Entity (XXE) attacks, XML injection attacks, and other security issues.
## Common Attack Vectors
- XML External Entity (XXE) injection
- XML structure manipulation
- SOAP injection
- XPath injection via XML
- XML Entity Expansion (Billion Laughs attack)
## Testing Approach
Test XML input fields, file uploads, and APIs that accept XML data. Try injecting malicious XML entities and structures to manipulate the application behavior.
## Payloads
See `xml-injection-payloads.txt` for a comprehensive list of XML injection payloads.