exploit-db-mirror/exploits/osx/dos/22074.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

7 lines
No EOL
517 B
Text

source: http://www.securityfocus.com/bid/6331/info
Mac OS X is the BSD-derived operating system distributed and maintained by Apple Sofware.
It has been reported that a denial of service exists in OS X. When a user creates a directory, descends it, creates another directory of the same name, then attempts to move the directory up one level in the hierarchy, the system reacts unpredictably. It has been reported that this can cause a crash of the system.
mkdir ~/mydir; cd ~/mydir; mkdir mydir; mv mydir ..