Apache Log4j does not verify the TLS hostname in its Socket Appender
Moderate severity
GitHub Reviewed
Published
Dec 18, 2025
to the GitHub Advisory Database
•
Updated Dec 19, 2025
Package
Affected versions
>= 2.0-beta9, < 2.25.3
Patched versions
2.25.3
Description
Published by the National Vulnerability Database
Dec 18, 2025
Published to the GitHub Advisory Database
Dec 18, 2025
Reviewed
Dec 19, 2025
Last updated
Dec 19, 2025
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:
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.
References