[Security] UID2-7569/7570: Upgrade jackson to 2.21.4#637
Open
cYKatherine wants to merge 3 commits into
Open
Conversation
Resolves HIGH-severity jackson-databind vulnerabilities flagged by the Trivy scan: CVE-2026-54512 (arbitrary code execution), CVE-2026-54513 (security bypass). Bumps the direct jackson-databind dependency 2.14.2 -> 2.21.4 and imports jackson-bom 2.21.4 in dependencyManagement so all jackson modules align. UID2-7569 UID2-7570 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The PR vulnerability-scan CI step flags Netty (CVE-2026-55831/55833/56745/59901) at 4.1.135.Final bundled via netty-bom. Bump netty.version to 4.1.136.Final. UID2-7571 UID2-7572 UID2-7573 UID2-7574 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…suppression These entries (exp:2026-07-25) were the interim suppression from UID2-7364 while awaiting a jackson fix, and they had already expired. This PR applies the real fix (jackson 2.21.4), so the suppression is now dead cruft — removing it. UID2-7569 UID2-7570 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
swibi-ttd
previously approved these changes
Jul 27, 2026
swibi-ttd
approved these changes
Jul 27, 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
Resolves HIGH-severity
jackson-databindvulnerabilities flagged by the scheduled Trivy scan:jackson-databindis a direct dependency (was 2.14.2). Bumped to2.21.4and jackson-bom2.21.4imported independencyManagementso all jackson modules resolve consistently. Reachable production dependency → real upgrade.Note: Netty was not flagged for uid2-shared (it is not bundled into the published library jar), so it is left unchanged here; the Netty CVEs are fixed in the downstream services that bundle it.
Tickets
UID2-7569, UID2-7570
Testing
Build + unit tests run in CI (no local Maven available).