Skip to main content
CUI

Documentation - V-279399

V-279399

MongoDB Enterprise Advanced 8.x Security Technical Implementation Guide

CAT II

Title

MongoDB must require users to be individually authenticated before granting access to the shared accounts or resources.

Description

<VulnDiscussion>Individual authentication prior to shared group authentication mitigates the risk of using group accounts or authenticators.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IACon...

Fix Text (Documentation Requirement)

Enable authorization for MongoDB Enterprise. Read the directions in the MongoDB documentation here: https://www.mongodb.com/docs/v8.0/tutorial/configure-scram-client-authentication/ Create the user administrator. Edit the MongoDB database configuration file (default location /etc/mongod.conf) to contain the following setting in the security section: security: authorization: enabled Stop/start (restart) the mongod or mongos instance using this configuration. Log on to MongoDB as an authorized user created by the user administrator and run the following command to verify the output is "true": db.getSiblingDB("admin").runCommand({getCmdLineOpts: 1}).parsed.security.authorization The output of this command must be "true".

Documentation Status

Cancel
CUI