UID2-7364: Upgrade jackson-databind 2.14.2 -> 2.19.0 (CVE-2026-54512 / CVE-2026-54513)#631
Merged
Merged
Conversation
…54512 / CVE-2026-54513 Also pin jackson-core to 2.19.0 to resolve version conflict with transitive dependency that previously pulled in 2.16.1. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ntil upstream fix is released Upstream fix versions (2.18.8, 2.21.4, 3.1.4) are not yet available on Maven Central. Suppressed with 1-month expiry pending a patch release. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
BehnamMozafari
approved these changes
Jun 25, 2026
This was referenced Jun 25, 2026
Merged
Merged
Merged
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
Fixes CVE-2026-54512 and CVE-2026-54513 (both HIGH severity) in
com.fasterxml.jackson.core:jackson-databind.Vulnerability: Both CVEs affect
jackson-databind2.14.2 (general-purpose data-binding functionality). Fixed in 2.19.0.Impact assessment:
jackson-databindis a direct dependency actively used in production code —ObjectMapper/JsonMapperusage acrossMapper.java, parsers, audit, and optout utilities. The vulnerable code paths are reachable from production.Fix: Upgraded
jackson-databindfrom 2.14.2 → 2.19.0. Also explicitly pinnedjackson-coreto 2.19.0 to resolve a version conflict where a transitive dependency was pulling in 2.16.1, which causedNoSuchMethodErroronParserMinimalBasewith the new databind.Changes
pom.xml: bumpjackson-databind2.14.2 → 2.19.0; add explicitjackson-core2.19.0 pinTest plan
Jira: UID2-7364