SV-272402r1124060_rule
V-272402
SRG-APP-000516-DNS-000110
BIND-9X-001490
CAT II
10
Edit the "named.conf" file.
Configure the BIND 9.x server to not specify ports for the query-source address or query-source-v6 address statements:
options {
query-source address <v4_address>;
query-source-v6 address <v6_address>;
};
Restart the BIND 9.x process.
Verify that the BIND 9.x server does not limit outgoing DNS messages to a specific port.
Inspect the "named.conf" file. The "query-source" and "query-source-v6" must not limit the ports available to be used.
options {
query-source address <v4_address>;
query-source-v6 address <v6_address>;
};
If the port flag is used on the query-source address or query-source-v6 address, this is a finding.
V-272402
False
BIND-9X-001490
Verify that the BIND 9.x server does not limit outgoing DNS messages to a specific port.
Inspect the "named.conf" file. The "query-source" and "query-source-v6" must not limit the ports available to be used.
options {
query-source address <v4_address>;
query-source-v6 address <v6_address>;
};
If the port flag is used on the query-source address or query-source-v6 address, this is a finding.
M
5687