Created
December 15, 2021 16:26
-
-
Save funkman/76f55332a756ba9fc05e606bf63c2503 to your computer and use it in GitHub Desktop.
Remove JNDI classes from log4j-core-2X via zip (Info-ZIP) CVE-2021-44228 + CVE-2021-45046 mitigation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zip -d log4j-core-2.14.0.jar 'org/apache/logging/log4j/core/net/JndiManager.class' 'org/apache/logging/log4j/core/util/JndiCloser.class' 'org/apache/logging/log4j/core/selector/JndiContextSelector.class' 'org/apache/logging/log4j/core/net/JndiManager$1.class' 'org/apache/logging/log4j/core/lookup/JndiLookup.class' 'org/apache/logging/log4j/core/net/JndiManager$JndiManagerFactory.class' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment