Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SECURITY] RCE vulnerability in dependency jackson-databind #952

Closed
JLLeitschuh opened this issue Feb 14, 2019 · 0 comments
Closed

[SECURITY] RCE vulnerability in dependency jackson-databind #952

JLLeitschuh opened this issue Feb 14, 2019 · 0 comments
Assignees
Milestone

Comments

@JLLeitschuh
Copy link
Contributor

JLLeitschuh commented 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 of jackson-module-kotlin:

dependencies {
api group: 'com.fasterxml.jackson.module', name: 'jackson-module-kotlin', version: '2.9.2'
}

jackson-module-kotlin has a dependency upon jackson-databind:
https://mvnrepository.com/artifact/com.fasterxml.jackson.module/jackson-module-kotlin/2.9.2

Related #773

@JLLeitschuh JLLeitschuh changed the title [SECURITY] jackson-databind RCE vulnerability in dependencies [SECURITY] RCE vulnerability in dependency jackson-databind Feb 14, 2019
@cy6erGn0m cy6erGn0m added this to the 1.2.1 milestone Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants