LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 09-03-2015, 08:56 AM   #1
tuccero9
LQ Newbie
 
Registered: Sep 2015
Posts: 5

Rep: Reputation: Disabled
rpm for BIND 9 version 9.9.7-P2 (fix CVE-2015-5477) rhel


Hello,

I have a RedHat machine (version 5.11) and i need to install BIND version version 9.9.7-P2 in order to fix a known BIND vulnerability CVE-2015-5477.

I downloaded the tar file from isc website but i am having trouble to install the file.

Does anybody knows a link for the rpm package of this version? i cannot find the rpm and it would be much easier to update it this way.



Thank you
 
Old 09-03-2015, 09:06 AM   #2
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
If you installed bind from RedHat: https://access.redhat.com/security/cve/CVE-2015-5477
If you installed bind from source, you're on your own
 
Old 09-03-2015, 09:27 AM   #3
tuccero9
LQ Newbie
 
Registered: Sep 2015
Posts: 5

Original Poster
Rep: Reputation: Disabled
yes thats why i need a link for the rpm. cause the bind package that i use is not from RedHat.
i know that i cannot use RedHat package. i downloaded the package from isc but they dont have the rpm there.
 
Old 09-03-2015, 09:27 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
.. fix a known BIND vulnerability CVE-2015-5477
Was fixed `Jul 27 2015' : See `changelog' in the file bind.spec,
from bind-9.3.6-25.P1.el5_11.4.src.rpm
ftp://ftp.redhat.com/redhat/linux/en...r/en/os/SRPMS/
>> ftp://ftp.redhat.com/redhat/linux/en...5_11.4.src.rpm

>>>
Quote:
* Mon Jul 27 2015 Florian Weimer <fweimer@redhat.com> - 30:9.3.6-25.P1.3
- Fix CVE-2015-5477
 
Old 09-04-2015, 10:44 AM   #5
tuccero9
LQ Newbie
 
Registered: Sep 2015
Posts: 5

Original Poster
Rep: Reputation: Disabled
this is the RedHat fix for bind. i cannot use this package because the one that i have installed on my machine is not a RedHat shipping.
 
Old 09-04-2015, 10:50 AM   #6
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
tar.gz for BIND 9 version 9.9.7-P2 (fix CVE-2015-5477) rhel

Quote:
Originally Posted by tuccero9 View Post
this is the RedHat fix for bind. i cannot use this package because the one that i have installed on my machine is not a RedHat shipping.
Redhat Machine with a bind package not from Redhat... let's see...
tar.gz from http://www.isc.org/downloads/
 
Old 09-04-2015, 11:32 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #5.

? Which bind version have you got now ?
Please show the output from rpm -qi bind

? Where did you get bind-9.0.7-P2 ? A link, please.


P.S. : The bugfix version bind-9.9.7-P3 compiles OK, CentOS 5.11 .
https://www.isc.org/downloads/file/b...version=tar-gz

Code:
$ cd bind-9.9.7-P3/
$ ./configure --prefix=/usr --with-libtool --localstatedir=/var --enable-threads --with-pic

-
 
1 members found this post helpful.
Old 09-06-2015, 02:44 AM   #8
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Your goal may be to fix a CVE but your question isn't about security aspects but installing a RPM package or compiling ISC BIND on RHEL 5.11. So I moved your thread to the proper forum (Red Hat) so it gets the attention it deserves.
*Also please reply to above questions, post solution when done and mark thread "solved"|, thanks in advance.
 
Old 09-07-2015, 08:15 AM   #9
tuccero9
LQ Newbie
 
Registered: Sep 2015
Posts: 5

Original Poster
Rep: Reputation: Disabled
@habitual: yes this is the link where i downloaded my package. however as i mentioned before this is not an rpm thus i need to build bind.
@knudfl: i downloaded 9.9.7-P2 from isc download page. hmm did you tried that command and worked for you? i will give it a try and let you know about that.
thank you guys for your response.
 
Old 09-07-2015, 09:03 AM   #10
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #9.
Quote:
did you tried that command and worked for you ?
See post #7 :
"... bind-9.9.7-P3 compiles OK, CentOS 5.11" :
Means that it was tested OK with :
$ ./configure --prefix=/usr --with-libtool --localstatedir=/var --enable-threads --with-pic && make


Quote:
i downloaded 9.9.7-P2 from isc download page
? So you actually don't know the link ?
""A link, please."" :
Means you must copy the link adress, and post the link in a new post here.


-

Last edited by knudfl; 09-07-2015 at 09:07 AM.
 
Old 09-08-2015, 08:31 AM   #11
tuccero9
LQ Newbie
 
Registered: Sep 2015
Posts: 5

Original Poster
Rep: Reputation: Disabled
they have removed the package now. they replaced it with version 9.9.7-P3. i guess that probably they make a fix on 9.9.7-P2 and replaced it with a newer version.
anyway i downloaded version 9.9.7-P3 and tried the command
Quote:
./configure --prefix=/usr --with-libtool --localstatedir=/var --enable-threads --with-pic --without-openssl
but now the service cannot start.
here is the output of command
Quote:
rpm -qi bind
that you requested before:
Name : bind Relocations: (not relocatable)
Version : 9.7.4 Vendor: (none)
Release : 1.P1.el5 Build Date: Thu 17 Nov 2011 02:24:34 PM EET
Install Date: Thu 03 Nov 2011 07:18:38 PM EET Build Host: localhost.localdomain
Group : System Environment/Daemons Source RPM: bind-9.7.4-1.P1.el5.src.rpm
Size : 7395891 License: ISC
Signature : (none)
URL : http://www.isc.org/products/BIND/
Summary : The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server.

Description :
BIND (Berkeley Internet Name Domain) is an implementation of the DNS
(Domain Name System) protocols. BIND includes a DNS server (named),
which resolves host names to IP addresses; a resolver library
(routines for applications to use when interfacing with DNS); and
tools for verifying that the DNS server is operating properly


i think i will just uninstall bind and install the RedHat version.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Bash "shellshock" CVE-2014-6271 CVE-2014-7169 - Instructions to Update Bash in LMDE Fix ShellShock eric.r.turner Linux Mint 12 09-20-2021 10:54 AM
[SOLVED] Has anyone patched for CVE-2015-5477 rdegrad Linux - Networking 0 08-07-2015 12:45 AM
Bash "shellshock" CVE-2014-6271 CVE-2014-7169 - Bash Bug Fix enorbet Slackware 42 09-27-2014 12:44 AM
Where to download updated GnuTLS pkgs for RHEL 5.3 having fix for CVE-2014-0092 RajShekhar53 Red Hat 7 05-05-2014 08:37 AM
Problem with PTR Record using BIND version 9.3.3 on RHEL amitkush Linux - Server 6 01-29-2010 10:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 01:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration