Op Apache.org lezen we het heugelijke bericht dat versie 2.0.46 van de Apache HTTP Server is uitgekomen. De release, nummer negen in de 2.0-lijn, bevat twee belangrijke beveiligings-updates en een sloot bugfixes:
Security vulnerabilities closed since Apache 2.0.45[break]Het complete changelog is hier te vinden. Mensen met een Unix-achtig besturingssysteem kunnen hier terecht voor de nieuwe source. Windows-bezitters moeten hier zijn.
- SECURITY [CAN-2003-0245]: Fixed a bug that could be triggered remotely through mod_dav and possibly other mechanisms, causing an Apache child process to crash. The crash was first reported by David Endler
and was researched and fixed by Joe Orton . Details will be released on 30 May 2003. - SECURITY [CAN-2003-0189]: Fixed a denial-of-service vulnerability affecting basic authentication on Unix platforms related to thread-safety in apr_password_validate(). The problem was reported by John Hughes