Skip to content

MongoDB must enforce approved authorizations for logical access to information and system resources in accordance with applicable access control policies.

An XCCDF Rule

Description

MongoDB must enforce approved authorizations for logical access to information and system resources in accordance with applicable access control policies.

ID
SV-221159r879530_rule
Version
MD3X-00-000020
Severity
High
References
Updated

Remediation Templates

A Manual Procedure

Use createRole(), updateRole(), dropRole(), grantRole() statements to add and remove permissions on server-level securables, bringing them into line with the documented requirements.

MongoDB commands for role management can be found here:
https://docs.mongodb.com/v3.4/reference/method/js-role-management/