All rules →
Rules / Java
SHIELD-JAVA-005

Insecure Deserialization via XMLDecoder

criticalJavaCWE-502CVSS 9.8

What it detects

XMLDecoder deserializes arbitrary objects and can execute attacker-supplied code.

How to fix

Do not use XMLDecoder on untrusted input; use a safe data-binding library with restricted types.

Scan your repo freeFull documentation
Back to all rules
SHIELD-JAVA-005: Insecure Deserialization via XMLDecoder — Zennoxa Shield