Skip to main content

Cve-2015-5477

Comments

13 comments

  • quizknows
    Patches to BIND come from the operating system vendor. Once they are available, upcp will install the new RPM from your system repository.
    0
  • cPanelMichael
    Hello :) Updates to Bind are provided by operating system vendors (e.g. CentOS, RedHat). You can find more information on this case at:
    0
  • carock
    Thank you, that is very clear. :-)
    0
  • weetabix
    I advise against using the CentOS CR repository on a production machine. There's a higher potential for bugs because it's not tested as thoroughly as the full release.

    Would you consider it safe to enable CR repository, upgrade bind only, and then disable CR again? EDIT: This is for our cPanel DNS only servers
    0
  • cPanelMichael
    Would you consider it safe to enable CR repository, upgrade bind only, and then disable CR again?

    I don't foresee any problems with this action if you are only updating the bind package. Feel free to let us know the outcome if you decide to proceed with this option. Thank you.
    0
  • weetabix
    I don't foresee any problems with this action if you are only updating the bind package. Feel free to let us know the outcome if you decide to proceed with this option. Thank you.

    Updated my three cPanel DNS Only servers like this;
    # yum install centos-release-cr # yum-config-manager --enable cr # yum update bind # yum-config-manager --disable cr And then restarded named, don't know if this is actually needed but is quick: # /etc/init.d/named restart And check if applied: # rpm -q --changelog bind | grep CVE-2015-5477
    Tested a few lookups and I can't see anything wrong, but only run for a few minutes so can't really tell.
    0
  • cPanelMichael
    Tested a few lookups and I can't see anything wrong, but only run for a few minutes so can't really tell.

    Thank you for taking the time to provide the steps you used to temporarily enable the CentOS CR repo.
    0
  • weetabix
    Thank you for taking the time to provide the steps you used to temporarily enable the CentOS CR repo.

    No problem =) I saw that the rpms was updated on my regular cpanel servers yesterday, was that cloudlinux taking care or cpanel?
    0
  • cPanelMichael
    I saw that the rpms was updated on my regular cpanel servers yesterday, was that cloudlinux taking care or cpanel?

    Are you referring to the BIND RPMs on a CentOS 6 server? Thank you.
    0
  • Oderland David
    Thanks weetabix! :)
    Updated my three cPanel DNS Only servers like this;
    # yum install centos-release-cr # yum-config-manager --enable cr # yum update bind # yum-config-manager --disable cr And then restarded named, don't know if this is actually needed but is quick: # /etc/init.d/named restart And check if applied: # rpm -q --changelog bind | grep CVE-2015-5477
    Tested a few lookups and I can't see anything wrong, but only run for a few minutes so can't really tell.

    0
  • weetabix
    Are you referring to the BIND RPMs on a CentOS 6 server? Thank you.

    Indeed
    Thanks weetabix! :)

    No problem, happy to help
    0
  • cPanelMichael
    I saw that the rpms was updated on my regular cpanel servers yesterday, was that cloudlinux taking care or cpanel?

    That would have came from Cloud Linux, as cPanel does not manage system RPMs such as Bind. Thank you.
    0

Please sign in to leave a comment.