GHSA-r7wm-3cxj-wff9 CVE-2026-54512 CVE-2026-54513 Upgrade Jackson to 2.18.9 - #307
Open
vharseko wants to merge 1 commit into
Open
GHSA-r7wm-3cxj-wff9 CVE-2026-54512 CVE-2026-54513 Upgrade Jackson to 2.18.9#307vharseko wants to merge 1 commit into
vharseko wants to merge 1 commit into
Conversation
maximthomas
approved these changes
Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes three Jackson vulnerabilities, all patched in the 2.18.8 release:
jackson-core, CVSS 8.7) —maxNumberLengthbypass when JSON is streamed in small chunks: up to ~20 MB of digits could accumulate before validation (memory-exhaustion DoS).jackson-databind, CVSS 8.1) —PolymorphicTypeValidatorbypass via generic type parameters: an allowed container type can wrap a denied nested type argument (RCE-capable PoC published).jackson-databind, CVSS 8.1) — PTV bypass viaallowIfSubTypeIsArray(): the array wrapper is allowed without validating the component type.The
parentBOM pins Jackson via thejackson.versionproperty (currently 2.18.6) and already importscom.fasterxml.jackson:jackson-bomwith it, so bumping the property to 2.18.9 (the latest 2.18.x patch) fixes every downstream consumer of the BOM — no per-project overrides needed (supersedes the OpenDJ-side workaround OpenIdentityPlatform/OpenDJ#855).Verification:
help:effective-pom: managedjackson-core,jackson-databind,jackson-annotationsall resolve to 2.18.9.dependency:treeofcommons/json-web-token: all Jackson artifacts at 2.18.9.commons/util(451 tests),commons/json-web-token(328 tests), zero failures.