PatchSiren cyber security CVE debrief
CVE-2026-59889 FasterXML CVE debrief
PatchSiren analyzed CVE-2026-59889, a vulnerability in jackson-databind's UnwrappedPropertyHandler. This issue allows attackers to write properties under a less-privileged active view. The vulnerability affects jackson-databind versions between 2.18.0 and 2.18.8, 2.21.4 and earlier, 2.22.0, 3.1.4 and earlier, and 3.2.0. Developers and security teams should prioritize patching to mitigate this vulnerability.
- Vendor
- FasterXML
- Product
- jackson-databind
- CVSS
- MEDIUM 6.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-14
- Original CVE updated
- 2026-07-16
- Advisory published
- 2026-07-14
- Advisory updated
- 2026-07-16
Who should care
Developers and security teams using jackson-databind versions between 2.18.0 and 2.18.8, 2.21.4 and earlier, 2.22.0, 3.1.4 and earlier, and 3.2.0 should prioritize patching. This includes reviewing and updating inventory for affected versions and implementing compensating controls for JSON deserialization.
Technical summary
CVE-2026-59889 is a vulnerability in jackson-databind's UnwrappedPropertyHandler. From versions 2.18.0 until 2.18.9, 2.21.5, 2.22.1, 3.1.5, and 3.2.1, the processUnwrapped() method replays buffered JSON for a @JsonUnwrapped property and calls prop.deserializeAndSet() without a prop.visibleInView(ctxt.getActiveView()) guard. This allows a property annotated with both @JsonView and @JsonUnwrapped to be written from attacker JSON under a less-privileged active view. The vulnerability can be mitigated by applying patches for affected versions.
Defensive priority
Apply patches for jackson-databind versions 2.18.9, 2.21.5, 2.22.1, 3.1.5, and 3.2.1. Review and update inventory for affected versions. Monitor for suspicious JSON input and implement compensating controls for JSON deserialization.
Recommended defensive actions
- Apply patches for jackson-databind versions 2.18.9, 2.21.5, 2.22.1, 3.1.5, and 3.2.1
- Review and update inventory for affected versions
- Monitor for suspicious JSON input
- Implement compensating controls for JSON deserialization
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
Evidence notes
The CVE record was published on 2026-07-14T21:17:06.160Z and was last modified on 2026-07-16T16:19:15.790Z. The NVD entry is currently Awaiting Analysis. This information is based on the CVE record and NVD entry. Further verification is recommended.
Official resources
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-14T21:17:06.160Z and has not been modified since then. The NVD entry is currently Awaiting Analysis.