- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: TCP/IP security patch
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
03-24-2010 03:34 AM
03-24-2010 03:34 AM
This bulletin points to updated images for HP TCP/IP Services V5.5 ECO3 and V5.6 ECO4.
I did not look at the V5.5 stuff (yet), but got the fix for V5.6 ECO4 on Alpha.
Current ECO for V5.6 is ECO5.
The security patch contains a number of NTP related images. I compared the first image from this fix for ECO4 and the respective image in the official ECO5 kit and found the following:
image name: "TCPIP$NTP"
image file identification: "V5.6-ECO4B"
link date/time: 7-DEC-2009 16:30:34.44
image name: "TCPIP$NTP"
image file identification: "V5.6-ECO5"
link date/time: 30-NOV-2009 18:07:22.57
So the image from the the security patch is newer than that from ECO5. The ECO 5 release notes don't mention security issues for NTP (except maybe a corrected stack overflow problem for TCPIP$NTPQ, but not the other programs contained in the security patch).
Can anyone tell me:
- does ECO5 contain these fixes?
- if not, will there be a patch kit for ECO5 as well?
An interesting question remains: why does HP publish a Security Bulletin on 23-Mar pointing to a fix that os more than three months old?
Thanks for any info,
Hans.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 03:47 AM
03-24-2010 03:47 AM
Re: TCP/IP security patch
On different note, I downloaded the ECO4 patch (backup saveset) to the same system, but I couldnt read it. I got
backup/list qxcr1000910870_v56_eco4_i64.bck;1/save_set
Listing of save set(s)
%BACKUP-E-POSERROR, error positioning DSA101:[OPENVMS.PRODUCTS.TCPIP56_E5]qxcr1000910870_v56_eco4_i64.bck;1
-RMS-F-IOP, operation invalid for file organization or device
%BACKUP-E-READERRS, excessive error rate reading DSA101:[OPENVMS.PRODUCTS.TCPIP56_E5]qxcr1000910870_v56_eco4_i64.bck;1
-BACKUP-E-BLOCKCRC, software block CRC error
%BACKUP-I-OPERSPEC
%BACKUP-I-OPERASSIST, operator assistance has been requested
%BACKUP-I-NOOPER, no operator is available to handle the request
%BACKUP-I-OPERSPEC, specify option (QUIT or CONTINUE)
Requesting PID:2020078C, Target Device:_DSA101
I downloaded in binary mode, (see attachment)
(I just know someone is going to point out some novice mistake I made.)
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 04:24 AM
03-24-2010 04:24 AM
Re: TCP/IP security patch
binary download creates files with fixed length (ok for BACKUP), but 512 bytes record length (usually not what BACKUP expects).
On a sufficiently new system, just add the /REPAIR qualifier to your BACKUP command.
On older systems, use
$ SET FILE /ATTRIB=LRL=32256 saveset.bck
The actual record length may vary and can be found out once BACKUP /LIST gets sufficently far to display the savest block size, or you DUMP the first block of the saveset and get the required record size (in hex) at offset 28(hex).
Hans.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 04:26 AM
03-24-2010 04:26 AM
Re: TCP/IP security patch
(I just know someone is going to point out some novice mistake I made.)
<<<
You may want to get Hein's magic spell - FIXSAVESET.COM which will print a
RFM was FIX, MRS = 512, LRL = 512.
and do a
$SET FILE /ATTR=(RFM=FIX, MRS=32256, LRL=32256)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 04:32 AM
03-24-2010 04:32 AM
Re: TCP/IP security patch
SET FILE/ATTRIBUTES=(RFM:FIX,MRS:32256,LRL:32256,RAT:NONE) file.bck
to fix your saveset.
Cheers,
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 04:33 AM
03-24-2010 04:33 AM
Re: TCP/IP security patch
Cheers anyways,
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 05:58 AM
03-24-2010 05:58 AM
Re: TCP/IP security patch
TCPIP V5.6 ECO 5 seems to already contain this fix:
ECO 5 updates
-------------
16-JUN-2009 Alpha and INTEGRITY SERVERS
Problem:
A stack buffer overflow problem exists in the NTPQ program.
Deliverables:
TCPIP$NTPQ.EXE
Reference:
SSRT#090073, TCPIP_BUGS Note 3709
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 06:05 AM
03-24-2010 06:05 AM
Re: TCP/IP security patch
TCPIP V5.5 ECO 3 is still the 'current' patch (released on 21-FEB-2008).
I can't answer your question about the 'age' of the fix, but the comment in the V5.6 ECO 3 release notes seems to indicate, that this part of the problem already got fixed on 16-JUN-2009.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 07:07 AM
03-24-2010 07:07 AM
Re: TCP/IP security patch
BACKUP/REPAIR command :-)
(worked for me on on VMS Alpha V8.3 YMMV)
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 09:24 AM
03-24-2010 09:24 AM
Re: TCP/IP security patch
http://www13.itrc.hp.com/service/cki/docDisplay.do?docId=emr_na-c02002308
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 12:23 PM
03-24-2010 12:23 PM
Re: TCP/IP security patch
>TCPIP V5.6 ECO 5 seems to already contain this fix:
I found the description of the TCPIP$NTPQ fix (see base note), but the patch kit consists of all seven TCPIP$NTP*.EXE images which are part of the product! This allows two interpretations:
- the problem was part of some code commonly used by all NTP images
- the fix delivered all seven images routinely, e.g. to hide the security hole.
Maybe a member of the TCP/IP team is reading here...
Hans.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 01:07 PM
03-24-2010 01:07 PM
Re: TCP/IP security patch
> and to fix the backup saveset try the magic
> BACKUP/REPAIR command :-)
> (worked for me on on VMS Alpha V8.3 YMMV)
yes, this was my first suggestion too! I only wasn't sure when this qualifier was added. In the meantime I found that Guy Peleg mentioned it as part of his V8.3 Utilities Update presentation at the OpenVMS Technical Update Days in 2006.
The qualifier is still undocumented in the OpenVMS 8.4 field test release.
Hans.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 01:43 PM
03-24-2010 01:43 PM
Re: TCP/IP security patch
>I only wasn't sure when this qualifier was
>added. In the meantime I found that Guy
>Peleg mentioned it as part of his V8.3
>Utilities Update
You should find it in anything above V8.0. Guy added it after finding one of my > decade old SPRs requesting it.
Engineering seems to have gotten a bit slack about updating documentation of late :-(
(my original request was that backup *automatically* fix broken savesets, but that seemed a bit too much!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 02:50 PM
03-24-2010 02:50 PM
Re: TCP/IP security patch
It seems, if you set up a symbol like backup:=backup/repair it should repair any broken saveset, automagically. But you will get an informational for both, broken and intact savesets. I didn't see that it accepts the keyword "quiet". For the other backup operations I usually use, a quick test didn't show any conflict or message when used that way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 07:25 PM
03-24-2010 07:25 PM
Re: TCP/IP security patch
As someone else pointed out; the images are over 3 months old. How hard is it to produce a PCSI kit?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2010 12:53 AM
03-25-2010 12:53 AM
Re: TCP/IP security patch
the closer you look, the more questions arise:
The V5.6 patch simply collected all *.EXE files from the NTP build directory into a backup saveset. Whether this is necessary or required, I can't tell. TCPIP ECO kits have always been full kits since around JUN-2007, so this may explain why all NTP* images are included.
One of the problems referenced in the Security Bulletin c01961959 version 1 seems to be a BIND problem (CVE-2009-0696), not a NTP problem. There are no bind images in the V5.6 patch kits.
SSRT 090245 is not referenced in the TCPIP V5.6 ECO 5 release notes, so you could assume, that this problem is not fixed in ECO 5 (or the fix is not mentioned).
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2010 01:27 AM
03-25-2010 01:27 AM
Re: TCP/IP security patch
As someone else pointed out; the images are over 3 months old. How hard is it to produce a PCSI kit?
<<<
Maybe it could have been done faster and I admit I didn't look at the actual kit dates. But you are comparing link dates with the availability of all the kits. You may want to add some time for kitting and testing. Everybody wants to have the kits tested, not only the images! And if there are kits for different OS and TCPIP versions it may take a signifikant amount of time. And in this case you also want to release all kits at once or none.
>>>
the closer you look, the more questions arise:
<<<
That's a problem and needs to be reported/addressed. ECOs should be well documented and there shouldn't be any uncertainty what needs to be installed in case of security related kits.
Just my EUR .02
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2010 02:42 AM
03-25-2010 02:42 AM
Re: TCP/IP security patch
thanks for your 'encouragement'. I've informed the Office of OpenVMS Programs about these issues.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2010 03:44 AM
03-25-2010 03:44 AM
Re: TCP/IP security patch
If Volker did not already have one, I'd nominate him for a VMS Ambassadors Spirit Award :-D
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2010 04:54 AM
03-25-2010 04:54 AM
Re: TCP/IP security patch
more findings and questions:
the V56_ECO4 patches (both Alpha and I64) contain a TCPIP$NTPTRACE image from 30-MAR-2004.
the V55_ECO3 patches do NOT contain this image.
So either NTPTRACE is not affected, then why ship it ? Or it has been 'forgotten' to be fixed and shipped.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2010 10:16 PM
03-27-2010 10:16 PM
Re: TCP/IP security patch
HP really seems to be listening !
Now there is rev. 2 of the security bulletin c01961959
There are now also patches for TCPIP V5.6 ECO 5.
And the wrong reference to CVE-2009-696 (BIND) has been removed.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2010 02:24 AM
03-28-2010 02:24 AM
Re: TCP/IP security patch
Someone buy him a beer
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2010 03:29 AM
03-28-2010 03:29 AM
Re: TCP/IP security patch
hold back on the applause please...
The patches for TCPIP V5.6 ECO 4 and ECO 5 for Alpha and I64 ship TCPIP$NTPTRACE linked 30-MAR-2004 ! Looks like this image has NEVER been relinked since TCPIP V5.6 SSB ?!
The patches for TCPIP V5.5 ECO 3 do NOT ship TCPIP$NTPTRACE images.
So there still remains the question:
Is TCPIP$NTPTRACE affected by this security problem ? If so, why has it not been relinked. And if NOT, why is it being shipped at all ?
To me, it looks like all the .EXE files from the build directory of NTP have been shipped in this kit and not just the affected images.
And to build and ship the V5.6 ECO 5 images took less than 16 hours, so the previous speculation about 'intensive testing of the patched images delaying the issue of the security fixes', does not seem to have affected this set of fixes.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2010 01:57 AM
03-29-2010 01:57 AM
Re: TCP/IP security patch
This seems to be very unusual, all other NTP images have been relinked for each new SSB version and for each patch.
Maybe the NTP build is broken since V5.5 and missing the re-build of TCPIP$NTPTRACE...
FWIW,
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2010 08:51 AM
03-29-2010 08:51 AM
Re: TCP/IP security patch
Thanks for any info...
John