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-279086

CAT II (Medium)

ColdFusion must limit the default maximum thread count for parallel functions.

Rule ID

SV-279086r1171032_rule

STIG

Adobe ColdFusion Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-002385

Discussion

Setting a default maximum thread count for parallel functions is essential to prevent resource exhaustion and potential denial-of-service (DoS) attacks. Without a limit, parallel functions can spawn an excessive number of threads, consuming server resources and potentially leading to performance degradation or crashes. By configuring a maximum thread count, the server can manage its resources more effectively, ensuring that it remains responsive and available to handle client requests efficiently.

Check Content

Verify Default Maximum Thread Count For Parallel Functions settings.

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

2. Interview the administrator to determine what the default maximum threads are required parallel functions.

If the "Default Maximum Thread Count For Parallel Functions" is set to a number larger than required, this is a finding.

Fix Text

Configure Default Maximum Thread Count For Parallel Functions.

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

2. Set "Default Maximum Thread Count For Parallel Functions" to the required amount.

3. Select "Submit Changes".