Apache Log4j Core's XmlLayout https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout , in versions up to and including 2.25.3, fails to sanitize characters forbidden by the XML 1.0 specification https://www.w3.org/TR/xml/#charsets producing invalid XML output whenever a log message or MDC value contains such characters.
The impact depends on the StAX implementation in use:
* JRE built-in StAX: Forbidden characters are silently written to the output, producing malformed XML. Conforming parsers must reject such documents with a fatal error, which may cause downstream log-processing systems to drop the affected records.
* Alternative StAX implementations (e.g., Woodstox https://github.com/FasterXML/woodstox , a transitive dependency of the Jackson XML Dataformat module): An exception is thrown during the logging call, and the log event is never delivered to its intended appender, only to Log4j's internal status logger.
Users are advised to upgrade to Apache Log4j Core 2.25.4, which corrects this issue by sanitizing forbidden characters before XML output.
References
| Link | Resource |
|---|---|
| https://github.com/apache/logging-log4j2/pull/4077 | Issue Tracking Patch |
| https://lists.apache.org/thread/5x0hcnng0chhghp6jgjdp3qmbbhfjzhb | Mailing List Vendor Advisory |
| https://logging.apache.org/cyclonedx/vdr.xml | Product |
| https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout | Technical Description |
| https://logging.apache.org/security.html#CVE-2026-34480 | Vendor Advisory |
| http://www.openwall.com/lists/oss-security/2026/04/10/9 | Mailing List Third Party Advisory |
Configurations
Configuration 1 (hide)
|
History
24 Apr 2026, 18:21
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.5 |
| CPE | cpe:2.3:a:apache:log4j:3.0.0:alpha1_rc1:*:*:*:*:*:* cpe:2.3:a:apache:log4j:3.0.0:alpha1_rc2:*:*:*:*:*:* cpe:2.3:a:apache:log4j:3.0.0:beta1:*:*:*:*:*:* cpe:2.3:a:apache:log4j:*:*:*:*:*:*:*:* cpe:2.3:a:apache:log4j:3.0.0:alpha1:*:*:*:*:*:* cpe:2.3:a:apache:log4j:3.0.0:beta3:*:*:*:*:*:* cpe:2.3:a:apache:log4j:3.0.0:beta2:*:*:*:*:*:* |
|
| References | () https://github.com/apache/logging-log4j2/pull/4077 - Issue Tracking, Patch | |
| References | () https://lists.apache.org/thread/5x0hcnng0chhghp6jgjdp3qmbbhfjzhb - Mailing List, Vendor Advisory | |
| References | () https://logging.apache.org/cyclonedx/vdr.xml - Product | |
| References | () https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout - Technical Description | |
| References | () https://logging.apache.org/security.html#CVE-2026-34480 - Vendor Advisory | |
| References | () http://www.openwall.com/lists/oss-security/2026/04/10/9 - Mailing List, Third Party Advisory | |
| First Time |
Apache log4j
Apache |
10 Apr 2026, 17:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
10 Apr 2026, 16:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-04-10 16:16
Updated : 2026-04-24 18:21
NVD link : CVE-2026-34480
Mitre link : CVE-2026-34480
CVE.ORG link : CVE-2026-34480
JSON object : View
Products Affected
apache
- log4j
CWE
CWE-116
Improper Encoding or Escaping of Output
