Bug 1292611
| Summary: | Assertion failure in resolver.c: REQUIRE((((fctx->finds).head == ((void *)0)) ? isc_boolean_true : isc_boolean_false)) | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Nick Urbanik <nicku> |
| Component: | bind | Assignee: | Tomáš Hozza <thozza> |
| Status: | CLOSED NOTABUG | QA Contact: | qe-baseos-daemons |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 6.7 | CC: | fweimer, huzaifas, jwright, thozza |
| Target Milestone: | rc | Keywords: | Reopened, Security |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-01-04 08:26:31 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1293250 | ||
|
Description
Nick Urbanik
2015-12-17 22:31:43 UTC
Why is bind 9.8.2-0.37.rc1.el6_7.4.x86_64 being used here? Latest version of bind in rhel-6.8 is 9.8.2-0.44.rc1.el6 I see a few CVEs being resolved between the version used by customer and the latest version we ship (In reply to Huzaifa S. Sidhpurwala from comment #3) > Why is bind 9.8.2-0.37.rc1.el6_7.4.x86_64 being used here? Latest version of > bind in rhel-6.8 is 9.8.2-0.44.rc1.el6 > > I see a few CVEs being resolved between the version used by customer and the > latest version we ship Actually scratch that ^ Can you try using the latest bind available in rhel-6.7 ie bind-9.8.2-0.37.rc1.el6_7.5.x86_64.rpm which was issued via https://rhn.redhat.com/errata/RHSA-2015-2655.html thanks! Has the upstream commit specified been applied to the ERRATA package you linked? (In reply to Huzaifa S. Sidhpurwala from comment #4) > (In reply to Huzaifa S. Sidhpurwala from comment #3) > > Why is bind 9.8.2-0.37.rc1.el6_7.4.x86_64 being used here? I immediately installed the update you mention below; that was the version that was installed when the attack took place. > Can you try using the latest bind available in rhel-6.7 ie > bind-9.8.2-0.37.rc1.el6_7.5.x86_64.rpm which was issued via > https://rhn.redhat.com/errata/RHSA-2015-2655.html Yes, I installed this package immediately after the failures on all our DNS servers; we have had no recurrence of the REQUIRE causing termination of named since. That does not necessarily mean that the problem is resolved. (In reply to Joe Wright from comment #5) > Has the upstream commit specified been applied to the ERRATA package you > linked? This question needs an answer; I hope it has, but that does not appear to be the case from the changelog. (In reply to Nick Urbanik from comment #6) > I immediately installed the update you mention below; that was the version > that was installed when the attack took place. Disambiguation: When the crashes happened, I had 9.8.2-0.37.rc1.el6_7.4.x86_64 installed. Shortly after, I found that Red Hat had made bind-9.8.2-0.37.rc1.el6_7.5.x86_64 available, and installed that. It is for this reason that I raised the bug against 9.8.2-0.37.rc1.el6_7.4.x86_64. (In reply to Nick Urbanik from comment #8) > (In reply to Nick Urbanik from comment #6) > > I immediately installed the update you mention below; that was the version > > that was installed when the attack took place. > > Disambiguation: When the crashes happened, I had > 9.8.2-0.37.rc1.el6_7.4.x86_64 installed. Shortly after, I found that Red > Hat had made bind-9.8.2-0.37.rc1.el6_7.5.x86_64 available, and installed > that. It is for this reason that I raised the bug against > 9.8.2-0.37.rc1.el6_7.4.x86_64. Patches are applied only on top of latest versions. That being said, i understand that this is no longer a security issue. Please direct any such questions you have to Red Hat support, via a support ticket. Thanks! (In reply to Huzaifa S. Sidhpurwala from comment #9) > Patches are applied only on top of latest versions. As I said earlier, we are on the latest version of bind for RHEL 6, bind-9.8.2-0.37.rc1.el6_7.5.x86_64. > That being said, i understand that this is no longer a security issue. How do you understand that? I did not say that it is not; do you have any evidence that the security issue is addressed by bind-9.8.2-0.37.rc1.el6_7.5.x86_64? > Please direct any such questions you have to Red Hat support, via a > support ticket. I will raise a support ticket, but am puzzled by what you have said. I am sorry, did i misinterpret? " Yes, I installed this package immediately after the failures on all our DNS servers; we have had no recurrence of the REQUIRE causing termination of named since. That does not necessarily mean that the problem is resolved." Does the above not mean, that after applying "bind-9.8.2-0.37.rc1.el6_7.5.x86_64." your issue (for which this flaw is filed) is no longer observed. Do you still see the crash? If so, could you please provide a stack-trace which will debug the problem. |