-
Notifications
You must be signed in to change notification settings - Fork 40.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring-boot-starter-log4j2 please support the latest version of log4j-2.15 0-rc1 #28958
Comments
Now, Log4j-2.15 0-rc2 is the latest fixed version. |
wait online |
Spring Boot will pick up the next Log4J release as part of the semi-automated dependency upgrade process. In the meantime, you can configure your build to use a version of your choice by setting the |
waiting for Spring Boot will pick up the next Log4J release as part of the semi-automated dependency upgrade process; |
Will spring officials consider rebuilding a version? |
@andotorg We will upgrade to this newer version of log4j but this won't happen in a maintenance release so if you want to use this version now, overriding it in your application as described in the documentation is what you should be doing.
If we did the upgrade, you'd have to rebuild your application anyway. |
This comment has been minimized.
This comment has been minimized.
log4j2 2.15.0 official version published |
To add some context, this is in response to the following RCE vulnerability: |
@nessex thanks. We are aware of the CVE and the answers above still apply, there are a number of mitigations available in the link you've provided and upgrading your app is one of them. There's no need to wait for a Spring Boot release to do that. |
Please note that the property mentioned above is wrong, at least for 2.5 Set
to upgrade the version |
Thanks @Artur-, that is correct and I've edited the comment above. All dependency versions are available in the doc. |
This comment has been minimized.
This comment has been minimized.
@bmulder-innoseis I am not sure what you're trying to report.
This isn't a log4j dependency but the adapter from Log4j2's API to SLF4J. The log4j2 starter is here and the way to configure Spring Boot to use it is documented here.
I am aware. There is a log4j2 version though which is what this issue is all about. If you have more questions, please ask them on StackOverflow. |
modify sample: |
|
Thanks everyone. Spring Boot does not use log4j2 by default and those of you who are opting-in for log4j2 can update to a version that fixes the problem. Please review the documentation for Maven: if you are using our starter, or if you are importing our bom. If you are using Gradle, see this section. The name of the property is |
Spring-boot-starter-log4j2 please support the latest version of log4j-2.15 0-rc1
Log4j-2.15 0-rc1 security vulnerability latest fixed version
The text was updated successfully, but these errors were encountered: