collective / collective.solr

Solr search engine integration for Plone
https://pypi.org/project/collective.solr/
21 stars 46 forks source link

Solr and the Log4j vulnerability #300

Closed adrianschulz closed 1 year ago

adrianschulz commented 2 years ago

You probably already heard of it: Log4j - a very popular logging library for java - has a critical vulnerability (Remote Code Execution). See also https://nvd.nist.gov/vuln/detail/CVE-2021-44228 and https://logging.apache.org/log4j/2.x/security.html

Since Solr is Java-based this also affects Solr instances. Apache already published an article on how to fix it for Solr (https://solr.apache.org/security.html#apache-solr-affected-by-apache-log4j-cve-2021-44228).

Note: the following lines are a summary of what Apache published (state of 13th December 2021 on 16:06 UTC) - for more details or more recent information see the article linked above.