STIGhubSTIGhub
STIGsSearchCompareAbout

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
  • VPAT
  • DISA STIG Library
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Adobe ColdFusion Security Technical Implementation Guide

V-279060

CAT II (Medium)

ColdFusion must transmit only encrypted representations of passwords to the mail server.

Rule ID

SV-279060r1171535_rule

STIG

Adobe ColdFusion Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-000197, CCI-002385, CCI-000366

Discussion

Passwords need to be protected at all times, and encryption is the standard method for protecting passwords during transmission. If passwords are not encrypted, they can be plainly read (i.e., clear text) and easily compromised. ColdFusion may use username/password to connect to a mail server. When this authentication method is used, it is important that the credentials be protected when transmitted by being encrypted. While TLS encryption is the preferred method by DOD, SSL can be used when the mail server does not offer any other method of encryption. Satisfies: SRG-APP-000172-AS-000120, SRG-APP-000435-AS-000163, SRG-APP-000516-AS-000237

Check Content

If the "mail" package is not installed, this is Not Applicable.

Verify Mail Service Configurations.

From the Admin Console Landing Screen, navigate to Server Settings >> Mail.

If no mail server is configured, this requirement is not a finding.

If a username and password are required for authentication and "Enable TLS connection to mail server" is unchecked and "Enable SSL socket connects to mail server" is unchecked, this is a finding.

If "Spool mail messages for delivery to" is unchecked, this is a finding.

If "Connection Timeout (in seconds)" is set to greater than 15 seconds, this is a finding.

If "Log all mail messages sent by ColdFusion" is not checked, this is a finding.

If the default and recommended setting of "Warning" is not selected for error log severity, this is a finding.

Fix Text

If the "mail" package is not installed, this is Not Applicable.

Configure Mail Service.

1. From the Admin Console Landing Screen, navigate to Server Settings >> Mail.

2. Enable SSL/TLS:
- If a username and password are required for authentication, check "Enable SSL socket connections to mail server" setting.
- Check "Enable TLS connection to mail server" setting.

3. Mail Spool Settings: 
- Uncheck "Spool mail messages for delivery to" setting.

4. Set the "Connection Timeout(in seconds)" setting to 15 seconds or fewer.

5. Mail Logging Settings:
- Check "Log all mail messages sent by ColdFusion setting.
- Select "Warning" for Error Log Severity.

6. Select "Submit Changes" to save the new settings.