To mitigate currently known vulnerabilities, the following updates are recommended. Apache to 2.4.51, Apache Solr to 7.5.0 and exacqVision Enterprise Manager (EM) to 21.12.1 or higher.
Note: Updates for both Apache and Apache Solr are available as part of the EM install package for version 21.09 and higher. However, updating to EM versions 21.12 or higher is recommended as this will also address the Log4j vulnerability.
WARNING: You must update EM manually i.e. download from our site and then launch the installer directly. The optional updates will not be prompted for if any other update method is used. Once the updates are in place future updates can be launched from the dashboard.
ALERT: If previous modifications have been made to the default configuration settings such as adding a certificate and key for SSL they will need to be reapplied. See Recover custom settings section below.
Determine the current version of Apache
- Open and administrative Command Prompt
- Navigate to
C:\Program Files\exacqVision\EnterpriseManager\apache_solr\apache2\bin
- Run the command
httpd.exe -v
- Make note of the Server Version
Determine the current version of Apache Solr
Determine the current version of exacqVision Enterprise Manager
- From the EM dashboard
- Click the Information icon in the upper right-hand corner
- Select About
- Make note of the Version
Install exacqVision Enterprise Manager
- Download the 64-bit Enterprise Manager installer for Windows from our site at https://exacq.com/support/downloads.php. Note: 32-bit updates are not supported.
- Launch the installer
- During the install you will be prompted to update Apache Solr 7.5.0 and/or Apache 2.4.51 it is recommended that you check both.
- A backup folder is created for folders being replaced by each update.
- By default, the newly created backup folders will be located at:
C:\Program Files\exacqVision\EnterpriseManager\apache_solr.old
C:\Program Files\exacqVision\EnterpriseManager\apache2.old
- Using the instructions provided earlier verify the versions of Apache, Apache-Solr and Enterprise Manager have changed to confirm the updates.
Note: Resource utilization may be high for a period of time after the update as reindexing is performed.
Recover custom settings (Optional)
As previously mentioned, the updates will overwrite any previous configuration changes. However, those settings were backed up as part of the update. By default, they are located at C:\Program Files\exacqVision\EnterpriseManager\apache_solr.old
- Copy the file httpd-ssl.conf
from C:\Program Files\exacqVision\EnterpriseManager\apache_solr.old\apache2\conf\extra\
to C:\Program Files\exacqVision\EnterpriseManager\apache_solr\apache2\conf\extra
- Copy httpd.conf
from C:\Program Files\exacqVision\EnterpriseManager\apache_solr.old\apache2\conf\
to C:\Program Files\exacqVision\EnterpriseManager\apache_solr\apache2\conf\
- Copy server.crt
from C:\Program Files\exacqVision\EnterpriseManager\apache_solr.old\apache2\conf\
to C:\Program Files\exacqVision\EnterpriseManager\apache_solr\apache2\conf\
- Copy server.key
from C:\Program Files\exacqVision\EnterpriseManager\apache_solr.old\apache2\conf\
to C:\Program Files\exacqVision\EnterpriseManager\apache_solr\apache2\conf\
- Restart the solrApache Service
RESTORE (SPECIAL CASE)
When restoring EM to a previous version that used Apache Solr 6.6.0 or earlier it is necessary to manually restore an Apache Solr backup containing the targeted version of Apache Solr for that install. Note: If a backup does not exist a restore cannot be performed.
- To perform a restore first determine the version of the apache_solr backup which is appropriate.
- Stop all exacqVision Enterprise Manager service including solrApache and solrJetty.
- Copy the existing
C:\Program Files\exacqVision\EnterpriseManager\apache_solr
folder to a safe location renaming it as appropriate - Replace with the apache_solr backup folder
- Start all exacqVision Enterprise Manager service including solrApache and solrJetty.
Notes
The presence of Log4j files in C:\Program Files\exacqVision\EnterpriseManager\apache_solr\apache-solr\server\resources does not mean there is a vulnerability ensure the version of apache is either 2.4.51 or 7.5.0.
Related Trac Tickets