- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Upgrade and Vulnerability - Please URGENT
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
01-26-2005 08:22 PM
01-26-2005 08:22 PM
Upgrade and Vulnerability - Please URGENT
We have HP rp7400 Server which is 2 Node cluster with 4 CPU, 4 GB RAM, 6 GB Swap Memory, with va7100 array (6X36 GB), having HPUX B.11.11.U ver. and running Oracle 9i & 9iAS with 4 Packages. Three Package in NODE one and One Package in NODE two.
Now the issue is our Nework Security Team has suggested few VULNERABILITY which reads as - "ftp(21/tcp) flaw server is running an FTP server which is vulnerable to 'glob heap corruption flaw'. And attacker may use this problem to executed arbitory commands" and they
RECOMMENDED --- Upgrade ftp server software to latest version.
I want to know what is this glob heap corruption flaw and how to upgrade the ftp server software to latest.
I also want to know how to add, delete, stop and start the services.
Regds
Vishal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 09:21 PM
01-26-2005 09:21 PM
Re: Upgrade and Vulnerability - Please URGENT
https://www.prosumis.com/account/viewtest.php?id=10821&PHPSESSID=1172506e1a3b6e22d86373a597bb985f
PHNE_21936 ftp patch for 11.0, latest ftp patch for 11i
http://www4.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHNE_29461&context=hpux:800:11:11
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 09:48 PM
01-26-2005 09:48 PM
Re: Upgrade and Vulnerability - Please URGENT
we had the same problem with our security team, we applied recent ftp patch, It solvd the problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 11:01 PM
01-26-2005 11:01 PM
Re: Upgrade and Vulnerability - Please URGENT
Visal again, actually i want to know anothere thing that-- there will not be any issue with this after upgradeing to the server / database...
I also want to know how to add, delete, stop and start the services - such as snmp, smtp etc
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 12:48 AM
01-27-2005 12:48 AM
Re: Upgrade and Vulnerability - Please URGENT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 01:00 AM
01-27-2005 01:00 AM
Re: Upgrade and Vulnerability - Please URGENT
As far as starting and stopping services, these are configured in the /etc/rc.config.d directory. These files start various services at bootup, and terminate them down during a shutdown. For example, to turn off all SNMP services, set the enabling flag to =0 rather than =1 in these files:
/etc/rc.config.d/SnmpMaster
/etc/rc.config.d/SnmpHpunix
/etc/rc.config.d/SnmpTrpDst
/etc/rc.config.d/SnmpMib2
For sendmail (SMTP), edit
/etc/rc.config.d/mailservs
Here are the details:
http://docs.hp.com/en/5990-8172/ch05s03.html
If you need to stop the services immediately, use the start/stop scripts:
/sbin/init.d/SnmpMaster stop
/sbin/init.d/SnmpHpunix stop
/sbin/init.d/SnmpTrpDst stop
/sbin/init.d/SnmpMib2 stop
Now you can edit the config files. Some start/stop scripts have been coded so that the stop command is ignored if the enabling flag (=1) is set to zero (=0), so stop the service then edit the config files.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 01:11 AM
01-27-2005 01:11 AM
Re: Upgrade and Vulnerability - Please URGENT
You didn't have a problem with Your security team - they had one with You.
You should at least with one system that runs the hp security patch notification if You don't stay uptodate otherwise. This is more than risky.
just my $.02
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 06:12 PM
01-27-2005 06:12 PM
Re: Upgrade and Vulnerability - Please URGENT
vishal