Bug 2492014 (CVE-2026-54518) - CVE-2026-54518 jackson-databind: jackson-databind: Information disclosure and data manipulation via view-based access control bypass
Summary: CVE-2026-54518 jackson-databind: jackson-databind: Information disclosure and...
Keywords:
Status: NEW
Alias: CVE-2026-54518
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2495331 2495332 2495333 2495334 2495341 2495344 2495352 2495356 2495330 2495336 2495339
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-23 22:02 UTC by OSIDB Bzimport
Modified: 2026-07-03 14:19 UTC (History)
137 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-23 22:02:09 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.