Bug 1067856
Summary: | unbound won't answer DNS queries for forged domains | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Pavel Šimerda (pavlix) <psimerda> |
Component: | unbound | Assignee: | Pavel Šimerda (pavlix) <psimerda> |
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | pwouters, thozza, vonsch |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-06-06 17:57:42 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Pavel Šimerda (pavlix)
2014-02-21 08:37:31 UTC
From what I tested BIND-9.9.4 returns SERVFAIL for the same domain, since its RRSIG is intentionally wrong. I can't reproduce that: paul@bofh:~$ sudo systemctl restart unbound.service paul@bofh:~$ time dig www.rhybar.cz @localhost ; <<>> DiG 9.9.3-rl.13207.22-P2-RedHat-9.9.3-14.P2.fc19 <<>> www.rhybar.cz @localhost ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 10229 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ;; QUESTION SECTION: ;www.rhybar.cz. IN A ;; Query time: 992 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Fri Feb 21 10:16:41 EST 2014 ;; MSG SIZE rcvd: 42 real 0m1.008s user 0m0.014s sys 0m0.002s OK, moved upstream with more details about tested version: https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=566 I would like to track this upstream change getting into Fedora 20. I'm afraid this is not the bug report I wanted to work with. |