Latest Posts

September 8, 2021
During the development of web applications, some objects need to be transferred. Objects contain a bunch of sensitive information and cannot be transferred directly.
It has to be converted into plain text before transferring. This process of converting JSON objects into plain texts is called serialization. The reverse process is called deserialization.
Insecure Deserialization is a vulnerability that occurs when malicious data is used to disturb the logic of an application. It induces denial of service attacks or misapplies the logic of an application upon deserialization.

Improper handling of this flaw may entertain remote code execution attacks.
Applications may be exposed to serious threats if they randomly deserialize corrupted objects. Serialization may be used in applications for:
There are two common vulnerabilities they might be exposed to
Object and Data Structure related attacks:
In this type, the attacker tries to break into the application and change the application logic. The attacker may change the behavior of the classes during the process of deserialization or after deserialization.
Typical data tampering attacks:
In these types of attacks, the class and its entities remain unchanged but the underlying contents of the class are modified. This may corrupt the whole working process of the system.
Mitigation of insecure deserialization:
WAF - Web Application Firewall
Insecure Deserialization can be prevented with the help of a web application firewall (WAF). A WAF serves as a filter between the server and the web traffic.
A WAF works based on a set of rulesets, the most common type of ruleset used across any WAF is OWASP Top 10 ModSecurity rulesets. StrrongBox IT’s Modshield SB works on the core ModSecurity rulesets, which can avert SQL injections during the time of the attack.
Latest Posts


Get the latest cybersecurity insights, threat intelligence, and security best practices delivered straight to your inbox.