- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Sendmail - question re: hp fix
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-05-2003 03:45 PM
03-05-2003 03:45 PM
This is the command: "strings $PATH_TO_SENDMAIL/sendmail | grep 'Dropped invalid comments from header address' > /dev/null && echo Patched || echo Not Patched"
Shouldn't the HP version of sendmail reflect these changes from sendmail.org, or did HP just set them up differently?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 04:20 PM
03-05-2003 04:20 PM
Re: Sendmail - question re: hp fix
e.g. what /usr/sbin/sendmail gives an HP'ish answer.
I imagine that this is because they're doing some version containment and other things to reduce their support costs (and impact on customers).
Generally, you will see HP patch information in the what header (e.g. a PHNE_*).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 09:11 PM
03-05-2003 09:11 PM
Re: Sendmail - question re: hp fix
This is contrary to their normal practice of providing Software Distributor patches, PHNE_#####
I imagine the SD version will come out, but you don't need to wait.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 12:17 AM
03-06-2003 12:17 AM
Re: Sendmail - question re: hp fix
Works ok with me. Are you setting the PATH_TO_SENDMAIL variable before running the command?
rgds, Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 04:06 AM
03-06-2003 04:06 AM
Re: Sendmail - question re: hp fix
--Sendmail Vulnerability Demonstrates New DHS Capabilities
(3 March 2003)
A vulnerability was reported in Sendmail that allows root access simply
by sending a specially crafted email. Action by the Department of
Homeland Security and affected vendors led to a coordinated program for
patch development, early warning for critical infrastructure industries
and government agencies, and broad information dissemination, while
maintaining secrecy until the SANS web broadcast features people from sendmail.com, ISS, SourceFire, and the SANS faculty experts answering questions about the
vulnerability, what systems are vulnerable, and what can be done to
protect Sendmail beyond patching.
Thanks again, Pete.
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 08:20 AM
03-06-2003 08:20 AM
Re: Sendmail - question re: hp fix
Yes, I replaced the pathname appropriately. Are you saying that you actually have the "invalid comments" line contained within your HP patch?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 09:07 AM
03-06-2003 09:07 AM
Re: Sendmail - question re: hp fix
try
strings /usr/sbin/sendmail | grep -i dropped
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 09:07 AM
03-06-2003 09:07 AM
Re: Sendmail - question re: hp fix
try
strings /usr/sbin/sendmail | grep -i dropped
Dropped invalid comments from header address
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 09:45 AM
03-06-2003 09:45 AM
Re: Sendmail - question re: hp fix
The only thing different after the patch install, is when I run the little "-d0.1" command, and it shows the long PHNE_26305.....58098) value.
I need to be able to verify with confidence that the patch has been installed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 09:50 AM
03-06-2003 09:50 AM
Re: Sendmail - question re: hp fix
# strings /usr/sbin/sendmail | grep -i dropped
Dropped invalid comments from header address
What do you show when you do
#what /usr/sbin/sendmail?
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 09:56 AM
03-06-2003 09:56 AM
SolutionPete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 10:31 AM
03-06-2003 10:31 AM
Re: Sendmail - question re: hp fix
# what /usr/sbin/sendmail
/usr/sbin/sendmail:
Copyright (c) 1998 HEWLETT PACKARD COMPANY and its licensors,
including Sendmail, Inc., and the Regents of the
University of California. All rights reserved.
version.c 8.9.3.1 (Berkeley) 4/10/2002 (PHNE_26305+JAGae58098)
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 10:35 AM
03-06-2003 10:35 AM
Re: Sendmail - question re: hp fix
what /usr/sbin/sendmail
/usr/sbin/sendmail:
Copyright (c) 1998 HEWLETT PACKARD COMPANY and its licensors,
including Sendmail, Inc., and the Regents of the
University of California. All rights reserved.
version.c 8.9.3.1 (Berkeley) 4/10/2002 (PHNE_26305+JAGae58098)
Berlene said in another thread that the JAG (58098) is the key so I'm assuming that this is patched.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 10:38 AM
03-06-2003 10:38 AM
Re: Sendmail - question re: hp fix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 10:40 AM
03-06-2003 10:40 AM
Re: Sendmail - question re: hp fix
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x82599c196a4bd71190080090279cd0f9,00.html
Pete
And, you're welcome!
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 11:09 AM
03-06-2003 11:09 AM
Re: Sendmail - question re: hp fix
root@klyde-/>grep -i dropped /usr/sbin/sendmail
Dropped invalid comments from header addresscrackaddr=>`'
OR
root@>strings -a sendmail.811.11.11 | grep Dropped
Dropped invalid comments from header address
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 11:26 AM
03-06-2003 11:26 AM
Re: Sendmail - question re: hp fix
$ sendmail -d0.1 < /dev/null | grep -i version
Version 8.9.3 (PHNE_26305+JAGae58098)
$ uname -a
HP-UX tsws1 B.11.11 U 9000/785 2006482480 unlimited-user license
$ grep -i dropped /usr/sbin/sendmail
Dropped invalid comments from header addresscrackaddr=>`'
$ strings /usr/sbin/sendmail |grep -i dropped
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 12:18 PM
03-06-2003 12:18 PM