STIGQter STIGQter: STIG Summary: Apache Server 2.4 Windows Server Security Technical Implementation Guide Version: 2 Release: 1 Benchmark Date: 23 Oct 2020:

The Apache web server must generate unique session identifiers with definable entropy.

DISA Rule

SV-214335r505936_rule

Vulnerability Number

V-214335

Group Title

SRG-APP-000224-WSR-000139

Rule Version

AS24-W1-000530

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Edit the <'INSTALLED PATH'>\conf\httpd.conf file and load the "ssl_module" module.

Set the "SSLRandomSeed" directives to the following:

SSLRandomSeed startup builtin
SSLRandomSeed connect builtin

Restart the Apache service.

Check Contents

Review the <'INSTALLED PATH'>\conf\httpd.conf file.

Verify the "ssl_module" is loaded.

If it does not exist, this is a finding.

If the "SSLRandomSeed" directive is missing or does not look like the following, this is a finding:

SSLRandomSeed startup builtin
SSLRandomSeed connect builtin

Vulnerability Number

V-214335

Documentable

False

Rule Version

AS24-W1-000530

Severity Override Guidance

Review the <'INSTALLED PATH'>\conf\httpd.conf file.

Verify the "ssl_module" is loaded.

If it does not exist, this is a finding.

If the "SSLRandomSeed" directive is missing or does not look like the following, this is a finding:

SSLRandomSeed startup builtin
SSLRandomSeed connect builtin

Check Content Reference

M

Target Key

3998

Comments