symphonyoss / symphony-java-client

Java client library for Symphony
Apache License 2.0
34 stars 37 forks source link

Update Jackson to version 2.9.4 #99

Closed maoo closed 6 years ago

maoo commented 6 years ago

FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the Spring libraries are available in the classpath.

Issue is fixed on version 2.9.4, which should be adopted by https://github.com/symphonyoss/symphony-java-client and https://github.com/symphonyoss/symphony-java-api

ftbb commented 6 years ago

Agreed, will come in next releases.

pmonks commented 6 years ago

I believe this can be closed?