Skip to content

fix: upgrade jackson-databind to 2.13.5 to remediate CVE-2022-42003#154

Open
devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1781537084-fix-cve-2022-42003-jackson-databind
Open

fix: upgrade jackson-databind to 2.13.5 to remediate CVE-2022-42003#154
devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1781537084-fix-cve-2022-42003-jackson-databind

Conversation

@devin-ai-integration

Copy link
Copy Markdown

Summary

Remediates CVE-2022-42003 (CVSS 7.5 HIGH) — a Denial of Service vulnerability in jackson-databind 2.13.1 triggered by deeply nested objects when UNWRAP_SINGLE_VALUE_ARRAYS is enabled.

// build.gradle
ext['jackson-bom.version'] = '2.13.5'

This overrides the Spring Boot 2.6.3 managed jackson-bom, upgrading jackson-databind from 2.13.1 → 2.13.5 which includes the patch. Build and all unit tests pass locally.

Closes #152

Link to Devin session: https://partner-workshops.devinenterprise.com/sessions/99a1ecc0de34422685fadb46c9588795

Override jackson-bom.version to 2.13.5 in build.gradle, resolving
jackson-databind from the vulnerable 2.13.1 to 2.13.5 which includes
the fix for CVE-2022-42003 (Denial of Service via deeply nested objects
when UNWRAP_SINGLE_VALUE_ARRAYS is enabled).

Closes #152
@devin-ai-integration

Copy link
Copy Markdown
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

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.

[Security] CVE-2022-42003 in jackson-databind 2.13.1 (CVSS 7.5)

0 participants