UID2-7364: Revert jackson-databind to 2.14.2 (downstream breakage)#633
Merged
Conversation
The 2.19.0 upgrade broke other services consuming this shared jar. CVE-2026-54512 / CVE-2026-54513 remain suppressed via .trivyignore (added in prior commit) until an upstream patch is released. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
BehnamMozafari
previously approved these changes
Jun 25, 2026
The CVEs require polymorphic typing to be explicitly enabled — uid2-shared uses only standard ObjectMapper with no polymorphic deserialization config, so these are not exploitable regardless of the upstream fix status. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
cYKatherine
approved these changes
Jun 25, 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.
Summary
Reverts the jackson-databind version from 2.19.0 back to 2.14.2. The upgrade in #631 caused breakage in other services that consume this shared jar.
The
.trivyignoresuppression for CVE-2026-54512 / CVE-2026-54513 (added in #631) is kept in place — no upstream fix is released yet, so the scan will pass regardless of version.Changes
pom.xml: revertjackson-databind2.19.0 → 2.14.2; remove thejackson-core2.19.0 explicit pin (was only needed to resolve a conflict with 2.19.0)Jira: UID2-7364