UCF STIG Viewer Logo

The Microsoft Exchange POP3 service must be disabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-33570 Exch-1-008 SV-43990r1_rule ECSC-1 Medium
Description
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 user to access other system features. Uninstalling or disabling the service will prevent the use of the POP3 protocol.
STIG Date
Exchange 2010 Client Access Server STIG 2017-01-03

Details

Check Text ( C-41676r1_chk )
Open the Windows Power Shell and enter the following command:

Get-ItemProperty 'hklm:\system\currentcontrolset\services\MSExchangePOP3' | Select Start

If the value of 'Start' is not set to '4', this is a finding.
Fix Text (F-37461r1_fix)
Open the Windows Power Shell and enter the following command:

services.msc

Double click the 'Microsoft Exchange POP3' service and select the General tab.

Set the 'Startup Type' to 'Disabled', click ok.