mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-29 09:41:05 +00:00
20 lines
1.0 KiB
Markdown
20 lines
1.0 KiB
Markdown
![]() |
### [CVE-2017-3203](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-3203)
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
### Description
|
||
|
|
||
|
The Java implementations of AMF3 deserializers in Pivotal/Spring Spring-flex derive class instances from java.io.Externalizable rather than the AMF3 specification's recommendation of flash.utils.IExternalizable. A remote attacker with the ability to spoof or control an RMI server connection may be able to send serialized Java objects that execute arbitrary code when deserialized.
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
- http://www.securityweek.com/flaws-java-amf-libraries-allow-remote-code-execution
|
||
|
- https://codewhitesec.blogspot.com/2017/04/amf.html
|
||
|
- https://www.kb.cert.org/vuls/id/307983
|
||
|
|
||
|
#### Github
|
||
|
- https://github.com/PalindromeLabs/Java-Deserialization-CVEs
|
||
|
|