insecure deserialization

Insecure deserialization refers to a vulnerability in software systems where untrusted data that is deserialized (converted from a serialized format into an object) is not properly validated or sanitized, potentially exposing the system to malicious attacks such as remote code execution, unauthorized access, or data manipulation.

Requires login.