Check: CASA-VN-000450
Cisco ASA VPN STIG:
CASA-VN-000450
(in version v1 r3)
Title
The Cisco ASA remote access VPN server must be configured to map the distinguished name (DN) from the client’s certificate to entries in the authentication server to determine authorization to access the network. (Cat II impact)
Discussion
Without mapping the certificate used to authenticate to the user account, the ability to determine the identity of the individual user or group will not be available for forensic analysis. This requirement only applies to components where this is specific to the function of the device or has the concept of a user (e.g., VPN or ALG). This does not apply to authentication for the purpose of configuring the device itself (i.e., device management).
Check Content
Review the tunnel group configured for remote access and verify that the DN or UPN from the client’s certificate is used to map to entries in the authentication server to determine authorization as shown in the example below. tunnel-group ANY_CONNECT type remote-access tunnel-group ANY_CONNECT general-attributes authorization-server-group LDAP authorization-required username-from-certificate use-entire-name If the ASA is not configured to map the distinguished name or UPN from the client’s certificate to entries in the authentication server to determine authorization, this is a finding.
Fix Text
Configure the ASA to map the DN or UPN from the client’s certificate to entries in the authentication server to determine authorization as shown in the example. ASA2(config)# tunnel-group ANY_CONNECT general-attributes ASA2(config-tunnel-general)# authorization-required ASA2(config-tunnel-general)# authorization-server-group LDAP ASA2(config-tunnel-general)# username-from-certificate username-from-certificate use-entire-name ASA2(config-tunnel-general)# end
Additional Identifiers
Rule ID: SV-239969r929014_rule
Vulnerability ID: V-239969
Group Title: SRG-NET-000166-VPN-000590
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000187 |
The information system, for PKI-based authentication, maps the authenticated identity to the account of the individual or group. |
Controls
Number | Title |
---|---|
IA-5 (2) |
Pki-Based Authentication |