SV-279068r1172825_rule
V-279068
SRG-APP-000224-AS-000152
APAS-CF-000465
CAT I
10
Configure the random number generator for generating session identifiers.
1. Open the java.security file located at: <ColdFusion_Installation_Directory>\jre\conf\security\java.security
2. Locate or add the securerandom.strongAlgorithms property and configure it to use a FIPS-approved RNG. For example:
securerandom.strongAlgorithms=DRBG:SUN
3. Save the file and restart ColdFusion to apply changes.
Review the random number generator for generating session identifiers.
1. Locate the java.security file for the Java Runtime Environment (JRE) used by ColdFusion located at:
<ColdFusion_Installation_Directory>\jre\conf\security\java.security
2. Open the java.security file in a text editor.
3. Locate the following setting:
securerandom.strongAlgorithms
4. Verify that the value includes a FIPS 140-2/140-3 or higher approved random number generator. For example:
securerandom.strongAlgorithms=DRBG:SUN
If the securerandom.strongAlgorithms setting does not exist or does not specify a FIPS 140-2/140-3 or higher approved algorithm, this is a finding.
V-279068
False
APAS-CF-000465
Review the random number generator for generating session identifiers.
1. Locate the java.security file for the Java Runtime Environment (JRE) used by ColdFusion located at:
<ColdFusion_Installation_Directory>\jre\conf\security\java.security
2. Open the java.security file in a text editor.
3. Locate the following setting:
securerandom.strongAlgorithms
4. Verify that the value includes a FIPS 140-2/140-3 or higher approved random number generator. For example:
securerandom.strongAlgorithms=DRBG:SUN
If the securerandom.strongAlgorithms setting does not exist or does not specify a FIPS 140-2/140-3 or higher approved algorithm, this is a finding.
M
5724