STIGhubSTIGhub
STIGsRMF ControlsCompare

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
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 5 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to ArcGIS for Server 10.3 Security Technical Implementation Guide

V-237340

CAT II (Medium)

The ArcGIS Server must maintain a separate execution domain for each executing process.

Rule ID

SV-237340r879802_rule

STIG

ArcGIS for Server 10.3 Security Technical Implementation Guide

Version

V2R1

CCIs

CCI-002530

Discussion

Applications can maintain separate execution domains for each executing process by assigning each process a separate address space. Each process has a distinct address space so that communication between processes is performed in a manner controlled through the security functions, and one process cannot modify the executing code of another process. Maintaining separate execution domains for executing processes can be achieved, for example, by implementing separate address spaces. An example is a web browser with process isolation that provides tabs that are separate processes using separate address spaces to prevent one tab crashing the entire browser.

Check Content

Review the ArcGIS Server configuration to ensure all published services maintain a separate execution domain for each process. Substitute the target environment’s values for [bracketed] variables. 

In PowerShell, run the following command, replacing the [bracketed] values with the path of the ArcGIS Server Site "config-store":

Get-ChildItem -recurse [C:\arcgisserver\]config-store\services\*.json | Select-String -pattern "`"isolationLevel`": `"LOW`""

If any values are returned, this is a finding.

Fix Text

Configure the ArcGIS Server to ensure all published services maintain a separate execution domain for each process. Substitute the target environment’s values for [bracketed] variables. 

In PowerShell, run the following command, replacing the [bracketed] values with the path of the ArcGIS Server Site "config-store":

Get-ChildItem -recurse [C:\arcgisserver\]config-store\services\*.json | Select-String -pattern "`"isolationLevel`": `"LOW`""

Stop ArcGIS Server, then replace the "LOW" with "HIGH" in all found files.