-
Notifications
You must be signed in to change notification settings - Fork 40.9k
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
CVE-2022-42003 - vulnerability in jackson-databind 2.13.4 #32583
Comments
Spring Boot isn't affected as Jackson 2.14 will be become the default version of Jackson in Spring Boot 3.0 if it reaches GA before our RC1 release later this month. |
Jackson 2.13.4.1 is now available, which fixes this issue for those who have enabled the feature. <jackson-bom.version>2.13.4.20221012</jackson-bom.version> |
Thanks, @OrangeDog. Unfortunately 2.13.4.1 is broken for Gradle users at the moment (FasterXML/jackson-databind#3627) so we can't upgrade in Boot just yet. Anyone using Gradle who really wants to use 2.13.4.1 may be able to do so by adapting the workarounds in this issue. |
2.3.14.2 is now available with purported fix for Gradle https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.13#micro-patches |
@wilkinsona |
@ThomHurks thanks but that's already done. |
Ah, apologies. Thanks! |
CVE-2022-42003 has been reported against jackson-databind in version 2.13.4, which is currently used by Spring Boot 2.7.4:
The only fix available is currently in 2.14.0-rc1; a final has not yet been released.
The text was updated successfully, but these errors were encountered: