mirror of
https://github.com/0xMarcio/cve.git
synced 2025-12-16 20:27:21 +00:00
21 lines
806 B
Markdown
21 lines
806 B
Markdown
|
|
### [CVE-2017-20189](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-20189)
|
||
|
|

|
||
|
|

|
||
|
|

|
||
|
|
|
||
|
|
### Description
|
||
|
|
|
||
|
|
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.
|
||
|
|
|
||
|
|
### POC
|
||
|
|
|
||
|
|
#### Reference
|
||
|
|
- https://clojure.atlassian.net/browse/CLJ-2204
|
||
|
|
- https://github.com/frohoff/ysoserial/pull/68/files
|
||
|
|
- https://hackmd.io/@fe1w0/HyefvRQKp
|
||
|
|
- https://security.snyk.io/vuln/SNYK-JAVA-ORGCLOJURE-5740378
|
||
|
|
|
||
|
|
#### Github
|
||
|
|
- https://github.com/fe1w0/fe1w0
|
||
|
|
|