STIGhubSTIGhub
STIGsSearchCompareAbout

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • VPAT
  • DISA STIG Library
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Adobe ColdFusion Security Technical Implementation Guide

V-279080

CAT II (Medium)

ColdFusion must limit the maximum number of threads available for CFTHREAD.

Rule ID

SV-279080r1171402_rule

STIG

Adobe ColdFusion Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-002385

Discussion

Denial of Service (DoS) is a condition when a resource is not available for legitimate users. When this occurs, the organization either cannot accomplish its mission or must operate at degraded capacity. To reduce the possibility or effect of a DoS, ColdFusion must employ defined security safeguards. These safeguards will be determined by the placement of ColdFusion and the type of applications being hosted within ColdFusion framework. The CFTHREAD service allows a programmer to create threads of code that execute independently. If this feature is being used, the maximum number of threads should be tuned. If set too high, this may lead to a context-switching situation. When this feature is not in use, the maximum number of threads must be 1.

Check Content

Verify that CFTHREAD settings are appropriately configured when threading is not used by hosted applications.

1. From the Admin Console Landing Screen, navigate to Server Settings >> Request Tuning.

2. Confirm with the administrator whether any hosted applications are using CFTHREAD for multithreading.

If CFTHREAD is in use, this is not a finding.

3. If CFTHREAD is not used, verify that "Maximum number of threads available for CFTHREAD" is set to "1" to effectively disable threading.

If CFTHREAD is not used, and the "Maximum number of threads available for CFTHREAD" is set to a value other than "1", this is a finding.

Fix Text

Configure CFTHREAD settings.

1. From the Admin Console Landing Screen, navigate to Server Settings >> Request Tuning.

2. Set Maximum number of threads available for CFTHREAD to "1" to disable unnecessary threading.

3. Click "Submit Changes".