Incorrect authorization in jackson-databind - CVE-2026-59889
Published: July 22, 2026
jackson-databind
Detailed vulnerability description
The vulnerability allows a remote user to escalate privileges.
The vulnerability exists due to improper access control in UnwrappedPropertyHandler.processUnwrapped() when deserializing @JsonUnwrapped container properties under a less-privileged active view. A remote user can supply crafted JSON values for a property annotated with both @JsonView and @JsonUnwrapped to escalate privileges.
This affects the write-side authorization behavior of @JsonView during deserialization, including merge and builder-based deserialization paths.