[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: Re:Sendmail Header Vulnerability RAQ3
- Subject: [cobalt-users] Re: Re:Sendmail Header Vulnerability RAQ3
- From: Charlie Summers <charlie@xxxxxxxxxx>
- Date: Wed Mar 5 07:40:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
At 9:29 AM -0500 3/5/03, Gerald Waugh is rumored to have typed:
> > But would this restore the previous sendmail that was installed?
> >
>
> When I get the time, I'll install the pkg and uninstall on a test server.
Not really. The .uninst file simply removes any _record_ of its existance,
doesn't apply the old version of sendmail:
-----
#!/bin/sh
#Remove entry from installed software
/bin/rm -f /var/lib/cobalt/sendmail* > /dev/null 2>&1
# Update UI
/usr/admserv/cgi-bin/.cobalt/install/install.cgi < /dev/null > /dev/null 2>&1
# Delete self, how very James Bond
/bin/rm -f /var/lib/cobalt/uninstallers/sendmail* > /dev/null 2>&1
exit 0
-----
That may be enough to fool any package Sun comes up with, but it won't get
you your old sendmail binary back.
Charlie