Apache Log4j JSON Template Layout: Improper serialization of non-finite floating-point values in JsonTemplateLayout
Moderate severity
GitHub Reviewed
Published
Apr 10, 2026
to the GitHub Advisory Database
•
Updated Apr 13, 2026
Package
Affected versions
>= 2.14.0, < 2.25.4
>= 3.0.0-alpha1, <= 3.0.0-beta3
Patched versions
2.25.4
Description
Published by the National Vulnerability Database
Apr 10, 2026
Published to the GitHub Advisory Database
Apr 10, 2026
Reviewed
Apr 10, 2026
Last updated
Apr 13, 2026
Apache Log4j's
JsonTemplateLayout, 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:
JsonTemplateLayout.MapMessagecontaining an attacker-controlled floating-point value.Users are advised to upgrade to Apache Log4j JSON Template Layout 2.25.4, which corrects this issue.
References