Skip to content

fix(deps): upgrade jackson-bom to 2.21.5 (COMP-2138) - #675

Closed
cristianrcv wants to merge 1 commit into
masterfrom
fix/COMP-2138-jackson-databind-jsonview-bypass
Closed

cristianrcv wants to merge 1 commit into
masterfrom
fix/COMP-2138-jackson-databind-jsonview-bypass

Conversation

@cristianrcv

Copy link
Copy Markdown
Contributor

Summary

  • Upgrades com.fasterxml.jackson:jackson-bom from 2.21.4 to 2.21.5, which pins com.fasterxml.jackson.core:jackson-databind to the patched 2.21.5 (vulnerable range >= 2.21.0, < 2.21.5)
  • Resolves CVE-2026-59889 / GHSA-5gvw-p9qm-jgwh@JsonView bypassed for @JsonUnwrapped container properties on deserialization

Verified with ./gradlew dependencies --configuration runtimeClasspath: jackson-databind now resolves to 2.21.5.

JIRA

COMP-2138: Fix jackson-databind: @JSONVIEW bypassed for @JsonUnwrapped container properties on deserialization

Security Advisory

https://github.com/seqeralabs/tower-cli/security/dependabot/29

🤖 Generated with Claude Code

jackson-databind < 2.21.5 skips the @JSONVIEW guard for @JsonUnwrapped
container properties on deserialization, allowing mass-assignment of
view-restricted properties. The BOM pins jackson-databind to the patched
2.21.5.

Addresses CVE-2026-59889 / GHSA-5gvw-p9qm-jgwh
See: https://github.com/seqeralabs/tower-cli/security/dependabot/29

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@cristianrcv

Copy link
Copy Markdown
Contributor Author

Duplicates #676

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.

1 participant