Insecure Deserialization

Difficulty: Advanced

Question

What is insecure deserialization?

Answer

When an application takes untrusted data and uses it to recreate an object. Attackers can manipulate the data to execute arbitrary code (RCE) during the object creation process.

Concepts covered

OWASP, RCE