04 Affected products
PAIRS: —
01 RecordSTATE: PUBLISHED
02 Description
CNA: HeroDevsjackson-databind omits java.lang.Comparable from DefaultBaseTypeLimitingValidator's unsafe base types
03 Exploitation and scoring
SRC: CISA, FIRST, NVD, RED HAT- Exploitation
- Not assessed. CISA has not published an exploitation assessment for this record, and it is not in the KEV catalog. That is an absence of assessment, not a finding of no risk.
- SSVC decision
- Not assessed by CISA
- EPSS probability
- Not scored by EPSS
- EPSS percentile
- Not scored by EPSS
- NVD base score
- 5.6 (CVSS v3.x), scored by the NVD independently of the CNA.
- NVD CVSS vector
- CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L
- NVD analysis status
- Received. NVD last modified this record on 2026-09-01.
- Red Hat severity
- No Red Hat rating. Red Hat rates the CVEs that affect its products.
Exploit-prediction scores from FIRST. Independent scoring and analysis status from the NVD. Vendor severity from Red Hat. Exploitation assessment and catalog membership from CISA.
SCHEMA: 5.2
- Published
- 2026-09-01 14:57Z1 HR AGO
- Last updated
- 2026-09-01 14:57Z1 HR AGO
- Reserved
- 2026-08-31
- Assigning CNA
- HeroDevs
- Record state
- PUBLISHED
- Severity
- Medium (CVSS 5.6)
- CNA CVSS vector
- CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L
- Weaknesses
- CWE-502Deserialization of Untrusted DataBase
- CWE-915Improperly Controlled Modification of Dynamically-Determined Object AttributesBase
- Data version
- 5.2
- Document digest
- 7e77c2a6297ae193bbd5ee143a618e705f628e849767435e6d13aea3c40c392d
05 Affected products
PAIRS: 1VendorProductVersionsPlatforms
FasterXMLjackson-databind2.11.0 to < 2.18.10, 2.19.0 to < 2.21.6, 2.22.0 to < 2.22.2, 3.0.0 to < 3.1.6, 3.2.0 to < 3.2.2— SRC: CNA
Upgrade to jackson-databind 2.18.10, 2.21.6, 2.22.2 (com.fasterxml.jackson.core) or 3.1.6, 3.2.2 (tools.jackson.core). The fix adds java.lang.Comparable to the UnsafeBaseTypes denylist in DefaultBaseTypeLimitingValidator, so polymorphic resolution against a Comparable base type is denied outright. Applications that legitimately need polymorphic handling of a Comparable-typed property must configure an explicit PolymorphicTypeValidator, for example a BasicPolymorphicTypeValidator with an allow-list of permitted subtypes.