incodehq / incode-platform

Combines incode.org modules and isisaddons.org into a single set of modules.
http://platform.incode.org
Apache License 2.0
8 stars 9 forks source link

Bump to jackson 2.9.8 to fix security vulnerabilities #104

Open danhaywood opened 5 years ago

danhaywood commented 5 years ago

as per https://github.com/incodehq/incode-platform/network/alert/modules/pom.xml/com.fasterxml.jackson.core:jackson-databind/open

Details CVE-2018-14719 More information high severity Vulnerable versions: >= 2.9.0, < 2.9.7 Patched version: 2.9.7 FasterXML jackson-databind 2.x before 2.9.7 might allow remote attackers to execute arbitrary code by leveraging failure to block the blaze-ds-opt and blaze-ds-core classes from polymorphic deserialization.

CVE-2018-14720 More information high severity Vulnerable versions: >= 2.9.0, < 2.9.7 Patched version: 2.9.7 FasterXML jackson-databind 2.x before 2.9.7 might allow attackers to conduct external XML entity (XXE) attacks by leveraging failure to block unspecified JDK classes from polymorphic deserialization.

CVE-2018-14718 More information high severity Vulnerable versions: >= 2.9.0, < 2.9.7 Patched version: 2.9.7 FasterXML jackson-databind 2.x before 2.9.7 might allow remote attackers to execute arbitrary code by leveraging failure to block the slf4j-ext class from polymorphic deserialization.

CVE-2018-19360 More information high severity Vulnerable versions: >= 2.9.0, < 2.9.8 Patched version: 2.9.8 FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the axis2-transport-jms class from polymorphic deserialization.

CVE-2018-19361 More information high severity Vulnerable versions: >= 2.9.0, < 2.9.8 Patched version: 2.9.8 FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the openjpa class from polymorphic deserialization.

CVE-2018-19362 More information high severity Vulnerable versions: >= 2.9.0, < 2.9.8 Patched version: 2.9.8 FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the jboss-common-core class from polymorphic deserialization.

CVE-2018-14721 More information high severity Vulnerable versions: >= 2.9.0, < 2.9.7 Patched version: 2.9.7 FasterXML jackson-databind 2.x before 2.9.7 might allow remote attackers to conduct server-side request forgery (SSRF) attacks by leveraging failure to block the axis2-jaxws class from polymorphic deserialization.

CVE-2017-17485 More information high severity Vulnerable versions: >= 2.9.0, < 2.9.4 Patched version: 2.9.4 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.

CVE-2017-15095 More information high severity Vulnerable versions: >= 2.9.0, < 2.9.4 Patched version: 2.9.4 A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525 by blacklisting more classes that could be used maliciously.

CVE-2018-7489 More information high severity Vulnerable versions: >= 2.9.0, < 2.9.5 Patched version: 2.9.5 FasterXML jackson-databind before 2.8.11.1 and 2.9.x before 2.9.5 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 c3p0 libraries are available in the classpath.