V-222553
Application Security and Development Security Technical Implementation Guide
Title
The application, for PKI-based authentication, must implement a local cache of revocation data to support path discovery and validation in case of the inability to access revocation information via the network.
Description
<VulnDiscussion>A local cache of revocation data is also known as a CRL list. This list contains a list of revoked certificates and can be periodically downloaded to ensure certificates can still be checked for revocation when network access is not available or access to the Online Certificate Status Protocol (OCSP) server is not available. Without configuring a local cache of revocation data, there is the potential to allow access to users who are no longer authorized (users with revoked certi...
Fix Text (Documentation Requirement)
Implement a CRL import process and configure the application to check the CRL if OCSP is not available.