FasterXML, LLCのJackson-databindにおける動的に決定されたオブジェクト属性の不適切に制御された変更に関する脆弱性
| Title |
FasterXML, LLCのJackson-databindにおける動的に決定されたオブジェクト属性の不適切に制御された変更に関する脆弱性
|
| Summary |
jackson-databindはJacksonデータプロセッサの一般的なデータバインディング機能とツリーモデルを含んでいます。バージョン2.21.0から2.21.4および3.1.4までの間で、POJOPropertiesCollector._renameProperties()は、getterに@JsonProperty("renamed")が付与され、setterに@JsonIgnoreが付与されたプロパティの名前を変更できるようになりましたが、削除することはできません。デフォルトで有効なMapperFeature.INFER_PROPERTY_MUTATORSが設定されている状態では、プライベートのバックフィールドが保持されます。逆シリアル化の際、BeanDeserializerFactory.addBeanProps()はhasField()==trueを認識し、FieldPropertyを構築してバックフィールドを書き込み可能にします。攻撃者が名前変更されたJSONキーを供給すると、setterの@JsonIgnoreを回避して直接バックフィールドに書き込むことが可能です。この脆弱性はバージョン3.1.4で修正されました。
|
| Possible impacts |
・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報の一部が書き換えられる可能性があります。 ・当該ソフトウェアは停止しません。 |
| Solution |
ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date |
June 23, 2026, midnight |
| Registration Date |
June 29, 2026, 11:06 a.m. |
| Last Update |
June 29, 2026, 11:06 a.m. |
|
CVSS3.0 : 警告
|
| Score |
5.3
|
| Vector |
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N |
Affected System
| FasterXML, LLC |
|
Jackson-databind 2.21.0 以上 2.21.4 未満
|
|
Jackson-databind 3.0.0 以上 3.1.4 未満
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2026年06月29日] 掲載 |
June 29, 2026, 11:06 a.m. |
NVD Vulnerability Information
CVE-2026-54516
| Summary |
jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.21.0 until 2.21.4 and 3.1.4, POJOPropertiesCollector._renameProperties() allows a property with @JsonProperty("renamed") on the getter and @JsonIgnore on the setter to be renamed rather than dropped. With MapperFeature.INFER_PROPERTY_MUTATORS enabled (default), the private backing field is retained; during deserialization BeanDeserializerFactory.addBeanProps() sees hasField()==true, builds a FieldProperty, and makes the backing field writable. An attacker supplying the renamed JSON key writes the backing field directly, bypassing the @JsonIgnore on the setter. This vulnerability is fixed in 3.1.4.
|
| Publication Date |
June 24, 2026, 6:17 a.m. |
| Registration Date |
June 27, 2026, 4:16 a.m. |
| Last Update |
June 28, 2026, 5:52 a.m. |
Affected software configurations
| Configuration1 |
or higher |
or less |
more than |
less than |
| cpe:2.3:a:fasterxml:jackson-databind:*:*:*:*:*:*:*:* |
2.21.0 |
|
|
2.21.4 |
| cpe:2.3:a:fasterxml:jackson-databind:*:*:*:*:*:*:*:* |
3.0.0 |
|
|
3.1.4 |
Related information, measures and tools
Common Vulnerabilities List