Check: BIND-9X-001200
BIND 9.x STIG:
BIND-9X-001200
(in versions v2 r3 through v1 r8)
Title
A BIND 9.x server implementation must maintain the integrity and confidentiality of DNS information while it is being prepared for transmission, in transmission, and in use and t must perform integrity verification and data origin verification for all DNS information. (Cat I impact)
Discussion
DNSSEC is required for securing the DNS query/response transaction by providing data origin authentication and data integrity verification through signature verification and the chain of trust Failure to accomplish data origin authentication and data integrity verification could have significant effects on DNS Infrastructure. The resultant response could be forged, it may have come from a poisoned cache, the packets could have been intercepted without the resolver's knowledge, or resource records could have been removed that would result in query failure or denial of service Failure to validate name server replies would cause many networking functions and communications to be adversely affected. With DNS, the presence of Delegation Signer (DS) records associated with child zones informs clients of the security status of child zones. These records are crucial to the DNSSEC chain of trust model. Each parent domain's DS record is used to verify the DNSKEY record in its subdomain, from the top of the DNS hierarchy down. Failure to validate the chain of trust used with DNSSEC would have a significant impact on the security posture of the DNS server. Non-validated trust chains may contain rouge DNS servers and allow those unauthorized servers to introduce invalid data into an organizations DNS infrastructure. A compromise of this type would be difficult to detect and may have devastating effects on the validity and integrity of DNS zone information. Satisfies: SRG-APP-000213-DNS-000024, SRG-APP-000215-DNS-000026, SRG-APP-000219-DNS-000028, SRG-APP-000219-DNS-000029, SRG-APP-000219-DNS-000030, SRG-APP-000347-DNS-000041, SRG-APP-000348-DNS-000042, SRG-APP-000349-DNS-000043, SRG-APP-000420-DNS-000053, SRG-APP-000421-DNS-000054, SRG-APP-000422-DNS-000055, SRG-APP-000423-DNS-000056, SRG-APP-000424-DNS-000057, SRG-APP-000425-DNS-000058, SRG-APP-000426-DNS-000059, SRG-APP-000441-DNS-000066, SRG-APP-000442-DNS-000067, SRG-APP-000516-DNS-000089
Check Content
If the server is in a classified network, this is Not Applicable. If the server is forwarding all queries to the ERS, this is Not Applicable as the ERS validates. Verify that DNSSEC is enabled. Inspect the "named.conf" file for the following: dnssec-enable yes; If "dnssec-enable" does not exist or is not set to "yes", this is a finding. Verify that each zone on the name server has been signed. Identify each zone file that the name sever is responsible for and search each file for the "DNSKEY" entries: # less <signed_zone_file> 86400 DNSKEY 257 3 8 ( HASHED_KEY ) ; KSK; alg = ECDSAP256SHA256; key id = 31225 86400 DNSKEY 256 3 8 ( HASHED_KEY ) ; ZSK; alg = ECDSAP256SHA256; key id = 52179 Ensure that there are separate "DNSKEY" entries for the "KSK" and the "ZSK" If the "DNSKEY" entries are missing, the zone file is not signed. If the zone files are not signed, this is a finding.
Fix Text
Set the "dnssec-enable" option to yes. Sign each zone file that the name server is responsible for. Configure each zone the name server is responsible for to use a DNSSEC signed zone.
Additional Identifiers
Rule ID: SV-207577r879633_rule
Vulnerability ID: V-207577
Group Title: SRG-APP-000213-DNS-000024
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-001178 |
The information system provides additional data origin authentication artifacts along with the authoritative name resolution data the system returns in response to external name/address resolution queries. |
CCI-001184 |
The information system protects the authenticity of communications sessions. |
CCI-001663 |
The information system, when operating as part of a distributed, hierarchical namespace, provides the means to enable verification of a chain of trust among parent and child domains (if the child supports secure resolution services). |
CCI-001901 |
The information system binds the identity of the information producer with the information to an organization-defined strength of binding. |
CCI-001902 |
The information system provides the means for authorized individuals to determine the identity of the producer of the information. |
CCI-001904 |
The information system validates the binding of the information producer identity to the information at an organization-defined frequency. |
CCI-002420 |
The information system maintains the confidentiality and/or integrity of information during preparation for transmission. |
CCI-002422 |
The information system maintains the confidentiality and/or integrity of information during reception. |
CCI-002462 |
The information system provides additional data integrity verification artifacts along with the authoritative name resolution data the system returns in response to external name/address resolution queries. |
CCI-002463 |
The information system provides data origin artifacts for internal name/address resolution queries. |
CCI-002464 |
The information system provides data integrity protection artifacts for internal name/address resolution queries. |
CCI-002465 |
The information system requests data origin authentication verification on the name/address resolution responses the system receives from authoritative sources. |
CCI-002466 |
The information system requests data integrity verification on the name/address resolution responses the system receives from authoritative sources. |
CCI-002467 |
The information system performs data integrity verification on the name/address resolution responses the system receives from authoritative sources. |
CCI-002468 |
The information system performs data origin verification authentication on the name/address resolution responses the system receives from authoritative sources. |
Controls
Number | Title |
---|---|
AU-10 (1) |
Association Of Identities |
AU-10 (2) |
Validate Binding Of Information Producer Identity |
SC-8 (2) |
Pre / Post Transmission Handling |
SC-20 |
Secure Name / Address Resolution Service (Authoritative Source) |
SC-20 (2) |
Data Origin / Integrity |
SC-21 |
Secure Name / Address Resolution Service (Recursive Or Caching Resolver) |
SC-23 |
Session Authenticity |