STIGhubSTIGhub
STIGsSearchCompare

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
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Dragos Platform 2.x Security Technical Implementation Guide

V-270947

CAT I (High)

Dragos Platforms must limit privileges and not allow the ability to run shell.

Rule ID

SV-270947r1155102_rule

STIG

Dragos Platform 2.x Security Technical Implementation Guide

Version

V1R6

CCIs

CCI-001499, CCI-001166, CCI-001094, CCI-002235, CCI-002233, CCI-001764

Discussion

If Dragos Platform were to allow any user to make changes to software libraries, then those changes might be implemented without undergoing the appropriate testing and approvals that are part of a robust change management process. This requirement applies to applications with software libraries that are accessible and configurable, as in the case of interpreted languages. Software libraries also include privileged programs that execute with escalated privileges. Only qualified and authorized individuals must be allowed to obtain access to information system components for purposes of initiating changes, including upgrades and modifications. Satisfies: SRG-APP-000133, SRG-APP-000206, SRG-APP-000246, SRG-APP-000340, SRG-APP-000342, SRG-APP-000384

Check Content

Verify shell environment:

Log in to the Dragos Platform CLI. 

Execute the following command:
elevate

Enter the elevate (admin) password, then execute the following command:
run shell

If the option "run shell" executes successfully and places the terminal session into a shell environment, this is a finding.

Note: A shell environment will be noticeable because the terminal line will be in the format "user@dragos:~$" compared to dragoscmd, which would be "dragos>". If shell is properly uninstalled, the return will be "Error: No such command 'shell'." The shell can be enabled and disabled as needed for troubleshooting efforts with appropriate authentication as dragos_admin.

Fix Text

Uninstall shell environment:

Log in to the Dragos Platform CLI. 

Execute the following command:
elevate

Enter the elevate password, then execute the following command:
disable shell

Once this has been executed, users cannot create interactive bash shell sessions. This command removes the shell from the Platform; it can only be enabled again if the dragos_admin user authenticates and changes the configuration for maintenance.

Note: Access to the bash shell via the "run shell" command is disabled bu default.