-
Notifications
You must be signed in to change notification settings - Fork 403
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
Upgrade Jackson dependencies #15
Comments
There are multiple security issues that have been addressed in released version of Jackson. The above reference to Jackson-databind 1723 is actually not the best reference as that issue was closed as a duplicate. What we do have are fixes for CVE-2017-7525 via: FasterXML/jackson-databind#1599 Hence jackson:
There were then later fixes, Firstly: "Blacklist couple more types for deserialization" (the CVE-2017-7525 fix was not quite complete). FasterXML/jackson-databind#1680 Then there was "Block more JDK types from polymorphic deserialization (CVE 2017-15095)" in: FasterXML/jackson-databind#1737 Hence, taking all the above, and reading through comments, etc, we seem to have all security fixes released in the following Jackson versions
|
We have upgraded to Jackson 2.9.3 in master branch and this will be part of the next release. |
@teodord, I'm afraid that new CVEs have been released, explaining that the fix in Jackson 2.9.3 was incomplete - but addressed in Jackson 2.9.4: |
Upgraded to 2.9.5 now. |
Hi, There is a jackson vulnerability https://nvd.nist.gov/vuln/detail/CVE-2018-1000873 that is addressed in 2.9.8 FasterXML/jackson-modules-java8#90 Possible to upgrade the dependency? Thanks in advance. |
We upgraded to 2.9.8 on master branch and this would be part of a future release. |
@teodord noted with thanks |
Seems a great moment to try to upgrade the dependency since there's important security problems with old jacksons.
Is it possible?
FasterXML/jackson-databind#1723
Thanks in advance.
The text was updated successfully, but these errors were encountered: