CVE 6.5 MEDIUM

jackson-databind: @JsonView bypass for unwrapped creator parameters in jackson-databind_CVE-2026-54518

6.5 / 10
MEDIUM
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Description

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.21.0 until 2.21.4 and 3.1.4, UnwrappedPropertyHandler.processUnwrappedCreatorProperties() replays buffered JSON into creator parameters but never consults prop.visibleInView(activeView). The normal property-based creator path gates creator properties on the active view, but this unwrapped-creator replay path bypasses that check, so a constructor parameter annotated with both @JsonView(AdminView.class) and @JsonUnwrapped is populated from attacker JSON even when a more restrictive view is active. This vulnerability is fixed in 2.21.4 and 3.1.4.

Basic Information

ID CVE-2026-54518
Source GitHub_M
Published Jun 23, 2026 at 21:02

Affected Product

Vendor FasterXML
Product jackson-databind
Version >= 2.21.0, < 2.21.4
Affected Versions FasterXML jackson-databind >= 2.21.0, < 2.21.4
FasterXML jackson-databind >= 3.0.0, < 3.1.4

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.