Apache log4j is an open-source logging utility that is bundled within numerous Java applications around the world for the purpose of logging and troubleshooting. On December 9, 2021, a remote code execution (RCE) vulnerability in Apache log4j 2 was identified and has been exploited since then. This vulnerability was rated a 10 out of 10 on the Common Vulnerability Scoring System, or CVSS, due to the potential impact that it can have if leveraged by attackers. The details are documented under the heading CVE-2021-44228.
According to James Wetter and Nicky Ringland, Open-Source Insights Team, more than 35,000 Java packages, amounting to over 8% of the Maven Central repository (the most significant Java package repository), have been impacted by the recently disclosed log4j vulnerabilities, with widespread fallout across the software industry.
As of December 16, 2021, 35,900 of the available Java artifacts from Maven Central depend on the affected log4j code. This means that more than 8% of all packages on Maven Central have at least one version that is impacted by this vulnerability.

It is essential to understand the dependencies on software development. Most artifacts that depend on log4j do so indirectly.The deeper log4j is embedded in the application, the more time-consuming it is to rewrite the portion of the dependency. Thus, the vulnerability is in a dependency chain and calls for a lot of intermediate steps for fixing this issue.
The Log4j library is embedded in almost every Internet service or application we are familiar with, including Twitter, Amazon, Microsoft, Minecraft, SAP, ABB, and more.Given the number of combinations and options, the newly introduced protections at times may not help, as attackers have many alternatives to bypass them. It simply means multi-layered security posture, and not single-layer protection, is the need-of-the-hour to ensure resilient protection.
AUTHOR
SUBJECT TAGS
#Log4j Vulnerability
#Cybersecurity
#Open source packages
#Remote Code
#Cloud Security
#Threats
#Identity Theft