MS Exchange 2013 Client Access Server Security Technical Implementation Guide

  • Version/Release: V1R3
  • Published: 2019-12-18
  • Expand All:
  • Severity:
  • Sort:
Compare

Select any two versions of this STIG to compare the individual requirements

View

Select any old version/release of this STIG to view the previous requirements

This Security Technical Implementation Guide is published as a tool to improve the security of Department of Defense (DoD) information systems. The requirements are derived from the National Institute of Standards and Technology (NIST) 800-53 and related documents. Comments or proposed revisions to this document should be sent via email to the following address: disa.stig_spt@mail.mil.
b
Exchange must use Encryption for RPC client access.
AC-17 - Medium - CCI-000068 - V-69715 - SV-84337r1_rule
RMF Control
AC-17
Severity
Medium
CCI
CCI-000068
Version
EX13-CA-000005
Vuln IDs
  • V-69715
Rule IDs
  • SV-84337r1_rule
This setting controls whether client machines are forced to use secure channels to communicate with the server. If this feature is enabled, clients will only be able to communicate with the server over secure communication channels. Failure to require secure connections to the client access server increases the potential for unintended eavesdropping or data loss.
Checks: C-70157r2_chk

Open the Exchange Management Shell and enter the following command: Get-RpcClientAccess | Select Server, Name, EncryptionRequired If the value of EncryptionRequired is not set to True, this is a finding.

Fix: F-75919r1_fix

Open the Exchange Management Shell and enter the following command: Set-RpcClientAccess -Server <ServerName> -EncryptionRequired $true

b
Exchange must use Encryption for OWA access.
AC-17 - Medium - CCI-000068 - V-69717 - SV-84339r2_rule
RMF Control
AC-17
Severity
Medium
CCI
CCI-000068
Version
EX13-CA-000010
Vuln IDs
  • V-69717
Rule IDs
  • SV-84339r2_rule
This setting controls whether client machines should be forced to use secure channels to communicate with this virtual directory. If this feature is enabled, clients will only be able to communicate with the directory if they are capable of supporting secure communication with the server. The use of secure communication prevents eavesdroppers from reading or modifying communications between servers and clients. The network and DMZ STIG identify criteria for OWA and Public Folder configuration in the network, including CAC enabled pre-authentication through an application firewall proxy. Failure to require secure connections on a web site increases the potential for unintended eavesdropping or data loss.
Checks: C-70159r2_chk

Open a Windows PowerShell and enter the following command: Import-module webadministration Enter cd “IIS:” At the IIS: prompt, enter cd Sites At the Sites: prompt, enter cd “Default Web Site” At the “Default Web Site”: prompt, enter cd owa At the IIS:\Sites\Default Web Site\owa&gt;: prompt, enter Get-WebConfigurationProperty -filter /system.webServer/security/access -name sslflags If the value returned is not Ssl,Ssl128, this is a finding.

Fix: F-75921r1_fix

Configure the OWA site to require SSL port 443.

b
Exchange must have Forms-based Authentication disabled.
AC-17 - Medium - CCI-000068 - V-69719 - SV-84341r2_rule
RMF Control
AC-17
Severity
Medium
CCI
CCI-000068
Version
EX13-CA-000015
Vuln IDs
  • V-69719
Rule IDs
  • SV-84341r2_rule
Identification and Authentication provide the foundation for access control. Access to email services applications in the DoD requires authentication using DoD Public Key Infrastructure (PKI) certificates. Authentication for Outlook Web App (OWA) is used to enable web access to user email mailboxes and should assume that certificate-based authentication has been configured. This setting controls whether forms-based logon should be used by the OWA website. Because the DoD requires Common Access Card (CAC)-based authentication to applications, OWA access must be brokered through an application proxy or other pre-authenticator, which performs CAC authentication prior to arrival at the CA server. The authenticated request is then forwarded directly to OWA, where authentication is repeated without requiring the user to repeat authentication steps. For this scenario to work, the Application Proxy server must have forms-based authentication enabled, and Exchange must have forms-based Authentication disabled. If forms-based Authentication is enabled on the Exchange CA server, it is evidence that the application proxy server is either not correctly configured, or it may be missing.
Checks: C-70161r1_chk

Open the Exchange Management Shell and enter the following command: Get-OwaVirtualDirectory | Select ServerName, Name, Identity, FormsAuthentication If the value of FormsAuthentication is not set to False, this is a finding.

Fix: F-75923r1_fix

Open the Exchange Management Shell and enter the following command: Set-OwaVirtualDirectory -Identity <'IdentityName'> -FormsAuthentication $false Note <IdentityName> must be in quotes. Example for the Identity Name: <ServerName>\owa (Default Web site) Restart the ISS service.

b
Exchange must have authenticated access set to Integrated Windows Authentication only.
AC-3 - Medium - CCI-000213 - V-69721 - SV-84343r1_rule
RMF Control
AC-3
Severity
Medium
CCI
CCI-000213
Version
EX13-CA-000020
Vuln IDs
  • V-69721
Rule IDs
  • SV-84343r1_rule
