A BIND 9.x server implementation must enforce approved authorizations for controlling the flow of information between authoritative name servers and specified secondary name servers based on DNSSEC policies.
From BIND 9.x Security Technical Implementation Guide
Part of SRG-APP-000215-DNS-000003
Associated with:
CCI-000366
CCI-001663
SV-87123r1_rule
A BIND 9.x server implementation must enforce approved authorizations for controlling the flow of information between authoritative name servers and specified secondary name servers based on DNSSEC policies.
Vulnerability discussion
A mechanism to detect and prevent unauthorized communication flow must be configured or provided as part of the system design. If information flow is not enforced based on approved authorizations, the system may become compromised. Information flow control regulates where information is allowed to travel within a system and between interconnected systems. The flow of all application information must be monitored and controlled so it does not introduce any unacceptable risk to the systems or data.Within the context of DNS, this is applicable in terms of controlling the flow of DNS information between systems, such as DNS zone transfers.Authoritative name servers (especially primary name servers) should be configured with an allow-transfer access control sub statement designating the list of hosts from which DNS information, such as zone transfers, can be accepted. These restrictions address the denial-of-service threat and potential exploits from unrestricted dissemination of information about internal resources.Zone transfer from primary name servers should be restricted to secondary name servers. The zone transfer should be completely disabled in the secondary name servers. The address match list argument for the allow-transfer sub statement should consist of IP addresses of secondary name servers and stealth secondary name servers.Satisfies: SRG-APP-000215-DNS-000003, SRG-APP-000516-DNS-000095
Check content
On an authoritative name sever, verify that each zone statement defined in the "named.conf" file contains an "allow-transfer" statement.
Inspect the "named.conf" file for the following:
zone example.com {
allow-transfer { ; };
};
If there is not an "allow-transfer" statement for each zone defined, or the list contains IP addresses that are not authorized for that zone, this is a finding.
On a slave name server, verify that each zone statement defined in the "named.conf" file contains an "allow-transfer" statement.
Inspect the "named.conf" file for the following:
zone example.com {
allow-transfer { none; };
};
If there is not an "allow-transfer" statement, or the statement is not set to "none", this is a finding.
Fix text
For an authoritative name server:
Configure each zone statement to allow transfers from authorized hosts:
allow-transfer { ; };
Restart the BIND 9.x process.
For a secondary server:
Configure each zone to deny zone transfer requests:
allow-transfer { none; };
Restart the BIND 9.x process.
Pro Tips
Lavender hyperlinks in small type off to the right (of CSS
class id
, if you view the page source) point to
globally unique URIs for each document and item. Copy the
link location and paste anywhere you need to talk
unambiguously about these things.
You can obtain data about documents and items in other
formats. Simply provide an HTTP header Accept:
text/turtle
or
Accept: application/rdf+xml
.
Powered by sagemincer