Skip to content

Commit a195406

Browse files
Merge pull request #7362 from github/ppkarwasz-GHSA-w35j-pv5h-q9q9
2 parents 8df4953 + 67897aa commit a195406

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

advisories/github-reviewed/2026/04/GHSA-w35j-pv5h-q9q9/GHSA-w35j-pv5h-q9q9.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-w35j-pv5h-q9q9",
4-
"modified": "2026-04-10T21:16:54Z",
4+
"modified": "2026-04-10T21:16:55Z",
55
"published": "2026-04-10T18:31:18Z",
66
"aliases": [
77
"CVE-2026-34481"
88
],
9-
"summary": "Apache Log4j's JsonTemplateLayout produces invalid JSON output when log events contain non-finite floating-point values",
10-
"details": "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.\n\nAn attacker can exploit this issue only if both of the following conditions are met:\n\n * The application uses JsonTemplateLayout.\n * The application logs a MapMessage containing an attacker-controlled floating-point value.\n\n\nUsers are advised to upgrade to Apache Log4j JSON Template Layout 2.25.4, which corrects this issue.",
9+
"summary": "Apache Log4j JSON Template Layout: Improper serialization of non-finite floating-point values in JsonTemplateLayout",
10+
"details": "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.\n\nAn attacker can exploit this issue only if both of the following conditions are met:\n\n * The application uses `JsonTemplateLayout`.\n * The application logs a `MapMessage` containing an attacker-controlled floating-point value.\n\nUsers are advised to upgrade to Apache Log4j JSON Template Layout 2.25.4, which corrects this issue.",
1111
"severity": [
1212
{
1313
"type": "CVSS_V4",
@@ -47,7 +47,7 @@
4747
"introduced": "3.0.0-alpha1"
4848
},
4949
{
50-
"fixed": "3.0.0-beta3"
50+
"last_affected": "3.0.0-beta3"
5151
}
5252
]
5353
}

0 commit comments

Comments
 (0)