To mitigate the risk of unauthorized access to sensitive information by entities that have been issued certificates by DoD-approved PKIs, all DoD systems (e.g., networks, web servers, and web portals) must be properly configured to incorporate access control methods that do not rely solely on the possession of a certificate for access. Successful authentication must not automatically give an entity access to an asset or security boundary. Authorization procedures and controls must be implemented to ensure each authenticated entity also has a validated and current authorization. Authorization is the process of determining whether an entity, once authenticated, is permitted to access a specific asset. Information systems use access control policies and enforcement mechanisms to implement this requirement. Access control policies include identity-based policies, role-based policies, and attribute-based policies. Access enforcement mechanisms include access control lists, access control matrices, and cryptography. These policies and mechanisms must be employed by the application to control access between users (or processes acting on behalf of users) and objects (e.g., devices, files, records, processes, programs, and domains) in the information system. This requirement is applicable to access control enforcement applications (e.g., authentication servers) and other applications that perform information and system access control functions.
Checks: C-70163r1_chk

Open the Exchange Management Shell and enter the following command: Get-OwaVirtualDirectory | Select ServerName, Name,Identity,*Authentication If the value of WindowsAuthentication is not set to True, this is a finding.

Fix: F-75925r1_fix

Open the Exchange Management Shell and enter the following command: Set-OwaVirtualDirectory -Identity '<IdentityName>' -WindowsAuthentication $true Note: The <IdentityName> value must be in quotes. Example for the Identity Name: <ServerName>\owa (Default Web site)

b
Exchange must have Administrator audit logging enabled.
AC-2 - Medium - CCI-001403 - V-69723 - SV-84345r1_rule
RMF Control
AC-2
Severity
Medium
CCI
CCI-001403
Version
EX13-CA-000025
Vuln IDs
  • V-69723
Rule IDs
  • SV-84345r1_rule
Unauthorized or malicious data changes can compromise the integrity and usefulness of the data. Automated attacks or malicious users with elevated privileges have the ability to affect change using the same mechanisms as email administrators. Auditing changes to access mechanisms not only supports accountability and non-repudiation for those authorized to define the environment but also enables investigation of changes made by others who may not be authorized. Note: This administrator auditing feature audits all exchange changes regardless of the users' assigned role or permissions.
Checks: C-70165r1_chk

Open the Exchange Management Shell and enter the following command: Get-AdminAuditLogConfig | Select Name, Identity, AdminAuditLogEnabled If the value of AdminAuditLogEnabled is not set to True, this is a finding.

Fix: F-75927r1_fix

Open the Exchange Management Shell and enter the following command: Set-AdminAuditLogConfig -AdminAuditLogEnabled $true

b
Exchange Servers must use approved DoD certificates.
AC-3 - Medium - CCI-000213 - V-69725 - SV-84347r1_rule
RMF Control
AC-3
Severity
Medium
CCI
CCI-000213
Version
EX13-CA-000030
Vuln IDs
  • V-69725
Rule IDs
  • SV-84347r1_rule
Server certificates are required for many security features in Exchange; without them the server cannot engage in many forms of secure communication. Failure to implement valid certificates makes it virtually impossible to secure Exchange's communications.
Checks: C-70167r1_chk

Open the Exchange Management Shell and enter the following command: Get-ExchangeCertificate | Select CertificateDomains, issuer If the value of CertificateDomains does not indicate it is issued by the DoD, this is a finding.

Fix: F-75929r1_fix

Remove the non-DoD certificate and import the correct DoD certificates.

b
Exchange ActiveSync (EAS) must only use certificate-based authentication to access email.
AC-3 - Medium - CCI-000213 - V-69727 - SV-84349r1_rule
RMF Control
AC-3
Severity
Medium
CCI
CCI-000213
Version
EX13-CA-000035
Vuln IDs
  • V-69727
Rule IDs
  • SV-84349r1_rule
Identification and Authentication provide the foundation for access control. For EAS to be used effectively on DoD networks, client certificate authentication must be used for communications between the MEM and email server. Additionally, the internal and external URLs must be set to the same address, since all EAS traffic must be tunneled to the device from the MEM. The risk associated with email synchronization with CMD should be mitigated by the introduction of MEM products and is specified in the DoD CIO memo dated 06 Apr 2011. The memo states specifically, "Email redirection from the email server (e.g., Exchange Server) to the device shall be controlled via centrally managed server." When EAS is used on DoD networks, the devices must be managed by an MEM.
Checks: C-70171r1_chk

Open the Exchange Management Shell and enter the following commands: Get-ActiveSyncVirtualDirectory | Select Name, Identity Get-ActiveSyncVirtualDirectory -Identity '&lt;ServerName&gt;Microsoft-Server-ActiveSync (Default Web Site)' | fl BasicAuthEnabled, WindowsAuthEnabled, ClientCertAuth, WebSiteSSLEnabled, InternalAuthenticationMethods, ExternalAuthenticationMethods Note: The &lt;ServerName&gt;Microsoft-Server-ActiveSync (Default Web Site) value must be in quotes. The command should return the following: BasicAuthEnabled : False WindowsAuthEnabled : False ClientCertAuth : Required WebSiteSSLEnabled : True InternalAuthenticationMethods : {Certificate} ExternalAuthenticationMethods : {Certificate} If the values above are not returned, this is a finding.

Fix: F-75933r1_fix

Open the Exchange Management Shell and enter the following command: Set-ActiveSyncVirtualDirectory -Identity ‘<ServerName>\Microsoft-Server-ActiveSync (Default Web Site)’ -BasicAuthEnabled $False -WindowsAuthEnabled $False -ClientCertAuth ‘Required’ -WebSites-InternalAuthenticationMethods ‘Certificate’ -ExternalAuthenticationMethods ‘Certificate’ Note: The <ServerName>Microsoft-Server-ActiveSync (Default Web Site) value must be in quotes.

