FFOX-00-000003 - Firefox must be configured to ask which certificate to present to a website when a certificate is required.

Information

When a website asks for a certificate for user authentication, Firefox must be configured to have the user choose which certificate to present. Websites within DoD require user authentication for access, which increases security for DoD information. Access will be denied to the user if certificate management is not configured.

Solution

Windows group policy:
1. Open the group policy editor tool with 'gpedit.msc'.
2. Navigate to Policy Path: Computer ConfigurationAdministrative TemplatesMozillaFirefox
Policy Name: Preferences
Policy State: Enabled
Policy Value:
{
'security.default_personal_cert': {
'Value': 'Ask Every Time',
'Status': 'locked'
}
}

macOS 'plist' file:
Add the following:
<key>Preferences</key>
<dict>
<key>security.default_personal_cert</key>
<dict>
<key>Value</key>
<string>Ask Every Time</string>
<key>Status</key>
<string>locked</string>
</dict>
</dict>

Linux 'policies.json' file:
Add the following in the policies section:
'Preferences': {
'security.default_personal_cert': {
'Value': 'Ask Every Time',
'Status': 'locked'
}
}

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_MOZ_Firefox_V6R5_STIG.zip

Item Details

Category: IDENTIFICATION AND AUTHENTICATION

References: 800-53|IA-5(2)(c), CAT|II, CCI|CCI-000187, Rule-ID|SV-251547r879614_rule, STIG-ID|FFOX-00-000003, Vuln-ID|V-251547

Plugin: Unix

Control ID: 9c36fb113ef5ee8b1ef766c337cd392f025a6d30995dd82471cb00a1e9b60c86