ColdFusion must have the CFSTAT feature disabled when not in use.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-279052APAS-CF-000285SV-279052r1171523_ruleCCI-000381low
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. ColdFusion offers the CFSTAT command-line utility to retrieve real-time performance metrics for the system. This feature uses a socket connection to obtain the metrics which can also be used by an attacker to observe privileged information about the system and must be disabled if not in use.
STIGDate
Adobe ColdFusion Security Technical Implementation Guide2025-12-19

Related Frameworks

3 paths across 3 frameworks
NIST 800-531 mapping
CM-7
1.00
  • DISA · V1R1 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.4.6
1.00
  • DISA · V1R1 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
  • NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000381
1.00
  • DISA · V1R1 · disa_xccdf · related

Details

Check Text (C-279052r1171523_chk)

Verify the CFSTAT feature. From the Admin Console Landing Screen, navigate to Debug & Logging >> Debug Output Settings. If CFSTAT is not in use and "Enable CFSTAT" is checked, this is a finding.

Fix Text (F-83505r1171361_fix)

Configure the CFSTAT feature. 1. From the Admin Console Landing Screen, navigate to Debug & Logging >> Debug Output Settings. 2. Uncheck "Enable CFSTAT". 3. Select "Submit Changes".