UCF STIG Viewer Logo

Access to database files must be limited to relevant processes and to authorized, administrative users.


Overview

Finding ID Version Rule ID IA Controls Severity
V-72669 VROM-CS-000180 SV-87301r1_rule Medium
Description
Applications, including DBMSs, must prevent unauthorized and unintended information transfer via shared system resources. Permitting only DBMS processes and authorized, administrative users to have access to the files where the database resides helps ensure that those files are not shared inappropriately and are not open to backdoor access and manipulation.
STIG Date
vRealize - Cassandra Security Technical Implementation Guide 2017-06-06

Details

Check Text ( C-72825r1_chk )
Review the permissions granted to users by the operating system/file system on the database files, database log files, and database backup files.

At the command prompt, execute the following command:

# find /storage/db/vcops/cassandra/data -type f ! \( -user admin -o -user root \)

If any files are listed that are not owned by either "admin" or "root", this is a finding.
Fix Text (F-79073r1_fix)
Configure the permissions granted by the operating system/file system on the database files, database log files, and database backup files so that only relevant system accounts and authorized system administrators and database administrators with a need to know are permitted to read/view these files.

At the command line execute the following command:

# chown root

Replace with the files that are not owned by either "admin" or "root".