HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 10.20 Security for DNS notification
Operating System - HP-UX
1834650
Members
2095
Online
110069
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 01:07 AM
09-17-2002 01:07 AM
I am looking into an HP security bulletin regarding DNS and HP-UX 10.20 - it mentions that:
Programs which make DNS calls and are linked with libc.a must be relinked.
Does this mean that applications which make DNS calls will need re-compilling?
How would I get more information on re-linking libraries?
Thanks in advance
Trystan.
Programs which make DNS calls and are linked with libc.a must be relinked.
Does this mean that applications which make DNS calls will need re-compilling?
How would I get more information on re-linking libraries?
Thanks in advance
Trystan.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 04:24 AM
09-17-2002 04:24 AM
Solution
Trystan,
Use chatr on the program to determine if the program is statically linked or dynamically linked.
Example:
# chatr itool
shared library list:
dynamic /usr/obam/lib/libobam.1
dynamic /usr/lib/libdld.1
dynamic ../lib/libcfg.1
dynamic /usr/lib/libm.1
If dynamic there is not an issue.
If static, you will have to use a programming bundle like C/AnsiC Developers Bundle that contains the linker command (cc) that will allow you to redefine the libraries that are being used.
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/92501-90029/92501-90029_top.html&con=/hpux/onlinedocs/92501-90029/00/00/7-con.html&toc=/hpux/onlinedocs/92501-90029/00/00/7-toc.html&searchterms=ln%7cc%2b%2b&queryid=20020917-052316
Cheryl
Use chatr on the program to determine if the program is statically linked or dynamically linked.
Example:
# chatr itool
shared library list:
dynamic /usr/obam/lib/libobam.1
dynamic /usr/lib/libdld.1
dynamic ../lib/libcfg.1
dynamic /usr/lib/libm.1
If dynamic there is not an issue.
If static, you will have to use a programming bundle like C/AnsiC Developers Bundle that contains the linker command (cc) that will allow you to redefine the libraries that are being used.
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/92501-90029/92501-90029_top.html&con=/hpux/onlinedocs/92501-90029/00/00/7-con.html&toc=/hpux/onlinedocs/92501-90029/00/00/7-toc.html&searchterms=ln%7cc%2b%2b&queryid=20020917-052316
Cheryl
"Downtime is a Crime."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 04:29 AM
09-17-2002 04:29 AM
Re: HP-UX 10.20 Security for DNS notification
In addition, I read the SB " HEWLETT-PACKARD COMPANY SECURITY BULLETIN: HPSBUX0208-209 SSRT2316 Security Vulnerability in DNS resolver libraries"
The Bulletin states:
"Relink statically linked programs calling the DNS API on 10.20.
... (snip) ... which make DNS calls and are linked with libc.a must be relinked. So far as is known *** HP delivers no such programs. ***"
Disclaimer: Those are my *** added to that statement to stress the point.
This means that if you have homegrown applications which use DNS API, there is a potential problem.
Cheryl
The Bulletin states:
"Relink statically linked programs calling the DNS API on 10.20.
... (snip) ... which make DNS calls and are linked with libc.a must be relinked. So far as is known *** HP delivers no such programs. ***"
Disclaimer: Those are my *** added to that statement to stress the point.
This means that if you have homegrown applications which use DNS API, there is a potential problem.
Cheryl
"Downtime is a Crime."
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP