CVE-2026-83557
Last modified
CVE-2026-83557 is a medium-severity vulnerability rated 5.6/10 on the CVSS scale. DefaultBaseTypeLimitingValidator is the PolymorphicTypeValidator applied automatically whenever @JsonTypeInfo is used without an explicitly configured custom validator. It denies polymorphic resolution only for a fixed set of "unsafe base types", and its isSafeSubType method returns true unconditionally for every base type outside that set.
Description
DefaultBaseTypeLimitingValidator is the PolymorphicTypeValidator applied automatically whenever @JsonTypeInfo is used without an explicitly configured custom validator. It denies polymorphic resolution only for a fixed set of "unsafe base types", and its isSafeSubType method returns true unconditionally for every base type outside that set. java.lang.Comparable was absent from the list despite being implemented by a very large fraction of JDK and application classes, comparable in breadth to java.io.Serializable, which is on the list for that reason. An application declaring an @JsonTypeInfo-annotated property or class with Comparable as its base type, and no custom PolymorphicTypeValidator, will accept a type identifier for essentially any class implementing Comparable. This yields an attacker-controlled object instantiation primitive; a demonstrated case constructs a java.io.File for an arbitrary attacker-chosen path, which becomes path-traversal-adjacent if the application subsequently calls path-sensitive methods on the value. No class implementing Comparable has been identified that yields code execution through deserialization alone. Global Default Typing via activateDefaultTyping is not affected, because that method structurally requires an explicit PolymorphicTypeValidator argument. This affects com.fasterxml.jackson.core:jackson-databind from 2.11.0 before 2.18.10, from 2.19.0 before 2.21.6, and from 2.22.0 before 2.22.2, and tools.jackson.core:jackson-databind from 3.0.0 before 3.1.6 and from 3.2.0 before 3.2.2. Users should upgrade to 2.18.10, 2.21.6, 2.22.2, 3.1.6, or 3.2.2.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| FasterXML | jackson-databind | >= 2.11.0, < 2.18.10; >= 2.19.0, < 2.21.6; >= 2.22.0, < 2.22.2 |
| FasterXML | jackson-databind | >= 3.0.0, < 3.1.6; >= 3.2.0, < 3.2.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-83557?
How severe is CVE-2026-83557?
How do I fix CVE-2026-83557?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-8353Concrete CMS version 9.0 to 9.5.0 is vulnerable to Stored XS…4.8
- CVE-2026-83533The WP Express Checkout WordPress plugin before 2.4.9 does n…5.3
- CVE-2026-83547The Xpro Addons WordPress plugin before 1.7.4 does not prope…6.8
- CVE-2026-83548A Pre-authentication SSRF vulnerability exists in the SMA100…10
- CVE-2026-83549Post-authentication Improper Neutralization of Special Eleme…7.8
- CVE-2026-83551Cleartext storage of sensitive information in the @step and …7.2
- CVE-2026-8356LibreOffice can import presentations in the legacy binary PP…5.4
- CVE-2026-83562Contributor Cross Site Scripting (XSS) in WCFM Marketplace <…6.5
- CVE-2026-8357LibreOffice Calc compiles cell formulas when opening a sprea…7.8
- CVE-2026-8358LibreOffice Calc can import tracked changes from a spreadshe…5.4
- CVE-2026-8359When processing a request with a URL path starting with /sta…7.5
- CVE-2026-83595AVideo contains a cross-site request forgery vulnerability i…8.1
Are you affected by CVE-2026-83557?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
