|
Download and install Security Update 2007-002, as it has been reported to fix this vulnerability. It is also possible to correct the flaw by implementing the following workaround(s):
Do not mount disk images or simply disable Finder and use Spotlight instead. One can disable Finder using the following steps:
1) Open Terminal, found in /Applications -> Utilities
2) Once inside Terminal, type:
'sudo mv /System/Library/CoreServices/Finder.app /Applications/'
3) While still in Terminal type:
killall Finder
In the case that Finder has already been put into a Denial of Service condition one can unmount it using the following command while in Terminal:
hdiutil unmount /Volumes/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/
|