PT-2026-51600 · Unknown · Jackson-Databind
CVSS v3.1
5.3
Medium
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N |
Name of the Vulnerable Software and Affected Versions
jackson-databind versions 2.21.0 through 2.21.3
jackson-databind versions 3.0.0 through 3.1.3
Description
In the
BeanDeserializer. deserializeUsingPropertyBased() function, the active-view (@JsonView) filter was applied only to creator properties, while the regular property-buffering branch lacked a prop.visibleInView(activeView) check. Due to a change where SetterlessProperty.isMerging() returns true, setterless Collection or Map properties are routed through this unguarded path. This allows setterless collections annotated with a restricted @JsonView to be populated from untrusted JSON even when the active view excludes them, resulting in an access-control or mass-assignment bypass where view-restricted properties can be written.Recommendations
Update to version 2.21.4
Update to version 3.1.4
Exploit
Fix
Incorrect Authorization
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Jackson-Databind