b
Exchange must have IIS map client certificates to an approved certificate server.
AC-3 - Medium - CCI-000213 - V-69729 - SV-84351r1_rule
RMF Control
AC-3
Severity
Medium
CCI
CCI-000213
Version
EX13-CA-000040
Vuln IDs
  • V-69729
Rule IDs
  • SV-84351r1_rule
For EAS to be used effectively on DoD networks, client certificate authentication must be used for communications between the MEM and email server. Identification and Authentication provide the foundation for access control. IIS must be mapped to an approved certificate server for client certificates. Additionally, the internal and external URLs must be set to the same address, since all EAS traffic must be tunneled to the device from the MEM. The risk associated with email synchronization with CMD should be mitigated by the introduction of MEM products and is specified in the DoD CIO memo dated 06 Apr 2011. The memo states specifically, "Email redirection from the email server (e.g., Exchange Server) to the device shall be controlled via centrally managed server." When EAS is used on DoD networks, the devices must be managed by an MEM.
Checks: C-70173r2_chk

Open a command window and enter the following commands: cd c:\Windows\SysWOW64\inetsrv Appcmd.exe list config "Default Web Site/Microsoft-Server-ActiveSync" -section:clientCertificateMappingAuthentication If clientCertificateMappingAuthentication Enabled is not set to True, this is a finding.

Fix: F-75935r1_fix

Open a command window and enter the following commands: cd C:\Windows\SysWOW64\InetSrv appcmd unlock config /section:clientCertificateMappingAuthentication appcmd set config "Default Web Site/Microsoft-Server-ActiveSync" -section:clientCertificateMappingAuthentication /enabled:true

b
Exchange Email Diagnostic log level must be set to lowest level.
AU-12 - Medium - CCI-000169 - V-69731 - SV-84353r1_rule
RMF Control
AU-12
Severity
Medium
CCI
CCI-000169
Version
EX13-CA-000045
Vuln IDs
  • V-69731
Rule IDs
  • SV-84353r1_rule
Log files help establish a history of activities, and can be useful in detecting attack attempts or determining tuning adjustments to improve availability. Diagnostic logging, however, characteristically produces large volumes of data and requires care in managing the logs to prevent risk of disk capacity denial of service conditions. Exchange diagnostic logging is broken up into 29 main "services", each of which has anywhere from 2 to 26 "categories" of events to be monitored. Moreover, each category may be set to one of four levels of logging: Lowest, Low, Medium, and High, depending on how much detail one desires. The higher the level of detail, the more disk space required to store the audit material. Diagnostic logging is intended to help administrators debug problems with their systems, not as a general purpose auditing tool. Because the diagnostic logs collect a great deal of information, the log files may grow large very quickly. Diagnostic log levels may be raised for limited periods of time when attempting to debug relevant pieces of Exchange functionality. Once debugging has finished, diagnostic log levels should be reduced again.
Checks: C-70175r1_chk

Open the Exchange Management Shell and enter the following command: Get-EventLogLevel If any Diagnostic EventLogLevel is not set to Lowest, this is a finding.

Fix: F-75937r1_fix

Open the Exchange Management Shell and enter the following command: Set-EventLogLevel -Identity <'IdentityName\EventlogName'> -Level Lowest Note: The <IdentityName\EventlogName> value must be in quotes.

a
Exchange must have Audit record parameters set.
AU-12 - Low - CCI-000169 - V-69733 - SV-84355r1_rule
RMF Control
AU-12
Severity
Low
CCI
CCI-000169
Version
EX13-CA-000050
Vuln IDs
  • V-69733
Rule IDs
  • SV-84355r1_rule
Log files help establish a history of activities, and can be useful in detecting attack attempts. This item declares the fields that must be available in the audit log file in order to adequately research events that are logged. Audit records should include the following fields to supply useful event accounting: Object modified, Cmdlet name, Cmdlet parameters, Modified parameters, Caller, Succeeded, and Originating server.
Checks: C-70177r1_chk

Open the Exchange Management Shell and enter the following command: Get-AdminAuditLogConfig | Select Name, Identity, AdminAuditLogParameters If the value of AdminAuditLogParameters is not set to {*}, this is a finding. Note: The value of {*} indicates all parameters are being audited.

Fix: F-75939r1_fix

Open the Exchange Management Shell and enter the following command: Set-AdminAuditLogConfig -AdminAuditLogParameters *

b
Exchange must have Queue monitoring configured with threshold and action.
AU-6 - Medium - CCI-000154 - V-69735 - SV-84357r1_rule
RMF Control
AU-6
Severity
Medium
CCI
CCI-000154
Version
EX13-CA-000055
Vuln IDs
  • V-69735
Rule IDs
  • SV-84357r1_rule
Monitors are automated "process watchers" that respond to performance changes, and can be useful in detecting outages and alerting administrators where attention is needed. Exchange has built-in monitors that enable the administrator to generate alerts if thresholds are reached, better enabling them to react in a timely fashion. This field offers choices of alerts when a "warning" or "critical" threshold is reached on the SMTP queue. A good rule of thumb (default) is to issue warnings when SMTP queue growth exceeds 10 minutes and critical messages when it exceeds 20 minutes, which should only exist occasionally. Frequent alerts against this counter may indicate a network or other issue (such as inbound SPAMMER traffic) that directly impacts email delivery. Notification choices include email alert to an email-enabled account, for example, an email Administrator, or invoke a script to take other action, for example, to add an Event to the Microsoft Application Event Log, where external monitors might detect it.
Checks: C-70179r1_chk

