Details
This control is intended to address the confidentiality and integrity of information at rest in non-mobile devices and covers user information and system information. Information at rest refers to the state of information when it is located on a secondary storage device (e.g., disk drive, tape drive) within an organizational information system. Applications and application users generate information throughout the course of their application use.
User data generated, as well as application-specific configuration data, needs to be protected. Organizations may choose to employ different mechanisms to achieve confidentiality and integrity protections, as appropriate.
If the confidentiality and integrity of application data is not protected, the data will be open to compromise and unauthorized modification.
Solution
Ensure that the MongoDB Configuration file (default location: /etc/mongod.conf) has the following set:
security:
enableEncryption: ‘true’
Ensure that any mongod process that contains the option ‘–enableEcryption’ has ‘true’ as its parameter
Stop/start (restart) and mongod process using either the MongoDB configuration file or that contains the ‘–enableEncryption’ option.
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: System and Communications Protection.This control applies to the following type of system Unix.
References
- 800-53|SC-28
- CAT|II
- CCI|CCI-001199
- Rule-ID|SV-96597r1_rule
- STIG-ID|MD3X-00-000440
- Vuln-ID|V-81883