A few third party components are reported to be vulnerable and it is required to upgrade these manually.
The components are -
On-Prem TDAD
The reported third party components are vulnerable.
Steps to upgrade APACHE TOMCAT:
Backup the existing conf, webapps, and work folders from <C:>\Program Files\Apache Software Foundation\Tomcat 9.0_SETDADCore\
Stop and uninstall the service - SETDADCore. In an elevated command prompt, run the following commands:
sc stop SETDADCore
sc delete SETDADCore
Proceed with the installation
Run the downloaded installer apache-tomcat-<version>.exe
After installation replace conf, webapps, and work folders from the backup(taken initially) into the directory <C:>\Program Files\Apache Software Foundation\Tomcat 9.0_SETDADCore\
Open the registry editor
Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Apache Tomcat 9.0 SETDADCore
From a command prompt, navigate to the path where setACL utility is downloaded and run the commands:
Steps to upgrade MYSQL:
Open the registry editor and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Javelin. Note down the values of
MySQLpwd (use this MySQL password wherever prompted in the steps below)
SQLPort
\status
– to confirm the server version
Confirm if the path exists
"<C:>\Program Files (x86)\MySQL\MySQL Installer for Windows" - This is expected to be present since it is a part of TDAD installation.
In an elevated command prompt: cd <C:>\Program Files (x86)\MySQL\MySQL Installer for Windows, run
MySQLInstallerConsole --install server;x.x.xx;x64:*:port=3306;install_dir="<C:>\Program Files\Symantec\Endpoint Threat Defense for AD\MySQL\MySQL Server x.x"
Modify the value of "Innodb_buffer_pool_size" from 128M to 512M
Delete the services
sc delete SETDADMySQL
sc delete MySQLxx
From the command prompt:
cd <TDAD install dir>\MySQL\MySQL Server x.x\bin
Run
mysqld.exe --install SETDADMySQL --defaults-file="C:\ProgramData\MySQL\MySQL Server x.x\my.ini"
Open the registry, navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SETDADMySQL