Dec 30, 2020
If you use @JsonSubTypes
you almost certainly are NOT affected: it is used with type names (arbitrary Strings), as the safe alternative to class names. Vulnerability is only possible of class names are used as type ids.
I hope this helps.