Skip to content

UID2-7364: Upgrade jackson-databind 2.14.2 -> 2.19.0 (CVE-2026-54512 / CVE-2026-54513)#631

Merged
sophia-chen-ttd merged 2 commits into
mainfrom
syw-UID2-7364-upgrade-jackson-databind
Jun 25, 2026
Merged

UID2-7364: Upgrade jackson-databind 2.14.2 -> 2.19.0 (CVE-2026-54512 / CVE-2026-54513)#631
sophia-chen-ttd merged 2 commits into
mainfrom
syw-UID2-7364-upgrade-jackson-databind

Conversation

@sophia-chen-ttd

Copy link
Copy Markdown
Contributor

Summary

Fixes CVE-2026-54512 and CVE-2026-54513 (both HIGH severity) in com.fasterxml.jackson.core:jackson-databind.

Vulnerability: Both CVEs affect jackson-databind 2.14.2 (general-purpose data-binding functionality). Fixed in 2.19.0.

Impact assessment: jackson-databind is a direct dependency actively used in production code — ObjectMapper/JsonMapper usage across Mapper.java, parsers, audit, and optout utilities. The vulnerable code paths are reachable from production.

Fix: Upgraded jackson-databind from 2.14.2 → 2.19.0. Also explicitly pinned jackson-core to 2.19.0 to resolve a version conflict where a transitive dependency was pulling in 2.16.1, which caused NoSuchMethodError on ParserMinimalBase with the new databind.

Changes

  • pom.xml: bump jackson-databind 2.14.2 → 2.19.0; add explicit jackson-core 2.19.0 pin

Test plan

Jira: UID2-7364

sophia-chen-ttd and others added 2 commits June 25, 2026 10:30
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants