You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
JLLeitschuh
changed the title
[SECURITY] jackson-databind RCE vulnerability in dependencies
[SECURITY] RCE vulnerability in dependency jackson-databind
Feb 14, 2019
In the past month, there have been a significant number of security vulnerabilities and CVE numbers issued against
jackson-databind
.This vunerability has a CVSSv3 score of 9.8/10.
https://nvd.nist.gov/vuln/search/results?form_type=Basic&results_type=overview&query=+jackson-databind&search_type=all
Ktor depends upon version
2.9.2
ofjackson-module-kotlin
:ktor/ktor-features/ktor-jackson/build.gradle
Lines 5 to 7 in 24c7b56
jackson-module-kotlin
has a dependency uponjackson-databind
:https://mvnrepository.com/artifact/com.fasterxml.jackson.module/jackson-module-kotlin/2.9.2
Related #773
The text was updated successfully, but these errors were encountered: