ColdFusion must have Remote Development Services (RDS) disabled.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-279042APAS-CF-000200SV-279042r1171505_ruleCCI-000381medium
Description
Application servers provide a myriad of differing processes, features, and functionalities. Some of these processes may be deemed to be unnecessary or too unsecure to run on a production DOD system. RDS is used in a development environment to allow authenticated users access to the server using special features within code editors like Dreamweaver, HomeSite+, ColdFusion Studio, Eclipse, and VSCode to obtain information from the server. For example, developers can determine what data sources exist, query them, build code based on them, and more. RDS also enables access from within the editors to files on the server (even remotely) over HTTP, as an alternative to FTP. This feature is not meant for production environments.
STIGDate
Adobe ColdFusion Security Technical Implementation Guide2025-12-19

Details

Check Text (C-279042r1171505_chk)

Verify RDS is disabled. From the Admin Console Landing Screen, navigate to Security >> RDS. If "Enable RDS Service" is checked, this is a finding.

Fix Text (F-83495r1171345_fix)

Disable RDS. 1. From the Admin Console Landing Screen, navigate to Security >> RDS. 2. Uncheck "Enable RDS Service". 3. Select "Submit Changes".