SV-265947r1211019_rule
V-265947
SRG-APP-000428-DB-000386
MD7X-00-008500
CAT I
10
Configure encryption at rest through hardware encryption, volume encryption, filesystem encryption, or third-party products if not using MongoDB's native encryption at rest.
When using MongoDB's native encryption at rest, configure MongoDB to use the Encrypted Storage Engine and a KMIP appliance as documented here:
https://www.mongodb.com/docs/v7.0/core/security-encryption-at-rest/
https://www.mongodb.com/docs/v7.0/tutorial/configure-encryption/
Review the documentation or specification for the organization-defined information.
If any data is PII, classified, or is deemed by the organization the need to be encrypted at rest, verify the method of encryption is documented.
If no documented mechanism is being used encrypt data at rest such as hardware encryption, volume encryption, filesystem encryption or the use of third-party products to enable encryption at rest, this is a finding.
If the documented method to encrypt MongoDB data at rest is the native MongoDB encryption at rest, verify the MongoDB configuration file (default location: /etc/mongod.conf) contains the following options:
security:
kmip:
keyIdentifier: <string>
rotateMasterKey: <boolean>
serverName: <string>
port: <string>
clientCertificateFile: <string>
clientCertificatePassword: <string>
clientCertificateSelector: <string>
serverCAFile: <string>
connectRetries: <int>
connectTimeoutMS: <int>
activateKeys: <boolean>
keyStatePollingSeconds: <int>
If these above options are not configured in the MongoDB security.kmip section in the MongoDB configuration file, this is a finding.
V-265947
False
MD7X-00-008500
Review the documentation or specification for the organization-defined information.
If any data is PII, classified, or is deemed by the organization the need to be encrypted at rest, verify the method of encryption is documented.
If no documented mechanism is being used encrypt data at rest such as hardware encryption, volume encryption, filesystem encryption or the use of third-party products to enable encryption at rest, this is a finding.
If the documented method to encrypt MongoDB data at rest is the native MongoDB encryption at rest, verify the MongoDB configuration file (default location: /etc/mongod.conf) contains the following options:
security:
kmip:
keyIdentifier: <string>
rotateMasterKey: <boolean>
serverName: <string>
port: <string>
clientCertificateFile: <string>
clientCertificatePassword: <string>
clientCertificateSelector: <string>
serverCAFile: <string>
connectRetries: <int>
connectTimeoutMS: <int>
activateKeys: <boolean>
keyStatePollingSeconds: <int>
If these above options are not configured in the MongoDB security.kmip section in the MongoDB configuration file, this is a finding.
M
5637