-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible issue with CNAME on DNSSEC test #1370
Comments
The DNSSEC test does a SOA check on the domain, in this case Thanks to @mdavids: $ unbound-host -d -v -f /usr/share/dns/root.key -t SOA www.iana.org
...
www.iana.org is an alias for ianawww.vip.icann.org. (insecure)
ianawww.vip.icann.org has no SOA record (insecure) |
Have to delve deeper, but weird things are happening here:
Unbound indeed has no AD-bit too. Neither has BIND9. |
From a quick look at the domain and Unbound's code.
The owner of the record after hash computation is ianawww.vip.icann.org. The NSEC3 record has an NS bit but no SOA bit. This means a delegation. Because there is no DS, this means an insecure delegation. Thus the final insecure status. If DS was there that would have been bogus. I believe this is because there is no SOA record at ianawww.vip.icann.org as it should from what I see at least. |
Also; PowerDNS/pdns#7143 |
Hi !
Recently I faced the following situation on top.nic.br and Internet.nl:
But checking the DNSSEC servers , all of them are signed:
https://dnssec-analyzer.verisignlabs.com/www.iana.org
https://dnsviz.net/d/www.iana.org/dnssec/
This problems happens only with CNAME record (www) with the A record no issues are verified.
Any suggestions ? Is related to the issue #188 ?
Best Regards
Flavio
The text was updated successfully, but these errors were encountered: