Skip to content

Is RDF4J vulnerable to the new log4j exploit? #3503

Answered by abrokenjester
hmottestad asked this question in Q&A
Discussion options

You must be logged in to vote

To clarify for users of RDF4J:

RDF4J as a framework is logger-agnostic (using SLF4J), so for RDF4J users this will not require a version update of their RDF4J dependencies. Reading the CVE, it is only the log4j-core library that is affected. The log4j-over-slf4j adapter is maintained by the SLF4J project and is not affected by this vulnerability.

In summary:

  • if you use RDF4J Server, Workbench, or Console, you do not need to update: these applications use Apache Commons Logging or Java Util logging rather than Log4J.
  • if you use RDF4J as a dependency in your own Java project, you do not need to update to a newer version of RDF4J. However you may need to update your log4j-core dependency if…

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by abrokenjester
Comment options

You must be logged in to vote
8 replies
@barthanssens
Comment options

@abrokenjester
Comment options

@abrokenjester
Comment options

@barthanssens
Comment options

@hmottestad
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants