Details
Within the database, object ownership implies full privileges to the owned object, including the privilege to assign access to the owned objects to other subjects. Database functions and procedures can be coded using definer's rights. This allows anyone who uses the object to perform the actions if they were the owner. If not properly managed, this can lead to privileged actions being taken by unauthorized individuals.
VCDB is configured out of the box to be owned by the 'vc' Postgres user. This configuration must be verified and maintained.
Solution
At the command prompt, execute the following command:
# /opt/vmware/vpostgres/current/bin/psql -U postgres -c 'ALTER TABLE
Replace
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.
References
- 800-53|CM-5(6)
- CAT|II
- CCI|CCI-001499
- Rule-ID|SV-239201r717053_rule
- STIG-ID|VCPG-67-000008
- Vuln-ID|V-239201
Comments
Please sign in to leave a comment.