Learn about insecure deserialization vulnerabilities through hands-on experience
Create a normal user account through the registration process. Observe how user data is stored in cookies as serialized objects.
Learn how serialized data in cookies can be manipulated. Explore the insecure deserialization process used in the application.
Attempt to modify serialized data to achieve privilege escalation or code execution. Understand the security implications of insecure deserialization.