News Feed
Jobs Feed
Sections




News Archive
Stefan Esser's Blog:
Suhosin 0.9.20 and crypt() Thread Safety Vulnerability
May 22, 2007 @ 08:34:00

Stefan Esser points out the latest release of his PHP security enhancement patch, Suhosin 0.9.20, and some of the features it adds, a major one specifically.

The most important addition is that a mutex is placed around the call to the system's crypt() function to ensure thread safety. This mutex is necessary to close a bunch of possible attacks on the libc crypt() function on multi threaded systems.

He goes on to explain why it's so important - correcting a possible race condition between competing threads looking to use the crypt() function at the same time. They use the same shared memory space and, because of this, can return possible invalid data. The patch changes this behavior and replaces it with a blowfish implementation to make things more thread-safe.

1 comment voice your opinion now!
suhosin patch security crypt threadsafe vulnerability suhosin patch security crypt threadsafe vulnerability


blog comments powered by Disqus

Similar Posts

PHPFreaks.com: Protecting php applications with PHPIDS

PHPBuilder.com: Two PHP 5 Security Flaws Found

ThinkPHP Blog: New Help Center for Chorizo!

Advisory: Gentoo Linux PHP Package Upgrade

Chris Shiflett\'s Blog: PHPSecurity.org Launches


Community Events











Don't see your event here?
Let us know!


zendframework2 tool community conference framework application example functional release introduction series opinion development phpunit podcast interview code language unittest testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework