Skip to content

Commit c2c7b25

Browse files
authored
fix CVE-2019-12086 com.fasterxml.jackson.core:jackson-databind v>= 2.0.0, < 2.9.9
fix moderate severity security vulnerability in com.fasterxml.jackson.core:jackson-databind v>= 2.0.0, < 2.9.9 CVE-2019-12086 More information moderate severity Vulnerable versions: >= 2.0.0, < 2.9.9 Patched version: 2.9.9 A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.x before 2.9.9. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint, the service has the mysql-connector-java jar (8.0.14 or earlier) in the classpath, and an attacker can host a crafted MySQL server reachable by the victim, an attacker can send a crafted JSON message that allows them to read arbitrary local files on the server. This occurs because of missing com.mysql.cj.jdbc.admin.MiniAdmin validation.
1 parent 5030132 commit c2c7b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
156156
<dependency>
157157
<groupId>com.fasterxml.jackson.core</groupId>
158158
<artifactId>jackson-databind</artifactId>
159-
<version>2.9.8</version>
159+
<version>2.9.9</version>
160160
</dependency>
161161
<dependency>
162162
<groupId>org.sonatype.aether</groupId>

0 commit comments

Comments
 (0)