Incorrect authorization in jackson-databind - #VU139150

 

Incorrect authorization in jackson-databind - #VU139150

Published: July 22, 2026


Vulnerability identifier: #VU139150
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: N/A
CWE-ID: CWE-863
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: FasterXML
Affected software:
jackson-databind

Detailed vulnerability description

The vulnerability allows a remote attacker to bypass write-side authorization restrictions and populate view-restricted properties from untrusted input.

The vulnerability exists due to improper access control in BeanDeserializer.deserializeUsingPropertyBasedWithExternalTypeId when processing JSON input with creator properties annotated with @JsonView and @JsonTypeInfo(include=As.EXTERNAL_PROPERTY). A remote attacker can send specially crafted JSON input to bypass write-side authorization restrictions and populate view-restricted properties from untrusted input.

Exploitation requires a property-based @JsonCreator on the outer type, a creator parameter annotated with a restricted @JsonView, and the same parameter annotated with polymorphic @JsonTypeInfo using As.EXTERNAL_PROPERTY.


Remediation

Install security update from vendor's website.

Sources