MongoDB must, for public key-based authentication, implement a local cache of revocation data to support path discovery and validation.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-279409MD8X-00-013800SV-279409r1179526_ruleCCI-004068medium
Description
Public key cryptography is a valid authentication mechanism for individuals, machines, and devices. For PKI solutions, status information for certification paths includes certificate revocation lists or certificate status protocol responses. For PIV cards, certificate validation involves the construction and verification of a certification path to the Common Policy Root trust anchor, which includes certificate policy processing. Implementing a local cache of revocation data to support path discovery and validation also supports system availability in situations where organizations are unable to access revocation information via the network.
STIGDate
MongoDB Enterprise Advanced 8.x Security Technical Implementation Guide2026-02-20

Details

Check Text (C-279409r1179526_chk)

Check the MongoDB configuration file (default location /etc/mongod.conf) for a key named "setParameter". Examples shown below: setParameter: ocspEnabled: true If this key "setParameter" and the subkey "ocspEnabled: true" are not found, this is a finding.

Fix Text (F-83867r1179393_fix)

Edit the MongoDB configuration file (default location /etc/mongod.conf) and add "setParameter" and its subkey "ocspEnabled" as shown below. setParameter: ocspEnabled: true Refer to: https://www.mongodb.com/docs/v8.0/core/security-transport-encryption/#ocsp--online-certificate-status-protocol-