Back to overview

CVE-2026-54518

MEDIUM
6.5
CVSS 3.1
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.

Metadata

CVE ID
CVE-2026-54518
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-06-15 18:40 UTC
Published
2026-06-23 21:02 UTC
Last updated
2026-06-23 21:02 UTC
Primary CWE
CWE-863
CWE-863: Incorrect Authorization
Vendor / Product
FasterXML / jackson-databind
Sources
cve.org  ·  NVD

Severity & Metrics

6.5 MEDIUM CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Affected products (1)
VendorProductPlatformVersions
FasterXML jackson-databind >= 2.21.0, < 2.21.4, >= 3.0.0, < 3.1.4
Weakness (CWE)
CWESourceDescription
CWE-863 cna CWE-863: Incorrect Authorization
CVSS scores (1)
ScoreSeverityVersionSourceVector
6.5 MEDIUM 3.1 cna CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
References (5)
Back to overview