STIGQter STIGQter: STIG Summary: MongoDB Enterprise Advanced 7.x Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 01 Jul 2026:

MongoDB must use NSA-approved cryptography to protect classified information in accordance with the data owner's requirements.

DISA Rule

SV-265945r1117186_rule

Vulnerability Number

V-265945

Group Title

SRG-APP-000416-DB-000380

Rule Version

MD7X-00-008300

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Enable FIPS mode for MongoDB Enterprise.

Edit the MongoDB database configuration file (default location: /etc/mongod.conf) to contain the following parameter setting:

net:
tls:
FIPSMode: true

Stop/start (restart) the mongod or mongos instance using this configuration and run the following command to verify the output is "true":

> db.getSiblingDB("admin").runCommand({getCmdLineOpts: 1}).parsed.net.tls.FIPSMode

The output of this command must be "true".

Alternatively, run the following command to search the mongod logfile for "FIPS mode 140-2 activated":

$ grep "FIPS 140-2 mode activated" /var/log/mongodb/mongod.log

There should be a line similar to what is shown below:

{"t":{"$date":"2024-05-21T19:17:49.262+00:00"},"s":"I", "c":"NETWORK", "id":23172, "ctx":"main","msg":"FIPS 140-2 mode activated"}

Check Contents

If MongoDB is deployed in an unclassified environment, this is not a finding.

Run the following command as an administrative user:

> db.getSiblingDB("admin").runCommand({getCmdLineOpts: 1}).parsed.net.tls.FIPSMode

If the output is not "true", this is a finding.

Vulnerability Number

V-265945

Documentable

False

Rule Version

MD7X-00-008300

Severity Override Guidance

If MongoDB is deployed in an unclassified environment, this is not a finding.

Run the following command as an administrative user:

> db.getSiblingDB("admin").runCommand({getCmdLineOpts: 1}).parsed.net.tls.FIPSMode

If the output is not "true", this is a finding.

Check Content Reference

M

Target Key

5637