UCF STIG Viewer Logo

SMTP service banner response reveals configuration details.


Overview

Finding ID Version Rule ID IA Controls Severity
V-18792 EMG3-116 Exch2K3 SV-21318r1_rule ECIC-1 Medium
Description
Automated connection responses occur as a result of FTP or Telnet connections, when connecting to those services. They report a successful connection by greeting the connecting client, stating the name, release level, and (often) additional information regarding the responding product. While useful to the connecting client, connection responses can also be used by a third party to determine operating system (OS) or product release levels on the target server. The result can include disclosure of configuration information to third parties, paving the way for possible future attacks. For example, when querying the SMTP service on port 25, the default response looks similar to this one: 220 exchange.mydomain.org Microsoft ESMTP MAIL Service, Version: 6.0.3790.211 ready at Wed, 2 Feb 2005 23:40:00 -0500 Changing the response to hide local configuration details reduces the attack profile of the target.
STIG Date
Microsoft Exchange Server 2003 2014-08-19

Details

Check Text ( C-23395r1_chk )
For each SMTP server (1 thru x) issue the following command:

CSCRIPT ADSUTIL.VBS get smtpsvc/x/connectresponse

(Where x is the relative number of SMTP virtual server identified on the machine).

Criteria: If a modified response is returned, for example: ESMTP …. (Time and date) message is returned, this is not a finding.
Fix Text (F-19973r1_fix)
Change the banner response text as follows:

CSCRIPT ADSUTIL.VBS get esmtpsvc/x/connectresponse "ESMTP"

Then, recycle the SMTP service by issuing the commands:
NET STOP SMTPSVC, followed by
NET START SMTPSVC.

Alternately, the value can be changed by accessing the Exchange user interface as follows:

Exchange System Manager >> Default SMTP Virtual Server >> Delivery >> Properties >>Advanced

Change the value to “ESMTP”.

Recycle the SMTP service:

NET STOP SMTPSVC, followed by
NET START SMTPSVC.