Note: If a third-party application is performing monitoring functions, the reviewer should verify the application is monitoring correctly and mark the vulnerability not applicable. Open the Exchange Management Shell and enter the following command: perfmon In the left pane, expand and navigate Performance &gt;&gt; Data Collector Sets &gt;&gt; User Defined. If no sets are defined or queues are not being monitored, this is a finding.

Fix: F-75941r1_fix

Open the Exchange Management Shell and enter the following command: perfmon In the left pane, navigate to and select Performance >> Data Collector Sets >> User Defined. Right-click, navigate to, and configure User Defined >> New >> Data Collector Set to use user-defined data collection for monitoring the queues.

b
Exchange must have Send Fatal Errors to Microsoft disabled.
CM-7 - Medium - CCI-000381 - V-69737 - SV-84359r1_rule
RMF Control
CM-7
Severity
Medium
CCI
CCI-000381
Version
EX13-CA-000060
Vuln IDs
  • V-69737
Rule IDs
  • SV-84359r1_rule
Log files help establish a history of activities, and can be useful in detecting attack attempts or determining tuning adjustments to improve availability. This setting enables an automated log entry to be sent to Microsoft giving general details about the nature and location of the error. Microsoft, in turn, uses this information to improve the robustness of their product. While this type of debugging information would not ordinarily contain sensitive information, it may alert eavesdroppers to the existence of problems in your Exchange organization. At the very least, it could alert them to (possibly) advantageous timing to mount an attack. At worst, it may provide them with information as to which aspects of Exchange are causing problems and might be vulnerable (or at least sensitive) to attack. All system errors in Exchange will result in outbound traffic that may be identified by an eavesdropper. For this reason, the "Report Fatal Errors to Microsoft" feature must be disabled.
Checks: C-70181r1_chk

Open the Exchange Management Shell and enter the following command: Get-ExchangeServer –status | Select Name, Identity, ErrorReportingEnabled For each Identity, if the value of ErrorReportingEnabled is not set to False, this is a finding.

Fix: F-75943r1_fix

Open the Exchange Management Shell and enter the following command: Set-ExchangeServer -Identity <IdentityName> -ErrorReportingEnabled $false Note: The <IdentityName> value must be in quotes. Repeat the procedure for each Identity.

b
Exchange must have Audit data protected against unauthorized read access.
AU-9 - Medium - CCI-000162 - V-69739 - SV-84361r1_rule
RMF Control
AU-9
Severity
Medium
CCI
CCI-000162
Version
EX13-CA-000065
Vuln IDs
  • V-69739
Rule IDs
  • SV-84361r1_rule
Log files help establish a history of activities, and can be useful in detecting attack attempts or determining tuning adjustments to improve availability. Audit log content must always be considered sensitive, and in need of protection. Audit data available for modification by a malicious user can be altered to conceal malicious activity. Audit data might also provide a means for the malicious user to plan unauthorized activities that exploit weaknesses. The contents of audit logs are protected against unauthorized access, modification, or deletion. Only authorized auditors and the audit functions should be granted Read and Write access to audit log data.
Checks: C-70183r1_chk

Review the Email Domain Security Plan (EDSP). Determine the authorized groups or users that should have read access to the audit data. If any group or user has read access to the audit data that is not documented in the EDSP, this is a finding.

Fix: F-75945r1_fix

Update the EDSP. Navigate to the location of the audit data. Restrict any unauthorized groups' or users' read access to the audit logs.

b
Exchange must not send Customer Experience reports to Microsoft.
CM-7 - Medium - CCI-000381 - V-69741 - SV-84363r1_rule
RMF Control
CM-7
Severity
Medium
CCI
CCI-000381
Version
EX13-CA-000070
Vuln IDs
  • V-69741
Rule IDs
  • SV-84363r1_rule
It is detrimental for applications to provide, or install by default, functionality exceeding requirements or mission objectives. These unnecessary capabilities or services are often overlooked and therefore may remain unsecured. They increase the risk to the platform by providing additional attack vectors. Applications are capable of providing a wide variety of functions and services. Some of the functions and services, provided by default, may not be necessary to support essential organizational operations (e.g., key missions, functions). Examples of non-essential capabilities include, but are not limited to, advertising software or browser plug-ins not related to requirements or providing a wide array of functionality not required for every mission, but cannot be disabled.
Checks: C-70185r1_chk

Open the Exchange Management Shell and enter the following command: Get-OrganizationConfig | Select Name, Identity, CustomerFeedbackEnabled If the value for CustomerFeedbackEnabled is not set to False, this is a finding.

Fix: F-75947r1_fix

Open the Exchange Management Shell and enter the following command: Set-OrganizationConfig -CustomerFeedbackEnabled $false

b
Exchange must have Audit data protected against unauthorized modification.
AU-9 - Medium - CCI-000163 - V-69743 - SV-84365r1_rule
RMF Control
AU-9
Severity
Medium
CCI
CCI-000163
Version
EX13-CA-000075
Vuln IDs
  • V-69743
Rule IDs
  • SV-84365r1_rule
Log files help establish a history of activities, and can be useful in detecting attack attempts or determining tuning adjustments to improve availability. Audit log content must always be considered sensitive, and in need of protection. Audit data available for modification by a malicious user can be altered to conceal malicious activity. Audit data might also provide a means for the malicious user to plan unauthorized activities that exploit weaknesses. The contents of audit logs are protected against unauthorized access, modification, or deletion. Only authorized auditors and the audit functions should be granted Read and Write access to audit log data.
Checks: C-70187r1_chk

Review the Email Domain Security Plan (EDSP). Determine the authorized groups or users that should have access to the audit data. If any group or user has modify privileges for the audit data that is not documented in the EDSP, this is a finding.

