From 5a742d9e9dce7c3da9ba193d61f0505e7cc57ec5 Mon Sep 17 00:00:00 2001 From: "Thomas Nelson (arthurdent3)" Date: Tue, 17 Sep 2019 09:49:58 -0400 Subject: Jackson Faster-xml vulnerability. CVE-2019-14439 Information Disclosure Vulnerability FasterXML Jackson-databind is prone to an information-disclosure vulnerability that occurs due to a polymorphic typing issue. Specifically, this issue occurs when an externally exposed JSON endpoint has default typing enabled and has logback jar in the classpath. An attacker can exploit this issue to obtain sensitive information that may aid in further attacks. Issue-ID: MUSIC-504 Signed-off-by: Thomas Nelson (arthurdent3) Signed-off-by: Thomas Nelson (arthurdent3) Change-Id: I2c31986ff2d792d482f84406e96c47dbf652f32f --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index c9da85ed..a7893b25 100755 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=2 -patch=35 +patch=36 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg