STIGQter STIGQter: STIG Summary: BIND 9.x Security Technical Implementation Guide Version: 3 Release: 3 Benchmark Date: 01 Jul 2026:

The BIND 9.x server implementation must limit the number of concurrent session client connections.

DISA Rule

SV-272367r1123978_rule

Vulnerability Number

V-272367

Group Title

SRG-APP-000001-DNS-000115

Rule Version

BIND-9X-001040

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Edit the "named.conf" file.

Add the "transfers-out" sub-statement to the "options" statement block.

The value of the "transfers-out" will be based on organizational requirements needed to support DNS operations.

Restart the BIND 9.x process.

Check Contents

Verify the name server is configured to limit the number of concurrent client connections:

Inspect the "named.conf" file for the following:

options {
transfers-out 10;
};

If the "options" statement does not contain a "transfers-out" sub-statement, this is a finding.

Vulnerability Number

V-272367

Documentable

False

Rule Version

BIND-9X-001040

Severity Override Guidance

Verify the name server is configured to limit the number of concurrent client connections:

Inspect the "named.conf" file for the following:

options {
transfers-out 10;
};

If the "options" statement does not contain a "transfers-out" sub-statement, this is a finding.

Check Content Reference

M

Target Key

5687