Fix: F-75949r1_fix

Update the EDSP. Navigate to the location of the audit data. Restrict any unauthorized groups' or users' modify permissions for the audit logs.

b
Exchange must have audit data protected against unauthorized deletion.
AU-9 - Medium - CCI-000164 - V-69745 - SV-84367r1_rule
RMF Control
AU-9
Severity
Medium
CCI
CCI-000164
Version
EX13-CA-000080
Vuln IDs
  • V-69745
Rule IDs
  • SV-84367r1_rule
Log files help establish a history of activities, and can be useful in detecting attack attempts or determining tuning adjustments to improve availability. Audit log content must always be considered sensitive, and in need of protection. Audit data available for modification by a malicious user can be altered to conceal malicious activity. Audit data might also provide a means for the malicious user to plan unauthorized activities that exploit weaknesses. The contents of audit logs are protected against unauthorized access, modification, or deletion. Only authorized auditors and the audit functions should be granted Read and Write access to audit log data.
Checks: C-70189r1_chk

Review the Email Domain Security Plan (EDSP). Determine the authorized groups or users that should have delete permissions for the audit data. If any group or user has delete permissions for the audit data that is not documented in the EDSP, this is a finding.

Fix: F-75951r1_fix

Update the EDSP. Navigate to the location of the audit data. Restrict any unauthorized groups' or users' delete permissions for the audit logs.

a
Exchange must have Audit data on separate partitions.
AU-9 - Low - CCI-001348 - V-69747 - SV-84369r1_rule
RMF Control
AU-9
Severity
Low
CCI
CCI-001348
Version
EX13-CA-000085
Vuln IDs
  • V-69747
Rule IDs
  • SV-84369r1_rule
Log files help establish a history of activities, and can be useful in detecting attack attempts or determining tuning adjustments to improve availability. Audit log content must always be considered sensitive, and in need of protection. Successful exploit of an application server vulnerability may well be logged by monitoring or audit processes when it occurs. By writing log and audit data to a separate partition where separate security contexts protect them, it may offer the ability to protect this information from being modified or removed by the exploit mechanism.
Checks: C-70191r1_chk

Review the Email Domain Security Plan (EDSP). Determine the audit logs' assigned partition. Note: By default, the logs are located on the application partition in \Program Files\Microsoft\Exchange Server\V15\Logging. If the log files are not on a separate partition from the application, this is a finding.

Fix: F-75953r1_fix

Update the EDSP. Configure the audit log location to be on a partition drive separate from the application.

b
Exchange Local machine policy must require signed scripts.
CM-5 - Medium - CCI-001749 - V-69751 - SV-84373r1_rule
RMF Control
CM-5
Severity
Medium
CCI
CCI-001749
Version
EX13-CA-000090
Vuln IDs
  • V-69751
Rule IDs
  • SV-84373r1_rule
Scripts often provide a way for attackers to infiltrate a system, especially those downloaded from untrusted locations. By setting machine policy to prevent unauthorized script executions, unanticipated system impacts can be avoided. Failure to allow only signed remote scripts reduces the attack vector vulnerabilities from unsigned remote scripts.
Checks: C-70195r1_chk

Open the Exchange Management Shell and enter the following command: Get-ExecutionPolicy If the value returned is not RemoteSigned, this is a finding.

Fix: F-75957r1_fix

Open the Exchange Management Shell and enter the following command: Set-ExecutionPolicy RemoteSigned

b
Exchange IMAP4 service must be disabled.
CM-7 - Medium - CCI-000381 - V-69753 - SV-84375r1_rule
RMF Control
CM-7
Severity
Medium
CCI
CCI-000381
Version
EX13-CA-000095
Vuln IDs
  • V-69753
Rule IDs
  • SV-84375r1_rule
The IMAP4 protocol is not approved for use within the DoD. It uses a clear text-based user name and password and does not support the DoD standard for PKI for email access. User name and password could easily be captured from the network, allowing malicious users to access other system features. Uninstalling or disabling the service will prevent the use of the IMAP4 protocol.
Checks: C-70197r1_chk

Open the Windows PowerShell and enter the following command: Get-ItemProperty 'hklm:\system\currentcontrolset\services\MSExchangeIMAP4' | Select Start Note: The hklm:\system\currentcontrolset\services\MSExchangeIMAP4 value must be in quotes. If the value of Start is not set to 4, this is a finding.

Fix: F-75959r1_fix

Open the Windows PowerShell and enter the following command: services.msc Navigate to and double-click on Microsoft Exchange IMAP4 Backend. Click on the General tab. In the Startup Type: dropdown, select Disabled. Click the OK button.

b
Exchange POP3 service must be disabled.
CM-7 - Medium - CCI-000381 - V-69755 - SV-84377r1_rule
RMF Control
CM-7
Severity
Medium
CCI
CCI-000381
Version
EX13-CA-000100
Vuln IDs
  • V-69755
Rule IDs
  • SV-84377r1_rule
The POP3 protocol is not approved for use within the DoD. It uses a clear text based user name and password and does not support the DoD standard for PKI for email access. User name and password could easily be captured from the network allowing malicious users to access other system features. Uninstalling or disabling the service will prevent the use of the POP3 protocol.
Checks: C-70199r1_chk

Open the Windows PowerShell and enter the following command: Get-ItemProperty 'hklm:\system\currentcontrolset\services\MSExchangePOP3' | Select Start Note: The hklm:\system\currentcontrolset\services\MSExchangePOP3 value must be in quotes. If the value of Start is not set to 4, this is a finding.

