Came accross one so far - to get shadow passwords working you need to give the group that Apache runs as read rights to /etc/shadow - this means that if a php script with <?php readfile("/etc/shadow");?> was uploaded it could read the file - a HUGE security hole

Anyone know a way around this?