Description
Remediation Techniques:
- Make sure to have server-side input validation, sanitization checks in application in development stage in order to prevent hostile data within XML documents.
- Disable XML external entity and DTD processing.
- Make use of less complicated and well adopted formats like JSON, avoid serialization of sensitive data and patch all XML processors and libraries.