Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The mitigation steps provided for CVE-2021-45046 for those who cannot upgrade to 2.16, seems insufficient. The current description for CVE-2021-45046 says it includes attacks using non-default Pattern Layout with a Context Lookup in the configuration.
The removal of JNDILookup class file isn't the only solution to curb this issue because the lookup still occurs when the config is loaded.
Hence the mitigation steps must include the removal of references to context lookups where the data comes from ThreadContext or from external sources at runtime. (similar to the one provided for CVE-2021-45105 or the same can be included here too)