Check: CASA-VN-000730
Cisco ASA VPN STIG:
CASA-VN-000730
(in versions v1 r3 through v1 r0.1)
Title
The Cisco ASA VPN remote access server must be configured to validate certificates used for Transport Layer Security (TLS) functions by performing RFC 5280-compliant certification path validation. (Cat II impact)
Discussion
A certificate's certification path is the path from the end entity certificate to a trusted root certification authority (CA). Certification path validation is necessary for a relying party to make an informed decision regarding acceptance of an end entity certificate. Certification path validation includes checks such as certificate issuer trust, time validity, and revocation status for each certificate in the certification path. Revocation status information for CA and subject certificates in a certification path is commonly provided via certificate revocation lists (CRLs) or online certificate status protocol (OCSP) responses.
Check Content
Verify the ASA validates TLS certificates by performing RFC 5280-compliant certification path validation. Review the ASA configuration to determine if a CA trust point has been configured as shown in the example below. crypto ca trustpoint CA_X enrollment … validation-usage ipsec-client validation-usage ssl-client If the ASA does not validate certificates used for TLS functions by performing RFC 5280-compliant certification path validation, this is a finding.
Fix Text
Configure the ASA to validate certificates used for TLS functions by performing RFC 5280- compliant certification path validation as shown in the example below. ASA2(config)# crypto ca trustpoint CA_X ASA2(config-ca-trustpoint)# validation-usage ssl-client ASA2(config-ca-trustpoint)# validation-usage ipsec-client
Additional Identifiers
Rule ID: SV-239984r666358_rule
Vulnerability ID: V-239984
Group Title: SRG-NET-000580-VPN-002410
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000185 |
The information system, for PKI-based authentication, validates certifications by constructing and verifying a certification path to an accepted trust anchor including checking certificate status information. |
Controls
Number | Title |
---|---|
IA-5 (2) |
Pki-Based Authentication |