The fix for the Text4Shell vulnerability is now available with Data360 Analyze version 3.8.5 and 3.10.1 is now available.
Below are the instructions to apply the Hotfix for 3.8.5 and 3.10.1
3.8.5 Hotfix Notes:
3.8.5 Hotfix for cve-2022-42889 upgrades the Apache Commons Text version used in Analyze to remove the vulnerability identified in cve-2022-42889
Steps:
- Stop all components of the application (Tomcat (web application), Analyze Server, Postgres)
- Navigate to the installation directory of Analyze (<installDir>)
- Remove the following file within the <installDir>:
- <installDir>/lib/java/commons-text-1.9.jar
- Rename the following file within the <installDir>, in order to make a backup of them:
- <installDir>/conf/brain/versions.prop
- <installDir>/tomcat/webapps/ROOT.war
To:
- <installDir>/conf/brain/versions.prop.bak
- <installDir>/tomcat/webapps/ROOT.war.bak
- Unpack the hotfix source file archive into <installDir> respecting the folder structure inside the archive, this will unpack the following files:
- <installDir>/conf/brain/versions.prop
- <installDir>/lib/java/commons-text-1.10.0.jar
- <installDir>/tomcat/webapps/ROOT.war
- Restart the application (all components)
3.10.1 Hotfix Notes:
3.10.1 Hotfix for cve-2022-42889 upgrades the Apache Commons Text version used in Analyze to remove the vulnerability identified in cve-2022-42889
Steps:
- Stop all components of the application (Tomcat (web application), Analyze Server, Postgres)
- Navigate to the installation directory of Analyze (<installDir>)
- Remove the following files within the <installDir>: <installDir>/tomcat/webapps/ROOT/WEB-INF/lib/commons-text-1.9.jar <installDir>/lib/java/commons-text-1.9.jar
- Rename the following file within the <installDir>, in order to make a backup of them: - <installDir>/conf/brain/versions.prop To: - <installDir>/conf/brain/versions.prop.bak
- Unpack the hotfix source file archive
- Copy the extracted commons-text-1.10.0.jar into the following locations: <installDir>/tomcat/webapps/ROOT/WEB-INF/lib/commons-text-1.10.0.jar <installDir>/lib/java/commons-text-1.10.0.jar
- Copy the extracted versions.prop file to the following location: <installDir>/conf/brain/versions.prop
- Restart (all components)