Bugtraq mailing list archives

Re: ff.core exploit on Solaris (2.)7


From: casper () HOLLAND SUN COM (Casper Dik)
Date: Fri, 15 Jan 1999 14:20:36 +0100


Greetings,
       Confirmed ff.core exploit does exist in Solaris 7, server
edition.  System is straight installation, no patches of any category
available for 7 from Sunsolve yet.


There's another workaround for the "ff.core" bug rather than taking away
it's set-uid permissions.

The workaround is:

        chmod a-w /vol/*

(Best added to the volmgt starup script in the following fashion, after the
line that starts vold:


                while sleep 1
                do
                        if [ -d /vol/rmt ]
                        then
                                chmod a-w /vol/*
                                break
                        fi
                done &


This leaves a 1 second window or so of vulnerability at boot time which you
can prevent by starting vold earlier than cron & inetd.


Casper



Current thread: