STIGQter STIGQter: STIG Summary: MongoDB Enterprise Advanced 3.x Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 24 Jul 2020:

Unused database components that are integrated in MongoDB and cannot be uninstalled must be disabled.

DISA Rule

SV-96575r1_rule

Vulnerability Number

V-81861

Group Title

SRG-APP-000141-DB-000092

Rule Version

MD3X-00-000290

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

In the MongoDB database configuration file (default location: /etc/mongod.conf), ensure the following parameters either:

Does not exist in the file
OR
Are set to "false" as shown below:

http:
enabled: false
JSONPEnabled: false
RESTInterfaceEnabled: false

Check Contents

In the MongoDB database configuration file (default location: /etc/mongod.conf), review the following parameters:

net:
http:
enabled: true
JSONPEnabled: true
RESTInterfaceEnabled: true

If any of the <booleans> are "True" or "Enabled", this is a finding.

Vulnerability Number

V-81861

Documentable

False

Rule Version

MD3X-00-000290

Severity Override Guidance

In the MongoDB database configuration file (default location: /etc/mongod.conf), review the following parameters:

net:
http:
enabled: true
JSONPEnabled: true
RESTInterfaceEnabled: true

If any of the <booleans> are "True" or "Enabled", this is a finding.

Check Content Reference

M

Target Key

3265

Comments