| タイトル | java-json-tools jackson-coreutils 2.0 BigDecimal Amplification DoS |
|---|
| 説明 | BigDecimal Amplification DoS via Default WRITE_BIGDECIMAL_AS_PLAIN Configuration
The library's default ObjectMapper configuration enables both USE_BIG_DECIMAL_FOR_FLOATS and WRITE_BIGDECIMAL_AS_PLAIN. When any application parses untrusted JSON containing large-exponent numbers (e.g., 1e100000) through this library's mapper and later serializes the result, BigDecimal.toPlainString() allocates a string proportional to the exponent value — causing massive memory amplification and OutOfMemoryError.
This vulnerability does NOT require SSRF. Any direct JSON input (HTTP request body, uploaded file, message queue payload) triggers it. |
|---|
| ソース | ⚠️ https://github.com/java-json-tools/jackson-coreutils/issues/65 |
|---|
| ユーザー | York Shen - Yong Shen - PayPal Cyber Security Team (UID 100171) |
|---|
| 送信 | 2026年07月29日 06:46 (1 月 ago) |
|---|
| モデレーション | 2026年09月07日 20:54 (1 month later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 399664 [java-json-tools jackson-coreutils 2.0 JacksonUtils.java BigDecimal.toPlainString サービス拒否] |
|---|
| ポイント | 20 |
|---|