CVE-2026-34481 PUBLISHED

Apache Log4j JSON Template Layout: Improper serialization of non-finite floating-point values in JsonTemplateLayout

Assigner: apache
Reserved: 28.03.2026 Published: 10.04.2026 Updated: 10.04.2026

Apache Log4j's JsonTemplateLayout https://logging.apache.org/log4j/2.x/manual/json-template-layout.html , in versions up to and including 2.25.3, produces invalid JSON output when log events contain non-finite floating-point values (NaN, Infinity, or -Infinity), which are prohibited by RFC 8259. This may cause downstream log processing systems to reject or fail to index affected records.

An attacker can exploit this issue only if both of the following conditions are met:

  • The application uses JsonTemplateLayout.
  • The application logs a MapMessage containing an attacker-controlled floating-point value.

Users are advised to upgrade to Apache Log4j JSON Template Layout 2.25.4, which corrects this issue.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N
CVSS Score: 6.3

Product Status

Vendor Apache Software Foundation
Product Apache Log4j JSON Template Layout
Versions Default: unaffected
  • affected from 2.14.0 to 2.25.4 (excl.)
  • affected from 3.0.0-alpha1 to 3.0.0-beta3 (incl.)

Credits

  • Ap4sh (Samy Medjahed) and Ethicxz (Eliott Laurie) finder

References

Problem Types

  • CWE-116 Improper Encoding or Escaping of Output CWE