Back to Labs
Weakness (CWE)

CWE-502

Deserialization of Untrusted Data

About

The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.

Common consequences

  • Integrity → Modify Application Data, Unexpected State
  • Availability → DoS: Resource Consumption (CPU)
  • Other → Varies by Context

Mitigations

  • Architecture and Design, Implementation: If available, use the signing/sealing features of the programming language to assure that deserialized data has not been tainted. For example, a hash-based message authentication code (HMAC) could be used to ensure that data has not been modified.
  • Implementation: When deserializing data, populate a new object rather than just deserializing. The result is that the data flows through safe input validation and that the functions are safe.
  • Implementation: Explicitly define a final object() to prevent deserialization.
  • Architecture and Design, Implementation: Make fields transient to protect them from deserialization. An attempt to serialize and then deserialize a class containing transient fields will result in NULLs where the transient data should be. This is an excellent way to prevent time, environment-based, or sensitive variables from being carried over and used improperly.
  • Implementation: Avoid having unnecessary types or gadgets (a sequence of instances and method invocations that can self-execute during the deserialization process, often found in libraries) available that can be leveraged for malicious ends. This limits the potential for unintended or unauthorized types and gadgets to be leveraged by the attacker. Add only acceptable classes to an allowlist. Note:
  • Architecture and Design, Implementation: Employ cryptography of the data or code for protection. However, it's important to note that it would still be client-side security. This is risky because if the client is compromised then the security implemented on the client (the cryptography) can be bypassed.

CVEs with this weakness

Frequently asked questions

What is CWE-502?

The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid. Common consequences Integrity → Modify Application Data, Unexpected State Availability → DoS: Resource Consumption (CPU) Other → Varies by Context Mitigations Architecture and Design, Implementation: If available, use the signing/sealing features of the programming language to assure that deserialized data has…

How likely is CWE-502 to be exploited?

MITRE rates the likelihood of exploit for CWE-502 as medium.

Which platforms does CWE-502 affect?

CWE-502 has been observed on: Java, Ruby, PHP, Python, JavaScript, Not Technology-Specific, ICS/OT, AI/ML.

How many CVEs does Rainforest track for CWE-502?

Rainforest Labs currently tracks 9 published CVEs mapped to CWE-502. They are listed on this page.

Empower Your Security Strategy with Rainforest

Discover vulnerabilities early, prioritize critical threats, and protect what truly matters. Rainforest streamlines your security operations, saving you time and reducing costs, so you can focus on what drives your business forward.