jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.15.0 until 2.18.8, 2.21.4, and 3.1.4, Java Records using a PropertyNamingStrategy can bypass @JsonIgnore because POJOPropertiesCollector._removeUnwantedIgnorals() records an ignored component under its original implicit name before _renameUsing() applies the naming strategy, allowing the renamed JSON key to be assigned to the Record constructor parameter. This issue is fixed in versions 2.18.8, 2.21.4, and 3.1.4.
| Vendor | Product | Versions |
|---|---|---|
| fasterxml | jackson-databind | maven/com.fasterxml.jackson.core:jackson-databind: >= 2.15.0, < 2.18.8, maven/com.fasterxml.jackson.core:jackson-databind: >= 2.19.0, < 2.21.4, maven/tools.jackson.core:jackson-databind: >= 3.0.0, < 3.1.4 |
Downstream vendors/products affected by this vulnerability
| Vendor | Product | Source | Confidence |
|---|---|---|---|
| fasterxml | jackson | cert_advisory | 90% |
| maven | com.fasterxml.jackson.core:jackson-databind | GHSA | 85% |
| maven | tools.jackson.core:jackson-databind | GHSA | 85% |
| realobjects | pdfreactor | cert_advisory | 90% |
Updated affected versions to include < 2.18.7, < 2.21.3, < 3.1.3 and changed severity to HIGH.
Initial creation