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

MongoDB must off-load audit data to a separate log management facility; this must be continuous and in near real time for systems with a network connection to the storage facility and weekly or more often for standalone systems.

DISA Rule

SV-265953r1028645_rule

Vulnerability Number

V-265953

Group Title

SRG-APP-000515-DB-000318

Rule Version

MD7X-00-012400

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

To specify auditLog, or a centralized system log (which is recommended), configure these in the mongod.conf configuration file:

auditLog:
destination: syslog

Refer to documentation for additional configuration: https://www.mongodb.com/docs/v7.0/core/auditing/

Allocate sufficient space to the storage volume hosting the file identified in the MongoDB configuration "auditLog.path" to support audit file peak demand.

Check Contents

MongoDB relies on the underlying operating system to allocate storage capacity for audit logs and as such, does not enforce arbitrary file size limits on audit logs.

System administrators should confirm that the recommended centralized system logging has been enabled (e.g., syslog on Linux systems) in the /etc/mongod.conf configuration file.

For example, on a Linux-based system using syslog which is mirrored to an off-server centralized location, confirm that the MongdoDB configuration file (default location: /etc/mongod.conf) contains a properly configured auditLog such as follows:

auditLog:
destination: syslog

If the auditLog entry is missing, or the destination does not reflect the intended application location, this is a finding.

Investigate whether there have been any incidents where MongoDB ran out of audit log space since the last time the space was allocated or other corrective measures were taken.

Vulnerability Number

V-265953

Documentable

False

Rule Version

MD7X-00-012400

Severity Override Guidance

MongoDB relies on the underlying operating system to allocate storage capacity for audit logs and as such, does not enforce arbitrary file size limits on audit logs.

System administrators should confirm that the recommended centralized system logging has been enabled (e.g., syslog on Linux systems) in the /etc/mongod.conf configuration file.

For example, on a Linux-based system using syslog which is mirrored to an off-server centralized location, confirm that the MongdoDB configuration file (default location: /etc/mongod.conf) contains a properly configured auditLog such as follows:

auditLog:
destination: syslog

If the auditLog entry is missing, or the destination does not reflect the intended application location, this is a finding.

Investigate whether there have been any incidents where MongoDB ran out of audit log space since the last time the space was allocated or other corrective measures were taken.

Check Content Reference

M

Target Key

5637