Fix: F-75961r1_fix

Open the Windows PowerShell and enter the following command: services.msc Navigate to and double-click on Microsoft Exchange POP3 Backend. Click on the General tab. In the Startup Type: dropdown, select Disabled. Click the OK button.

a
Exchange must have the Public Folder virtual directory removed if not in use by the site.
CM-7 - Low - CCI-000381 - V-69757 - SV-84379r1_rule
RMF Control
CM-7
Severity
Low
CCI
CCI-000381
Version
EX13-CA-000105
Vuln IDs
  • V-69757
Rule IDs
  • SV-84379r1_rule
To reduce the vectors through which a server can be attacked, unneeded application components should be disabled or removed. By default, a virtual directory is installed for Public Folders. If an attacker were to intrude into an Exchange CA server and be able to access the Public Folder website, it would provide an additional attack vector, provided the virtual directory was present. Once removed, the Public functionality cannot be used without restoring the virtual directory.
Checks: C-70201r1_chk

Review the Email Domain Security Plan (EDSP). Determine if public folders are being used. Open the Exchange Management Shell and enter the following command: Get-PublicFolder | Select Name, Identity Note: The value returns a root directory and subdirectories. If public folders are not in use and directories exist or are being used and are not documented in the EDSP, this is a finding.

Fix: F-75963r1_fix

Open the Exchange Management Shell and enter the following command: Remove-PublicFolder -Identity 'IdentityName' -Recurse:$True Note: This command deletes the public folder Directory Folder and all its child public folders.

a
Exchange must have the Microsoft Active Sync directory removed.
CM-7 - Low - CCI-000381 - V-69759 - SV-84381r1_rule
RMF Control
CM-7
Severity
Low
CCI
CCI-000381
Version
EX13-CA-000110
Vuln IDs
  • V-69759
Rule IDs
  • SV-84381r1_rule
To reduce the vectors through which a server can be attacked, unneeded application components should be disabled or removed. By default, a virtual directory is installed for Active Sync, and the Exchange application default has Active Sync disabled. If an attacker were to intrude into an Exchange CA server and reactivate Active Sync, this attack vector could once again be open, provided the virtual directory is present. Once removed, the Active Sync functionality cannot be used without restoring the virtual directory, not a trivial process.
Checks: C-70205r1_chk

Open the Exchange Management Shell and enter the following command: Get-ActiveSyncVirtualDirectory | Select Server, Name, Identity, Path If the value of Path (the actual directory path) exists, this is a finding.

Fix: F-75967r1_fix

Open an Exchange Command Shell and enter the following command: Remove-ActiveSyncVirtualDirectory <ServerName>\Microsoft-Server-ActiveSync -Confirm $true Note: The physical directory must also be deleted.

b
Exchange application directory must be protected from unauthorized access.
CM-11 - Medium - CCI-001812 - V-69761 - SV-84383r1_rule
RMF Control
CM-11
Severity
Medium
CCI
CCI-001812
Version
EX13-CA-000115
Vuln IDs
  • V-69761
Rule IDs
  • SV-84383r1_rule
Default product installations may provide more generous access permissions than are necessary to run the application. By examining and tailoring access permissions to more closely provide the least amount of privilege possible, attack vectors that align with user permissions are less likely to access more highly secured areas.
Checks: C-70209r1_chk

Review the Email Domain Security Plan (EDSP). Determine the authorized groups and users that have access to the Exchange application directories. Verify the access permissions on the directory match the access permissions listed in the EDSP. If any group or user has different access permissions than those listed in the EDSP, this is a finding. Note: The default installation directory is \Program Files\Microsoft\Exchange Server\V15.

Fix: F-75971r1_fix

Update the EDSP. Remove or modify the group or user access permissions.

b
Exchange software baseline copy must exist.
CM-5 - Medium - CCI-001813 - V-69763 - SV-84385r1_rule
RMF Control
CM-5
Severity
Medium
CCI
CCI-001813
Version
EX13-CA-000120
Vuln IDs
  • V-69763
Rule IDs
  • SV-84385r1_rule
Exchange software, as with other application software installed on a host system, must be included in a system baseline record and periodically reviewed; otherwise, unauthorized changes to the software may not be discovered. This effort is a vital step to securing the host and the applications, as it is the only method that may provide the ability to detect and recover from otherwise undetected changes, such as those that result from worm or bot intrusions. The Exchange software and configuration baseline is created and maintained for comparison during scanning efforts. Operational procedures must include baseline updates as part of configuration management tasks that change the software and configuration.
Checks: C-70213r1_chk

Review the Email Domain Security Plan (EDSP). Review the application software baseline procedures and implementation artifacts. Note the list of files and directories included in the baseline procedure for completeness. If an email software copy exists to serve as a baseline and is available for comparison during scanning efforts, this is not a finding.

Fix: F-75975r1_fix

Update the EDSP. Implement the email software baseline process.

b
Exchange software must be monitored for unauthorized changes.
CM-5 - Medium - CCI-001814 - V-69765 - SV-84387r1_rule
RMF Control
CM-5
Severity
Medium
CCI
CCI-001814
Version
EX13-CA-000125
Vuln IDs
  • V-69765
Rule IDs
  • SV-84387r1_rule
Monitoring software files for changes against a baseline on a regular basis may help detect the possible introduction of malicious code on a system.
Checks: C-70215r1_chk

