Skip to content
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

Address CVE-2021-45046 #3283

Closed
t83714 opened this issue Dec 17, 2021 · 1 comment
Closed

Address CVE-2021-45046 #3283

t83714 opened this issue Dec 17, 2021 · 1 comment
Labels

Comments

@t83714
Copy link
Contributor

t83714 commented Dec 17, 2021

Address CVE-2021-45046

See https://logging.apache.org/log4j/2.x/security.html for details.

As Mitigation options provided by log4j:

Mitigation
Log4j 1.x mitigation: Log4j 1.x is not impacted by this vulnerability.

Log4j 2.x mitigation: Implement one of the mitigation techniques below.

Java 8 (or later) users should upgrade to release 2.16.0.
Users requiring Java 7 should upgrade to release 2.12.2 when it becomes available (work in progress, expected to be available soon).
Otherwise, remove the JndiLookup class from the classpath: zip -q -d log4j-core-*.jar org/apache/logging/log4j/core/lookup/JndiLookup.class
Note that only the log4j-core JAR file is impacted by this vulnerability. Applications using only the log4j-api JAR file without the log4j-core JAR file are not impacted by this vulnerability.

We will upgrade our codebase to 2.16.0. For upstream projects (e.g. elasticsearch), we will remove JndiLookup class from our docker images.

@t83714 t83714 added the bug label Dec 17, 2021
@t83714 t83714 mentioned this issue Dec 17, 2021
2 tasks
@t83714
Copy link
Contributor Author

t83714 commented Dec 17, 2021

closed via #3284
release https://github.com/magda-io/magda/releases/tag/v1.1.0-rc.1 is the first release that includes this fix.

@t83714 t83714 closed this as completed Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant