In Clojure before 1.9.0, classes can be used to construct a serialized object that executes arbitrary code upon deserialization. This is relevant if a server deserializes untrusted objects.
The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
Link | Tags |
---|---|
https://hackmd.io/%40fe1w0/HyefvRQKp | third party advisory exploit |
https://clojure.atlassian.net/browse/CLJ-2204 | patch vendor advisory exploit |
https://github.com/frohoff/ysoserial/pull/68/files | patch |
https://github.com/clojure/clojure/commit/271674c9b484d798484d134a5ac40a6df15d3ac3 | patch |
https://security.snyk.io/vuln/SNYK-JAVA-ORGCLOJURE-5740378 | third party advisory patch |