Skip to content

Update dependency org.apache.logging.log4j:log4j-core to v2.25.4 [SECURITY]#226

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/maven-org.apache.logging.log4j-log4j-core-vulnerability
Open

Update dependency org.apache.logging.log4j:log4j-core to v2.25.4 [SECURITY]#226
renovate[bot] wants to merge 1 commit intomainfrom
renovate/maven-org.apache.logging.log4j-log4j-core-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 20, 2025

This PR contains the following updates:

Package Change Age Confidence
org.apache.logging.log4j:log4j-core (source) 2.25.02.25.4 age confidence

GitHub Vulnerability Alerts

CVE-2025-68161

The Socket Appender in Apache Log4j Core versions 2.0-beta9 through 2.25.2 does not perform TLS hostname verification of the peer certificate, even when the verifyHostName configuration attribute or the log4j2.sslVerifyHostName system property is set to true.

This issue may allow a man-in-the-middle attacker to intercept or redirect log traffic under the following conditions:

  • The attacker is able to intercept or redirect network traffic between the client and the log receiver.
  • The attacker can present a server certificate issued by a certification authority trusted by the Socket Appender’s configured trust store (or by the default Java trust store if no custom trust store is configured).

Users are advised to upgrade to Apache Log4j Core version 2.25.3, which addresses this issue.

As an alternative mitigation, the Socket Appender may be configured to use a private or restricted trust root to limit the set of trusted certificates.

CVE-2026-34480

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.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • ""
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
4 Security Hotspots

See analysis details on SonarQube Cloud

@renovate renovate bot changed the title Update dependency org.apache.logging.log4j:log4j-core to v2.25.3 [SECURITY] Update dependency org.apache.logging.log4j:log4j-core to v2.25.3 [SECURITY] - autoclosed Mar 27, 2026
@renovate renovate bot closed this Mar 27, 2026
@renovate renovate bot deleted the renovate/maven-org.apache.logging.log4j-log4j-core-vulnerability branch March 27, 2026 03:03
@renovate renovate bot changed the title Update dependency org.apache.logging.log4j:log4j-core to v2.25.3 [SECURITY] - autoclosed Update dependency org.apache.logging.log4j:log4j-core to v2.25.3 [SECURITY] Mar 30, 2026
@renovate renovate bot reopened this Mar 30, 2026
@renovate renovate bot force-pushed the renovate/maven-org.apache.logging.log4j-log4j-core-vulnerability branch 2 times, most recently from ad0d6ca to 3a645b7 Compare March 30, 2026 19:28
@renovate renovate bot changed the title Update dependency org.apache.logging.log4j:log4j-core to v2.25.3 [SECURITY] Update dependency org.apache.logging.log4j:log4j-core to v2.25.4 [SECURITY] Apr 11, 2026
@renovate renovate bot force-pushed the renovate/maven-org.apache.logging.log4j-log4j-core-vulnerability branch from 3a645b7 to a0880a1 Compare April 11, 2026 02:37
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
4 Security Hotspots

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants