Understanding the Impression of Apache Log4j Vulnerability
6 mins read

Understanding the Impression of Apache Log4j Vulnerability


Greater than 35,000 Java packages, amounting to over 8% of the Maven Central repository (essentially the most important Java bundle repository), have been impacted by the just lately disclosed log4j vulnerabilities (1, 2), with widespread fallout throughout the software program business. The vulnerabilities permit an attacker to carry out distant code execution by exploiting the insecure JNDI lookups function uncovered by the logging library log4j. This exploitable function was enabled by default in lots of variations of the library.

This vulnerability has captivated the data safety ecosystem since its disclosure on December ninth due to each its severity and widespread influence. As a preferred logging instrument, log4j is utilized by tens of hundreds of software program packages (referred to as artifacts within the Java ecosystem) and tasks throughout the software program business. Consumer’s lack of visibility into their dependencies and transitive dependencies has made patching troublesome; it has additionally made it troublesome to find out the total blast radius of this vulnerability. Utilizing Open Supply Insights, a mission to assist perceive open supply dependencies, we surveyed all variations of all artifacts within the Maven Central Repository to find out the scope of the difficulty within the open supply ecosystem of JVM primarily based languages, and to trace the continued efforts to mitigate the affected packages.

How widespread is the log4j vulnerability?

As of December 16, 2021, we discovered that 35,863 of the obtainable Java artifacts from Maven Central rely upon the affected log4j code. Which means greater than 8% of all packages on Maven Central have a minimum of one model that’s impacted by this vulnerability. (These numbers don’t embody all Java packages, reminiscent of immediately distributed binaries, however Maven Central is a robust proxy for the state of the ecosystem.)

So far as ecosystem influence goes, 8% is gigantic. The common ecosystem influence of advisories affecting Maven Central is 2%, with the median lower than 0.1%.


Direct dependencies account for round 7,000 of the affected artifacts, which means that any of its variations depend on an affected model of log4j-core or log4j-api, as described within the CVEs. Nearly all of affected artifacts come from oblique dependencies (that’s, the dependencies of 1’s personal dependencies), which means log4j shouldn’t be explicitly outlined as a dependency of the artifact, however will get pulled in as a transitive dependency.



What’s the present progress in fixing the open supply JVM ecosystem?
We counted an artifact as mounted if the artifact had a minimum of one model affected and has launched a better steady model (in keeping with semantic versioning) that’s unaffected. An artifact affected by log4j is taken into account mounted if it has up to date to 2.16.0 or eliminated its dependency on log4j altogether.

On the time of writing, almost 5 thousand of the affected artifacts have been mounted. This represents a speedy response and mammoth effort each by the log4j maintainers and the broader neighborhood of open supply customers.

That leaves over 30,000 artifacts affected, lots of that are depending on one other artifact to patch (the transitive dependency) and are probably blocked.

Why is fixing the JVM ecosystem laborious?

Most artifacts that rely upon log4j accomplish that not directly. The deeper the vulnerability is in a dependency chain, the extra steps are required for it to be mounted. The next diagram exhibits a histogram of how deeply an affected log4j bundle (core or api) first seems in customers dependency graphs. For better than 80% of the packages, the vulnerability is a couple of stage deep, with a majority affected 5 ranges down (and a few as many as 9 ranges down). These packages would require fixes all through all components of the tree, ranging from the deepest dependencies first.

How lengthy will it take for this vulnerability to be mounted throughout all the ecosystem?


It’s laborious to say. We checked out all publicly disclosed vital advisories affecting Maven packages to get a way of how shortly different vulnerabilities have been totally addressed. Lower than half (48%) of the artifacts affected by a vulnerability have been mounted, so we could be in for a protracted wait, probably years.

However issues are wanting promising on the log4j entrance. After lower than per week, 4,620 affected artifacts (~13%) have been mounted. This, greater than every other stat, speaks to the huge effort by open supply maintainers, data safety groups and customers throughout the globe.

The place to focus subsequent?Thanks and congratulations are because of the open supply maintainers and customers who’ve already upgraded their variations of log4j. As a part of our investigation, we pulled collectively a listing of 500 affected packages with a few of the highest transitive utilization. If you’re a maintainer or person serving to with the patching effort, prioritizing these packages might maximize your influence and unblock extra of the neighborhood.

We encourage the open supply neighborhood to proceed to strengthen safety in these packages by enabling automated dependency updates and including safety mitigations. Enhancements reminiscent of these might qualify for monetary rewards from the Safe Open Supply Rewards program.

You may discover your bundle dependencies and their vulnerabilities by utilizing Open Supply Insights.


Leave a Reply

Your email address will not be published. Required fields are marked *