- What is the severity of CVE-2021-45105?
- CVE-2021-45105 has been scored as a medium severity vulnerability.
- How to fix CVE-2021-45105?
- As a workaround for remediating CVE-2021-45105: Implement one of the following mitigation techniques: * Java 8 (or later) users should upgrade to release 2.17.0. Alternatively, this can be mitigated in configuration: * In PatternLayout in the logging configuration, replace Context Lookups like `${ctx:loginId}` or `$${ctx:loginId}` with Thread Context Map patterns (%X, %mdc, or %MDC). * Otherwise, in the configuration, remove references to Context Lookups like `${ctx:loginId}` or `$${ctx:loginId}` where they originate from sources external to the application such as HTTP headers or user input.
- Is CVE-2021-45105 being actively exploited in the wild?
- It is possible that CVE-2021-45105 is being exploited or will be exploited in a near future based on public information. According to its EPSS score, there is a ~72% probability that this vulnerability will be exploited by malicious actors in the next 30 days.
- What software or system is affected by CVE-2021-45105?
- CVE-2021-45105 affects Apache Software Foundation Apache Log4j2.