STIGhubSTIGhub
STIGsSearchCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to VMware vRealize Operations Manager 6.x tc Server Security Technical Implementation Guide

V-241738

CAT II (Medium)

tc Server CaSa must remove all export ciphers to protect the confidentiality and integrity of transmitted information.

Rule ID

SV-241738r879810_rule

STIG

VMware vRealize Operations Manager 6.x tc Server Security Technical Implementation Guide

Version

V1R2

CCIs

CCI-002418

Discussion

During the initial setup of a Transport Layer Security (TLS) connection to the web server, the client sends a list of supported cipher suites in order of preference. The web server will reply with the cipher suite it will use for communication from the client list. If an attacker can intercept the submission of cipher suites to the web server and place, as the preferred cipher suite, a weak export suite, the encryption used for the session becomes easy for the attacker to break, often within minutes to hours. An essential configuration file for tc Server is “catalina.properties”. Properly configured, tc Server will not provide the weaker, export ciphers.

Check Content

At the command prompt, execute the following command:

grep -A 10 vmware-casa.ssl.ciphers.list /usr/lib/vmware-casa/casa-webapp/conf/catalina.properties

If any export ciphers are listed, this is a finding.

Note: To view a list of export ciphers, at the command prompt execute the following command:

openssl ciphers 'EXP'

Fix Text

Navigate to and open /usr/lib/vmware-casa/casa-webapp/conf/catalina.properties.

Navigate to the “vmware-casa.ssl.ciphers.list” setting.

Remove any export ciphers from “vmware-casa.ssl.ciphers.list”.

Note: To view a list of export ciphers, at the command prompt execute the following command:

openssl ciphers 'EXP'