Skip to content

Firefox must be configured to not use a password store with or without a master password.

An XCCDF Rule

Description

The update check may be disabled in an administrative policy by setting the PasswordManager key under policies to false.

Rationale

Firefox can be set to store passwords for sites visited by the user. These individual passwords are stored in a file and can be protected by a master password. Autofill of the password can then be enabled when the site is visited. This feature could also be used to autofill the certificate PIN, which could lead to compromise of DoD information.

ID
xccdf_org.ssgproject.content_rule_firefox_policy-password_manager
Severity
Medium
References
Updated



Remediation - Shell Script


firefox_cfg="policies.json"
# Default to /etc/firefox/policies to use for remediations.
firefox_dirs="/etc/firefox/policies"
permissions=644