fix(security): bump jackson-databind 2.18.6 → 2.18.8 (CVE-2026-54512/54513/54514)#12
Closed
adnank-stack wants to merge 2 commits into
Closed
Conversation
saurabh-prakash
approved these changes
Jun 26, 2026
Collaborator
|
Closing in favour of #16 |
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
Bumps the pinned Jackson version in
karate-core/pom.xmldependencyManagementfrom 2.18.6 → 2.18.8 (jackson-core, jackson-databind, jackson-annotations).This clears 3 of the 4
jackson-databindCVEs flagged by the Prisma Cloud image scan in the downstreamhyperexecute-postprocessing-service(its shadedkarate-*.jarbundles jackson-databind):Note on CVE-2026-54515: per the GitHub advisory, the only patched versions are 2.18.9, 2.21.5 (neither published to Maven Central yet) and 3.1.4 (Jackson 3.x — different
tools.jacksongroupId, not a drop-in for Karate's 2.x usage). Staying on the 2.18.x line, 2.18.8 is the highest released patch. This one CVE will need a follow-up bump to 2.18.9 once it ships.I initially proposed 2.18.9 but corrected to 2.18.8 since 2.18.9 is not yet on Maven Central (the build fails to resolve it).
Context
The post-processing service consumes the shaded fat jar built from this branch (
lt-reports, karate.version 1.5.3). Its CI vulnerability scan fails on the above CVEs because the bundled jackson-databind is 2.18.6.Testing
Version-only bump within the same minor line; no source changes. Locally built the
-P fatjarartifact from this branch to confirm it resolves and packages.