| Título | java-json-tools jackson-coreutils 2.0 BigDecimal Amplification DoS |
|---|
| Descrição | 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. |
|---|
| Fonte | ⚠️ https://github.com/java-json-tools/jackson-coreutils/issues/65 |
|---|
| Utilizador | York Shen - Yong Shen - PayPal Cyber Security Team (UID 100171) |
|---|
| Submissão | 29/07/2026 06h46 (há 1 mês) |
|---|
| Moderação | 07/09/2026 20h54 (1 month later) |
|---|
| Estado | Aceite |
|---|
| Entrada VulDB | 399664 [java-json-tools jackson-coreutils 2.0 JacksonUtils.java BigDecimal.toPlainString Negação de Serviço] |
|---|
| Pontos | 20 |
|---|