Skip to content

fix: upgrade com.fasterxml.jackson.core:jackson-databind to 2.18.8, 2.21.4, 3.1.4 (CVE-2026-54513) - #9789

Open
anupamme wants to merge 2 commits into
jeecgboot:mainfrom
anupamme:fix-repo-jeecgboot-cve-2026-54513-com.fasterxml.jackson.core-jackson-databind
Open

fix: upgrade com.fasterxml.jackson.core:jackson-databind to 2.18.8, 2.21.4, 3.1.4 (CVE-2026-54513)#9789
anupamme wants to merge 2 commits into
jeecgboot:mainfrom
anupamme:fix-repo-jeecgboot-cve-2026-54513-com.fasterxml.jackson.core-jackson-databind

Conversation

@anupamme

Copy link
Copy Markdown

Summary

Upgrade com.fasterxml.jackson.core:jackson-databind from 2.15.4 to 2.18.8, 2.21.4, 3.1.4 to fix CVE-2026-54513.

Vulnerability

Field Value
ID CVE-2026-54513
Severity HIGH
Scanner trivy
Rule CVE-2026-54513
File jeecg-boot/jeecg-boot-base-core/pom.xml
Assessment Likely exploitable

Description: jackson-databind: Jackson-databind: Security bypass allows arbitrary code execution

Evidence

Scanner confirmation: trivy rule CVE-2026-54513 flagged this pattern.

Production code: This file is in the production codebase, not test-only code.

Changes

  • jeecg-boot/pom.xml

Verification

  • Build passes
  • Scanner re-scan confirms fix
  • LLM code review passed

This change addresses a pattern flagged by static analysis. The code path handles user-influenced input and the fix reduces the attack surface against both manual and automated exploitation.


Automated security fix by OrbisAI Security

Automated dependency upgrade by OrbisAI Security
@dannywang0422

dannywang0422 commented Jul 21, 2026 via email

Copy link
Copy Markdown

@anupamme

Copy link
Copy Markdown
Author

Review Feedback Addressed

I've automatically addressed 1 review comment(s):

The reviewer (dannywang0422) asked to remove the <jackson-databind.version> property definition from the <properties> section ("取消定义这个消息" = "cancel/remove the definition of this property"). Instead of defining a separate version property, the version 2.18.8 should be inlined directly in the <dependencyManagement> dependency entry. This avoids adding a one-off CVE-fix property to the global properties block while still keeping the security fix in place.

Files modified:

  • jeecg-boot/pom.xml

The changes have been pushed to this PR branch. Please review!

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