Security.nl meldde nu precies een dag geleden dat apache.org, de website van 's werelds meest gebruikte webserver even daarvoor was gehackt: (bedankt voor de link, imeller)
De site van de ontwikkelaars van 's wereld meest gebruikte webserver, www.apache.org is hedennacht door nog onbekenden gekraakt. Wij wisten een screenshot te bemachtigen en maakten een kopie. Hoe de krakers, die een logo van MS BackOffice op de site plaatsten zijn binnengekomen is nog onbekend.[break]Later is daar een link aan toegevoegd naar tekst en uitleg van de hackers:[/break] This paper describes how, over the course of a week, we succeeded in getting root access to the machine running www.apache.org, and changed the main page to show a 'Powered by Microsoft BackOffice' logo instead of the default 'Powered by Apache' logo (the feather). No other changes were made, except to prevent other (possibly malicious) people getting in. Note that the problems described in this paper are not apache-related, these were all config errors (one of 'm straight from BugZilla's README, but the README had enough warnings so I don't blame the BugZilla developers). People running apache httpd do not need to start worrying because of anything uncovered herein. [...] While searching for the laters apache httpserver to diff it the with previous version and read that diff file for any options of new buffer overflows, we got ourselves to ftp://ftp.apache.org. We found a mapping of the http://www.apache.org on that ftp including world writable directories.[break]Ai... dat is vragen om moelijkheden...[/break]So we wrote a little wuh.php3 including
passthru($cmd);
?> and uploaded that to one of the world writable directories.
Met behulp van dit php'tje konden ze vervolgens programma's op de server starten en hebben ze uiteindelijk root rechten verkregen.
Lees hier verder voor de details.