Review the Email Domain Security Plan (EDSP). Determine whether the site monitors system files (e.g., *.exe, *.bat, *.com, *.cmd, and *.dll) on servers for unauthorized changes against a baseline on a weekly basis. If software files are not monitored for unauthorized changes on a weekly basis, this is a finding. Note: A properly configured HBSS Policy Auditor File Integrity Monitor (FIM) module will meet the requirement for file integrity checking. The Asset module within HBSS does not meet this requirement.

Fix: F-75977r1_fix

Update the EDSP. Monitor the software files (e.g., *.exe, *.bat, *.com, *.cmd, and *.dll) on Exchange servers for unauthorized changes against a baseline on a weekly basis. Use an approved DoD monitoring tool.

b
Exchange services must be documented and unnecessary services must be removed or disabled.
CM-7 - Medium - CCI-001762 - V-69767 - SV-84389r1_rule
RMF Control
CM-7
Severity
Medium
CCI
CCI-001762
Version
EX13-CA-000130
Vuln IDs
  • V-69767
Rule IDs
  • SV-84389r1_rule
Unneeded but running services offer attackers an enhanced attack profile, and attackers are constantly watching to discover open ports with running services. By analyzing and disabling unneeded services, the associated open ports become unresponsive to outside queries, and servers become more secure as a result. Exchange Server has role-based server deployment to enable protocol path control and logical separation of network traffic types. For example, a server implemented in the Client Access role (i.e., Outlook Web App [OWA]) is configured and tuned as a web server using web protocols. A client access server exposes only web protocols (HTTP/HTTPS), enabling system administrators to optimize the protocol path and disable all services unnecessary for Exchange web services. Similarly, servers created to host mailboxes are dedicated to that task and must operate only the services needed for mailbox hosting. (Exchange servers must also operate some Web services, but only to the degree that Exchange requires the IIS engine in order to function). Because POP3 and IMAP4 clients are not included in the standard desktop offering, they must be disabled.
Checks: C-70217r1_chk

Review the Email Domain Security Plan (EDSP). Note: Required services will vary between organizations and will vary depending on the role of the individual system. Organizations will develop their own list of services, which will be documented and justified with the ISSO. The site’s list will be provided for any security review. Services that are common to multiple systems can be addressed in one document. Exceptions for individual systems should be identified separately by system. Open a Windows PowerShell and enter the following command: Get-Service | Where-Object {$_.status -eq 'running'} The command returns a list of installed services and the status of that service. If the site has not documented the services required for its system(s), this is a finding. If any undocumented or unnecessary services are running, this is a finding.

Fix: F-75979r1_fix

Update the EDSP with the services required for the system to function. Remove or disable any services that are not required.

b
Exchange Outlook Anywhere (OA) clients must use NTLM authentication to access email.
IA-2 - Medium - CCI-001953 - V-69769 - SV-84391r1_rule
RMF Control
IA-2
Severity
Medium
CCI
CCI-001953
Version
EX13-CA-000135
Vuln IDs
  • V-69769
Rule IDs
  • SV-84391r1_rule
Identification and authentication provide the foundation for access control. Access to email services applications requires NTLM authentication. Outlook Anywhere, if authorized for use by the site, must use NTLM authentication when accessing email. Note: There is a technical restriction in Exchange OA that requires a direct SSL connection from Outlook to the CA server. There is also a constraint where Microsoft supports that the CA server must participate in the AD domain inside the enclave. For this reason, Outlook Anywhere must be deployed only for enclave-sourced Outlook users.
Checks: C-70219r1_chk

Open the Exchange Management Shell and enter the following command: Get-OutlookAnywhere | Select Name, Identity, InternalClientAuthenticationMethod, ExternalClientAuthenticationMethod If the value of InternalClientAuthenticationMethod and the value of ExternalClientAuthenticationMethod is not set to NTLM, this is a finding.

Fix: F-75981r1_fix

Open the Exchange Management Shell and enter the following commands: For InternalClientAuthenticationMethod: Set-OutlookAnywhere -Identity '<IdentityName'> -InternalClientAuthenticationMethod NTLM For ExternalClientAuthenticationMethod: Set-OutlookAnywhere -Identity '<IdentityName'> -ExternalClientAuthenticationMethod NTLM

b
Exchange software must be installed on a separate partition from the OS.
SC-39 - Medium - CCI-002530 - V-69771 - SV-84393r1_rule
RMF Control
SC-39
Severity
Medium
CCI
CCI-002530
Version
EX13-CA-000140
Vuln IDs
  • V-69771
Rule IDs
  • SV-84393r1_rule
In the same way that added security layers can provide a cumulative positive effect on security posture, multiple applications can provide a cumulative negative effect. A vulnerability and subsequent exploit to one application can lead to an exploit of other applications sharing the same security context. For example, an exploit to a web server process that leads to unauthorized administrative access to the host system can most likely lead to a compromise of all applications hosted by the same system. Email services should be installed on a partition that does not host other applications. Email services should never be installed on a Domain Controller/Directory Services server.
Checks: C-70221r1_chk

Review the Email Domain Security Plan (EDSP). Determine where the directory Exchange is installed. Open Windows Explorer. Navigate to the directory or partition where Exchange is installed. If Exchange resides on a directory or partition other than that of the OS and does not have other applications installed (unless approved by the ISSO), this is not a finding.

Fix: F-75983r1_fix

Update the EDSP. Install Exchange on a dedicated application directory or partition separate than that of the OS.

b
Exchange must provide redundancy.
SC-5 - Medium - CCI-002385 - V-69773 - SV-84395r1_rule
RMF Control
SC-5
Severity
Medium
CCI
CCI-002385
Version
EX13-CA-000145
Vuln IDs
  • V-69773
