Incomplete fix for Apache Log4j vulnerability #248
Labels
agent-java
community
Issues and PRs created by the community
triage
Issues and PRs that need to be triaged
https://github.com/elastic/ecs-logging-java/blob/-/log4j2-legacy-tests/pom.xml
The fix to address CVE-2021-44228 in Apache Log4j 2.15.0 was incomplete in certain non-default configurations. This could allow attackers with control over Thread Context Map (MDC) input data when the logging configuration uses a non-default Pattern Layout with either a Context Lookup (for example, $${ctx:loginId}) or a Thread Context Map pattern (%X, %mdc, or %MDC) to craft malicious input data using a JNDI Lookup pattern resulting in a remote code execution (RCE) attack.
The text was updated successfully, but these errors were encountered: