Buffer Overflow Allows Privileges Escalation in MacOS X
18 Dec. 2003
Summary
Some parts of MacOS X that did not come from BSD, as such, they contain significant security issues, and an example of this is the /System/Library/Filesystems/cd9660.fs/cd9660.util utility. This utility is suid root and is vulnerable to a classic buffer overflow due to the lack of input validation.
sdsx:/System/Library/Filesystems/cd9660.fs root# gdb -core /cores/core.1405 ./cd9660.util [gdb banner here]
Reading symbols for shared libraries .... done
Core was generated by `./cd9660.util'. #0 0x9000d360 in strcat ()
(gdb) where
#0 0x9000d360 in strcat ()
#1 0x00002b84 in main ()
#2 0x41414141 in ?? ()