Rule IDs
  • SV-84395r1_rule
Load balancing is a way to manage which Exchange servers receive traffic. Load balancing helps distribute incoming client connections over a variety of endpoints. This ensures that no one endpoint takes on a disproportional share of the load. Load balancing provides failover redundancy in case one or more endpoints fails. By using load balancing, users continue to receive Exchange service in case of a computer failure. Load balancing also enables Exchange to handle more traffic than one server can process while offering a single host name for your clients.
Checks: C-70223r1_chk

Review the Email Domain Security Plan (EDSP). Determine if the Exchange Servers are using redundancy. Get-ClientAccessServer | Select Name, Site If the value returned is not at least two CAS servers, this is a finding.

Fix: F-75985r1_fix

Update the EDSP. Configure two or more CAS servers for load balancing.

c
Exchange OWA must use https.
SC-8 - High - CCI-002418 - V-69775 - SV-84397r2_rule
RMF Control
SC-8
Severity
High
CCI
CCI-002418
Version
EX13-CA-000150
Vuln IDs
  • V-69775
Rule IDs
  • SV-84397r2_rule
Without protection of the transmitted information, confidentiality and integrity may be compromised since unprotected communications can be intercepted and either read or altered.
Checks: C-70225r2_chk

If the exchange server does not provide OWA services, this check is Not Applicable. If the exchange server does not provide external OWA services, https does not need to be assigned to external URL, it may be blank. Open the Exchange Management Shell and enter the following command: Get-OWAVirtualDirectory | Select Name, Identity, ExternalUrl, InternalUrl If the value returned is not both ExternalUrl and InternalUrl and these are not set to https://, this is a finding.

Fix: F-75987r1_fix

Open the Exchange Management Shell and enter the following command: Set-OWAVirtualDirectory -Identity '<IdentityName>\owa (Default Web Site)' -ExternalUrl 'https://URL' -InternalUrl 'https://URL' Note: The <IdentityName>\owa (default web site) value must be in quotes.

b
Exchange OWA must have S/MIME Certificates enabled.
SC-8 - Medium - CCI-002421 - V-69777 - SV-84399r1_rule
RMF Control
SC-8
Severity
Medium
CCI
CCI-002421
Version
EX13-CA-000155
Vuln IDs
  • V-69777
Rule IDs
  • SV-84399r1_rule
Without protection of the transmitted information, confidentiality and integrity may be compromised since unprotected communications can be intercepted and either read or altered. This requirement applies only to those applications that are either distributed or can allow access to data non-locally. Use of this requirement will be limited to situations where the data owner has a strict requirement for ensuring data integrity and confidentiality is maintained at every step of the data transfer and handling process. When transmitting data, applications need to leverage transmission protection mechanisms, such as TLS, SSL VPNs, or IPsec. Communication paths outside the physical protection of a controlled boundary are exposed to the possibility of interception and modification.
Checks: C-70227r1_chk

Open the Exchange Management Shell and enter the following command: Get-OWAVirtualDirectory | Select Name, Identity, SmimeEnabled If the value returned is not set to True, this is a finding.

Fix: F-75989r1_fix

Open the Exchange Management Shell and enter the following command: Set-OWAVirtualDirectory -Identity '<IdentityName>\owa (Default Web Site)' -SmimeEnabled $true Note: The <ServerName>\owa (Default Web Site) value must be in quotes.

b
Exchange must have the most current, approved service pack installed.
SI-2 - Medium - CCI-002605 - V-69779 - SV-84401r1_rule
RMF Control
SI-2
Severity
Medium
CCI
CCI-002605
Version
EX13-CA-000160
Vuln IDs
  • V-69779
Rule IDs
  • SV-84401r1_rule
Failure to install the most current Exchange service pack leaves a system vulnerable to exploitation. Current service packs correct known security and system vulnerabilities.
Checks: C-70229r1_chk

Determine the most current, approved service pack. Open the Exchange Management Shell and enter the following command: Get-ExchangeServer | fl Name, AdminDisplayVersion If the value of AdminDisplayVersion does not return the most current, approved service pack, this is a finding.

Fix: F-75991r1_fix

Install the most current, approved service pack.

b
Exchange must be configured in accordance with the security configuration settings based on DoD security configuration or implementation guidance, including STIGs, NSA configuration guides, CTOs, and DTMs.
CM-6 - Medium - CCI-000366 - V-69781 - SV-84403r2_rule
RMF Control
CM-6
Severity
Medium
CCI
CCI-000366
Version
EX13-CA-000165
Vuln IDs
  • V-69781
Rule IDs
  • SV-84403r2_rule
Configuring the application to implement organization-wide security implementation guides and security checklists ensures compliance with federal standards and establishes a common security baseline across DoD that reflects the most restrictive security posture consistent with operational requirements. Configuration settings are the set of parameters that can be changed that affect the security posture and/or functionality of the system. Security-related parameters are those parameters impacting the security state of the application, including the parameters required to satisfy other security control requirements.
Checks: C-70233r2_chk

Open a Windows PowerShell Module and enter the following commands: Get-Website | Select Name Get-WebBinding -Name &lt;'WebSiteName'&gt; | Format-List If the Web binding values returned are not on standard port 80 and 81 for HTTP connections or port 443 and 444 for HTTPS connections, this is a finding. Repeat the process for each website.

Fix: F-75993r2_fix

Configure web ports to be 80, 81 and 443, 444, as specified by PPSM standards.