Highlights
Deserialization of Untrusted Data: 1 prior fix. Scrutinize any change in this area.
core/src/main/java/me/prettyprint/cassandra/serializers/DynamicCompositeSerializer.java: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Deserialization of Untrusted Data: Deserializing untrusted database payloads using unsafe object serialization pathways can lead to arbitrary code execution (ACE) within the application context. This risk is particularly severe when automatic deserialization of complex or arbitrary types is left enabled by default.