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

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
highV-270947SRG-APP-000133DRAG-OT-000520SV-270947r1155102_rule2025-11-251
Description
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
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
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.