Taken from https://www.lunasec.io/docs/blog/log4j-zero-day/
What is Apache Log4j Zero-Day Vulnerability?
Apache Log4j has a serious unauthenticated Remote Code Execution (RCE) vulnerability which was just disclosed. The exploit code for this has also been released, and the vulnerability is actively exploited in the wild. By crafting a special string that is passed to the application/service log via Log4j, attackers can execute arbitrary code loaded from remote servers. This can potentially lead to a complete compromise of the server.
What versions are vulnerable?
Any software using Apache Log4j (as a component) version between 2.0 and 2.14.1, inclusive.
What do I need to do?
A. Servers running custom Java application/services
- If your Log4j version is vulnerable, install the latest patched version log4j-2.15.0-rc2 available on GitHub at https://github.com/apache/logging-log4j2/releases/tag/log4j-2.15.0-rc2.
B. Servers running Commercial off-the-shelf (COTS) products
- Plese refer to https://gist.github.com/SwitHak/b66db3a06c2955a9cb71a8718970c592 for a list of advisories from the major vendors and follow the advisory.
How can I check if I have been hacked/compromised?
Check your applications’ log files for strings resembling “jndi:ldap”.
For more information