fkie_cve-2017-3201
Vulnerability from fkie_nvd
Published
2018-06-11 17:29
Modified
2024-11-21 03:25
Severity ?
Summary
The Java implementation of AMF3 deserializers used in Flamingo amf-serializer by Exadel, version 2.2.0 derives 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.
References
▶ | URL | Tags | |
---|---|---|---|
cret@cert.org | http://www.securityfocus.com/bid/97380 | Third Party Advisory, VDB Entry | |
cret@cert.org | http://www.securityweek.com/flaws-java-amf-libraries-allow-remote-code-execution | Third Party Advisory | |
cret@cert.org | https://codewhitesec.blogspot.com/2017/04/amf.html | Exploit, Third Party Advisory | |
cret@cert.org | https://www.kb.cert.org/vuls/id/307983 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.securityfocus.com/bid/97380 | Third Party Advisory, VDB Entry | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.securityweek.com/flaws-java-amf-libraries-allow-remote-code-execution | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://codewhitesec.blogspot.com/2017/04/amf.html | Exploit, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.kb.cert.org/vuls/id/307983 | Third Party Advisory |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
exadel | flamingo_amf-serializer | 2.2.0 |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:exadel:flamingo_amf-serializer:2.2.0:*:*:*:*:*:*:*", "matchCriteriaId": "1C2A6BD9-BD26-4419-A5C6-1D77F25F6154", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "The Java implementation of AMF3 deserializers used in Flamingo amf-serializer by Exadel, version 2.2.0 derives class instances from java.io.Externalizable rather than the AMF3 specification\u0027s 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." }, { "lang": "es", "value": "La implementaci\u00f3n de Java de los deserializadores AMF3 empleados en Flamingo amf-serializer, de Exadel, en su versi\u00f3n 2.2.0, deriva las instancias de clase desde java.io.Externalizable en lugar de la recomendaci\u00f3n de especificaci\u00f3n de AMF3 de flash.utils.IExternalizable. Un atacante remoto con la habilidad de suplantar o controlar una conexi\u00f3n de servidor RMI podr\u00eda ser capaz de enviar objetos Java serializados que ejecutan c\u00f3digo arbitrario al deserializarse." } ], "id": "CVE-2017-3201", "lastModified": "2024-11-21T03:25:01.400", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": [ { "cvssData": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "exploitabilityScore": 2.2, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2018-06-11T17:29:00.570", "references": [ { "source": "cret@cert.org", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/97380" }, { "source": "cret@cert.org", "tags": [ "Third Party Advisory" ], "url": "http://www.securityweek.com/flaws-java-amf-libraries-allow-remote-code-execution" }, { "source": "cret@cert.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://codewhitesec.blogspot.com/2017/04/amf.html" }, { "source": "cret@cert.org", "tags": [ "Third Party Advisory" ], "url": "https://www.kb.cert.org/vuls/id/307983" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/97380" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "http://www.securityweek.com/flaws-java-amf-libraries-allow-remote-code-execution" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://codewhitesec.blogspot.com/2017/04/amf.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://www.kb.cert.org/vuls/id/307983" } ], "sourceIdentifier": "cret@cert.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-502" } ], "source": "cret@cert.org", "type": "Secondary" }, { "description": [ { "lang": "en", "value": "CWE-502" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…