SV-214269r961632_rule
V-214269
SRG-APP-000439-WSR-000188
AS24-U1-000900
CAT II
10
Update the cipher specification string for all enabled SSLCipherSuite directives to include !EXPORT.
Determine the location of the "HTTPD_ROOT" directory and the "httpd.conf" and "ssl.conf" files:
Search the httpd.conf and ssl.conf file for the following uncommented directive: SSLCipherSuite
# cat httpd.conf | grep -i SSLCipherSuite
Output: None
# cat /etc/httpd/conf.d/ssl.conf | grep -i SSLCipherSuite
Output: SSLCipherSuite HIGH:3DES:!NULL:!MD5:!SEED:!IDEA:!EXPORT
For all enabled SSLCipherSuite directives, ensure the cipher specification string contains the kill cipher from list option for all export cipher suites, i.e., !EXPORT, which may be abbreviated !EXP as in the following example:
Example: SSLCipherSuite="HIGH:MEDIUM:!MD5!EXP:!NULL:!LOW:!ADH
If the SSLCipherSuite directive does not contain !EXPORT or !EXP or there are no enabled SSLCipherSuite directives, this is a finding.
V-214269
False
AS24-U1-000900
Determine the location of the "HTTPD_ROOT" directory and the "httpd.conf" and "ssl.conf" files:
Search the httpd.conf and ssl.conf file for the following uncommented directive: SSLCipherSuite
# cat httpd.conf | grep -i SSLCipherSuite
Output: None
# cat /etc/httpd/conf.d/ssl.conf | grep -i SSLCipherSuite
Output: SSLCipherSuite HIGH:3DES:!NULL:!MD5:!SEED:!IDEA:!EXPORT
For all enabled SSLCipherSuite directives, ensure the cipher specification string contains the kill cipher from list option for all export cipher suites, i.e., !EXPORT, which may be abbreviated !EXP as in the following example:
Example: SSLCipherSuite="HIGH:MEDIUM:!MD5!EXP:!NULL:!LOW:!ADH
If the SSLCipherSuite directive does not contain !EXPORT or !EXP or there are no enabled SSLCipherSuite directives, this is a finding.
M
3996