Untrusted serialized data is deserialized into objects, which can trigger code execution or object injection.
Upgrade to a version that restricts deserialization; switch to a safe data format.
Never deserialize untrusted input with native/object deserializers; prefer JSON with a schema.
Stateward flags Deserialization of Untrusted Data in your own code and dependencies on every pull request.
Scan my repoSources: CISA KEV (public domain), OSV.dev & GitHub Advisory Database (CC-BY-4.0), FIRST EPSS, NVD/CWE (public domain). Served live from the Stateward advisory database.