Skip to content
VulniPulse
Medium5.6Red Hat Linux

Medium [CVE-2026-83557] com.fasterxml.jackson.core/jackson-databind: tools.jackson.core/jackson-databind: jackson-databind: Path traversal via incomplete type validation

This medium-severity Red Hat Linux advisory covers CVE-2026-83557 affecting Exploit Intelligence, OpenShift Developer Tools and Services, OpenShift Serverless.

CVE-2026-83557 Published Sep 1, 2026Updated by vendor Sep 1, 2026
Affected products & platforms
Red Hat LinuxRed Hat Enterprise Linux
Open vendor advisory

Android app · Google Play

Monitor future Red Hat Linux CVEs from your phone.

Choose a whole vendor or a precise platform, then receive matching security advisories by phone notification, email, or both. Coverage follows 32 official vendor sources and 160+ reviewed platform categories.

Matching phone alertsOptional email delivery

Summary

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.

Affected versions
  • < 2.11.0
  • < 2.18.10
  • < 2.19.0
  • < 2.21.6
  • < 2.22.0
  • < 2.22.2
  • < 3.0.0
  • < 3.1.6
  • < 3.2.0
  • < 3.2.2

Official advisory · high-confidence parse· fetched 1 hour ago·verify at source

Fixed versions
  • 2.18.10
  • 2.21.6
  • 2.22.2
  • 3.1.6
  • 3.2.2

Official advisory · high-confidence parse· fetched 1 hour ago·verify at source

Mitigation

Upgrade to a fixed release: 2.18.10, 2.21.6, 2.22.2, 3.1.6, 3.2.2. That is the remediation for this advisory.

The vendor advisory may list additional interim mitigations or workarounds not captured here — review it before change work.

Official advisory · high-confidence parse· fetched 1 hour ago·verify at source

Discussion(0)

No comments yet. Share field notes, upgrade gotchas, or questions — verify against the vendor advisory before acting on community advice.

Sign in to join the discussion.