McAfee Vulnerability Scan Report shows vulnerablities related to tomcat
Hi All. Our client had a McAfee Vulnerability Scan over the same machine where we deployed CLM, they have found following vulnerabilities related to the tomcat which is our application server:
1, Apache Tomcat Chunked Request Handling Vulnerability [FID 17880]
2, TLS/SSL RC4 Cipher Suites Information Disclosure Vulnerability [FID 18179]
3, Apache Tomcat Response Request Body Denial of Service [FID 18355]
4, Apache Tomcat Security Manager Bypass [FID 18384]
Please guide/suggest me how i can resolve above vulnerabilities, do i need to upgrade Tomcat if yes then to which version i need to upgrade as currently i have the tomcat which comes with the CLM 5.0.2 as a bundled. need your help over this urgently .
One answer
I would suggest upgrade to the latest available version of tomcat in the same release. I.e. if Tomcat is 7.0.XX go to tomcat.apache.org, find the most recent package for your platform. You cannot just drop the new version onto the existing one as the CLM setup will be lost. Here's how I've upgraded Tomcat from the default provided in the CLM package:
- Stop the CLM application server ( tomcat )
- copy or move the tomcat/conf/server.xml, your certificate file and the tomcat/webapps directory to a location "above" the tomcat directory
- unpack the downloaded tomcat package in the <jazz_install>/server/ directory. I think it will create a directory with apache-tomcat-Vers as the name. Rename the old tomcat directory, then rename the new directory tomcat
- Move replace the tomcat/conf/server.xml with the one you saved, also move the certificate file to its original location. Also put the webapps dir back under tomcat directory
You can also search google for the exact phrases of all 4 of your entries and find references. e.g.
https://tomcat.apache.org/security-7.html
The RC4 will not be fixed by any upgrade, rather one must exclude (delete) those ciphers in the tomcat/conf/server.xml file.
I'm surprised the McAfee does not also provide a CVE reference which would give more precise descriptions/remediation of its findings.